Class OperationApi.OperationPagesInRegion
- java.lang.Object
-
- org.jclouds.googlecloud.internal.BaseArg0ToIteratorOfListPage<T,ListOptions,I>
-
- org.jclouds.googlecomputeengine.internal.BaseArg0ToIteratorOfListPage<Operation,OperationApi.OperationPagesInRegion>
-
- org.jclouds.googlecomputeengine.features.OperationApi.OperationPagesInRegion
-
- All Implemented Interfaces:
com.google.common.base.Function<ListPage<Operation>,Iterator<ListPage<Operation>>>
,Function<ListPage<Operation>,Iterator<ListPage<Operation>>>
,InvocationContext<OperationApi.OperationPagesInRegion>
- Enclosing interface:
- OperationApi
public static final class OperationApi.OperationPagesInRegion extends BaseArg0ToIteratorOfListPage<Operation,OperationApi.OperationPagesInRegion>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.google.common.base.Function<String,ListPage<Operation>>
fetchNextPage(String regionName, ListOptions options)
This is used when you need to close over the first argument of this api.-
Methods inherited from class org.jclouds.googlecloud.internal.BaseArg0ToIteratorOfListPage
apply, setContext
-
-
-
-
Method Detail
-
fetchNextPage
protected com.google.common.base.Function<String,ListPage<Operation>> fetchNextPage(String regionName, ListOptions options)
Description copied from class:BaseArg0ToIteratorOfListPage
This is used when you need to close over the first argument of this api. For example,arg0
will become "myzone", which you can use to ensure the next page goes to the same zone:api.operations().listInZone("myzone")
- Specified by:
fetchNextPage
in classBaseArg0ToIteratorOfListPage<Operation,ListOptions,OperationApi.OperationPagesInRegion>
-
-