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