org.jclouds.collect.internal
Class CallerArg0ToPagedIterable<T,I extends CallerArg0ToPagedIterable<T,I>>

java.lang.Object
  extended by org.jclouds.collect.internal.CallerArg0ToPagedIterable<T,I>
All Implemented Interfaces:
com.google.common.base.Function<IterableWithMarker<T>,PagedIterable<T>>, InvocationContext<I>

Deprecated. Arg0ToPagedIterable.FromCaller

@Beta
@Deprecated
public abstract class CallerArg0ToPagedIterable<T,I extends CallerArg0ToPagedIterable<T,I>>
extends Object
implements com.google.common.base.Function<IterableWithMarker<T>,PagedIterable<T>>, InvocationContext<I>

Author:
Adrian Cole

Constructor Summary
CallerArg0ToPagedIterable()
          Deprecated.  
 
Method Summary
 PagedIterable<T> apply(IterableWithMarker<T> input)
          Deprecated.  
protected abstract  com.google.common.base.Function<Object,IterableWithMarker<T>> markerToNextForCallingArg0(String arg0)
          Deprecated.  
 I setContext(HttpRequest request)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

CallerArg0ToPagedIterable

public CallerArg0ToPagedIterable()
Deprecated. 
Method Detail

apply

public PagedIterable<T> apply(IterableWithMarker<T> input)
Deprecated. 
Specified by:
apply in interface com.google.common.base.Function<IterableWithMarker<T>,PagedIterable<T>>

markerToNextForCallingArg0

protected abstract com.google.common.base.Function<Object,IterableWithMarker<T>> markerToNextForCallingArg0(String arg0)
Deprecated. 

setContext

public I setContext(HttpRequest request)
Deprecated. 
Specified by:
setContext in interface InvocationContext<I extends CallerArg0ToPagedIterable<T,I>>


Copyright © 2009-2013 jclouds. All Rights Reserved.