Uses of Class
org.jclouds.collect.IterableWithMarker
-
Packages that use IterableWithMarker Package Description org.jclouds org.jclouds.collect org.jclouds.collect.internal -
-
Uses of IterableWithMarker in org.jclouds
Methods in org.jclouds that return IterableWithMarker Modifier and Type Method Description IterableWithMarker<Object>Fallbacks.EmptyIterableWithMarkerOnNotFoundOr404. createOrPropagate(Throwable t) -
Uses of IterableWithMarker in org.jclouds.collect
Fields in org.jclouds.collect declared as IterableWithMarker Modifier and Type Field Description static IterableWithMarkerIterableWithMarkers. EMPTYMethods in org.jclouds.collect that return IterableWithMarker Modifier and Type Method 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.Methods in org.jclouds.collect with parameters of type IterableWithMarker Modifier and Type Method 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)Method parameters in org.jclouds.collect with type arguments of type IterableWithMarker Modifier and Type Method Description static <T> PagedIterable<T>PagedIterables. advance(IterableWithMarker<T> initial, com.google.common.base.Function<Object,IterableWithMarker<T>> markerToNext) -
Uses of IterableWithMarker in org.jclouds.collect.internal
Methods in org.jclouds.collect.internal that return types with arguments of type IterableWithMarker Modifier and Type Method 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.Methods in org.jclouds.collect.internal with parameters of type IterableWithMarker Modifier and Type Method Description PagedIterable<T>ArgsToPagedIterable. apply(IterableWithMarker<T> input)PagedIterable<T>CallerArg0ToPagedIterable. apply(IterableWithMarker<T> input)Deprecated.
-