Uses of Class
org.jclouds.collect.PagedIterable
-
Packages that use PagedIterable Package Description org.jclouds org.jclouds.collect org.jclouds.collect.internal -
-
Uses of PagedIterable in org.jclouds
Methods in org.jclouds that return PagedIterable Modifier and Type Method Description PagedIterable<Object>Fallbacks.EmptyPagedIterableOnNotFoundOr404. createOrPropagate(Throwable t) -
Uses of PagedIterable in org.jclouds.collect
Methods in org.jclouds.collect that return PagedIterable 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) -
Uses of PagedIterable in org.jclouds.collect.internal
Methods in org.jclouds.collect.internal that return PagedIterable Modifier and Type Method Description PagedIterable<T>ArgsToPagedIterable. apply(IterableWithMarker<T> input)PagedIterable<T>CallerArg0ToPagedIterable. apply(IterableWithMarker<T> input)Deprecated.
-