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 -
Method Summary
Modifier and TypeMethodDescriptionapply
(IterableWithMarker<T> input) Deprecated.protected abstract com.google.common.base.Function
<Object, IterableWithMarker<T>> Deprecated.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 Details
-
CallerArg0ToPagedIterable
public CallerArg0ToPagedIterable()Deprecated.
-
-
Method Details
-
apply
Deprecated. -
markerToNextForCallingArg0
protected abstract com.google.common.base.Function<Object,IterableWithMarker<T>> markerToNextForCallingArg0(String arg0) Deprecated. -
setContext
Deprecated.- Specified by:
setContext
in interfaceInvocationContext<T>
-