Class HealthMonitorsToPagedIterable
java.lang.Object
org.jclouds.collect.internal.ArgsToPagedIterable<HealthMonitor,HealthMonitorsToPagedIterable>
org.jclouds.collect.internal.Arg0ToPagedIterable<HealthMonitor,HealthMonitorsToPagedIterable>
org.jclouds.collect.internal.Arg0ToPagedIterable.FromCaller<HealthMonitor,HealthMonitorsToPagedIterable>
org.jclouds.openstack.neutron.v2.functions.lbaas.v1.HealthMonitorsToPagedIterable
- All Implemented Interfaces:
com.google.common.base.Function<IterableWithMarker<HealthMonitor>,
,PagedIterable<HealthMonitor>> Function<IterableWithMarker<HealthMonitor>,
,PagedIterable<HealthMonitor>> InvocationContext<HealthMonitorsToPagedIterable>
public class HealthMonitorsToPagedIterable
extends Arg0ToPagedIterable.FromCaller<HealthMonitor,HealthMonitorsToPagedIterable>
Makes HealthMonitors work as a PagedIterable.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jclouds.collect.internal.Arg0ToPagedIterable
Arg0ToPagedIterable.FromCaller<T,
I extends Arg0ToPagedIterable.FromCaller<T, I>> -
Field Summary
Fields inherited from class org.jclouds.collect.internal.ArgsToPagedIterable
request
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.google.common.base.Function
<Object, IterableWithMarker<HealthMonitor>> markerToNextForArg0
(com.google.common.base.Optional<Object> arg0) Methods inherited from class org.jclouds.collect.internal.Arg0ToPagedIterable.FromCaller
getArgs
Methods inherited from class org.jclouds.collect.internal.Arg0ToPagedIterable
markerToNextForArgs
Methods inherited from class org.jclouds.collect.internal.ArgsToPagedIterable
apply, setContext
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
-
HealthMonitorsToPagedIterable
-
-
Method Details
-
markerToNextForArg0
protected com.google.common.base.Function<Object,IterableWithMarker<HealthMonitor>> markerToNextForArg0(com.google.common.base.Optional<Object> arg0) - Specified by:
markerToNextForArg0
in classArg0ToPagedIterable<HealthMonitor,
HealthMonitorsToPagedIterable> - Parameters:
arg0
- present when there was an arg0
-