org.jclouds.collect.internal
Class CallerArg0ToPagedIterable<T,I extends CallerArg0ToPagedIterable<T,I>>
java.lang.Object
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
| 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 |
CallerArg0ToPagedIterable
public CallerArg0ToPagedIterable()
- Deprecated.
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.