Package 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>>
,Function<IterableWithMarker<T>,PagedIterable<T>>
,InvocationContext<I>
- Direct Known Subclasses:
HostedZonesToPagedIterable
,ListAlarmHistoryToPagedIterable
,ListAlarmsToPagedIterable
,MetricsToPagedIterable
,ResourceRecordSetIterableToPagedIterable
@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>
Deprecated.Arg0ToPagedIterable.FromCaller
-
-
Constructor Summary
Constructors Constructor Description CallerArg0ToPagedIterable()
Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description 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.
-
-
-
Method Detail
-
apply
public PagedIterable<T> apply(IterableWithMarker<T> input)
Deprecated.
-
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 interfaceInvocationContext<T>
-
-