Uses of Class
org.jclouds.collect.IterableWithMarker

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

Uses of IterableWithMarker in org.jclouds
 

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

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

Uses of IterableWithMarker in org.jclouds.collect
 

Fields in org.jclouds.collect declared as IterableWithMarker
static IterableWithMarker IterableWithMarkers.EMPTY
           
 

Methods in org.jclouds.collect that return IterableWithMarker
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
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
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
protected abstract  com.google.common.base.Function<Object,IterableWithMarker<T>> Arg0ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0)
           
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
 PagedIterable<T> CallerArg0ToPagedIterable.apply(IterableWithMarker<T> input)
          Deprecated.  
 PagedIterable<T> Arg0ToPagedIterable.apply(IterableWithMarker<T> input)
           
 



Copyright © 2009-2013 jclouds. All Rights Reserved.