Uses of Class
org.jclouds.collect.PagedIterable

Packages that use PagedIterable
org.jclouds   
org.jclouds.collect   
org.jclouds.collect.internal   
 

Uses of PagedIterable in org.jclouds
 

Methods in org.jclouds that return PagedIterable
 PagedIterable<Object> Fallbacks.EmptyPagedIterableOnNotFoundOr404.createOrPropagate(Throwable t)
           
 

Methods in org.jclouds that return types with arguments of type PagedIterable
 com.google.common.util.concurrent.ListenableFuture<PagedIterable<Object>> Fallbacks.EmptyPagedIterableOnNotFoundOr404.create(Throwable t)
           
 

Uses of PagedIterable in org.jclouds.collect
 

Methods in org.jclouds.collect that return PagedIterable
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
 PagedIterable<T> CallerArg0ToPagedIterable.apply(IterableWithMarker<T> input)
          Deprecated.  
 PagedIterable<T> Arg0ToPagedIterable.apply(IterableWithMarker<T> input)
           
 



Copyright © 2009-2013 jclouds. All Rights Reserved.