Class FloatingIPsToPagedIterable
- java.lang.Object
-
- org.jclouds.collect.internal.ArgsToPagedIterable<T,I>
-
- org.jclouds.collect.internal.Arg0ToPagedIterable<T,I>
-
- org.jclouds.collect.internal.Arg0ToPagedIterable.FromCaller<FloatingIP,FloatingIPsToPagedIterable>
-
- org.jclouds.openstack.neutron.v2.functions.FloatingIPsToPagedIterable
-
- All Implemented Interfaces:
com.google.common.base.Function<IterableWithMarker<FloatingIP>,PagedIterable<FloatingIP>>
,Function<IterableWithMarker<FloatingIP>,PagedIterable<FloatingIP>>
,InvocationContext<FloatingIPsToPagedIterable>
public class FloatingIPsToPagedIterable extends Arg0ToPagedIterable.FromCaller<FloatingIP,FloatingIPsToPagedIterable>
Ensures Floating IPs works as 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 Modifier Constructor Description protected
FloatingIPsToPagedIterable(NeutronApi api)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.google.common.base.Function<Object,IterableWithMarker<FloatingIP>>
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
-
-
-
-
Constructor Detail
-
FloatingIPsToPagedIterable
@Inject protected FloatingIPsToPagedIterable(NeutronApi api)
-
-
Method Detail
-
markerToNextForArg0
protected com.google.common.base.Function<Object,IterableWithMarker<FloatingIP>> markerToNextForArg0(com.google.common.base.Optional<Object> arg0)
- Specified by:
markerToNextForArg0
in classArg0ToPagedIterable<FloatingIP,FloatingIPsToPagedIterable>
- Parameters:
arg0
- present when there was an arg0
-
-