| Package | Description |
|---|---|
| org.jclouds | |
| org.jclouds.collect | |
| org.jclouds.collect.internal |
| Modifier and Type | Method and Description |
|---|---|
IterableWithMarker<Object> |
Fallbacks.EmptyIterableWithMarkerOnNotFoundOr404.createOrPropagate(Throwable t) |
| Modifier and Type | Field and Description |
|---|---|
static IterableWithMarker |
IterableWithMarkers.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
static <T> IterableWithMarker<T> |
IterableWithMarkers.from(Iterable<T> elements)
Returns a paginated iterable containing the given elements and null marker.
|
static <T> IterableWithMarker<T> |
IterableWithMarkers.from(Iterable<T> elements,
Object marker)
Returns a paginated iterable containing the given elements and marker.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> PagedIterable<T> |
PagedIterables.advance(IterableWithMarker<T> initial,
com.google.common.base.Function<Object,IterableWithMarker<T>> markerToNext) |
static <T> PagedIterable<T> |
PagedIterables.of(IterableWithMarker<T> only)
Deprecated.
|
static <T> PagedIterable<T> |
PagedIterables.onlyPage(IterableWithMarker<T> only) |
| Modifier and Type | Method and Description |
|---|---|
static <T> PagedIterable<T> |
PagedIterables.advance(IterableWithMarker<T> initial,
com.google.common.base.Function<Object,IterableWithMarker<T>> markerToNext) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract com.google.common.base.Function<Object,IterableWithMarker<T>> |
Arg0ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
protected com.google.common.base.Function<Object,IterableWithMarker<T>> |
Arg0ToPagedIterable.markerToNextForArgs(List<Object> args) |
protected abstract com.google.common.base.Function<Object,IterableWithMarker<T>> |
ArgsToPagedIterable.markerToNextForArgs(List<Object> args) |
protected abstract com.google.common.base.Function<Object,IterableWithMarker<T>> |
CallerArg0ToPagedIterable.markerToNextForCallingArg0(String arg0)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
PagedIterable<T> |
CallerArg0ToPagedIterable.apply(IterableWithMarker<T> input)
Deprecated.
|
PagedIterable<T> |
ArgsToPagedIterable.apply(IterableWithMarker<T> input) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.