public static final class OperationApi.OperationPagesInZone extends BaseArg0ToIteratorOfListPage<Operation,OperationApi.OperationPagesInZone>
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<String,ListPage<Operation>> |
fetchNextPage(String zoneName,
ListOptions options)
This is used when you need to close over the first argument of this api.
|
apply, setContext
protected com.google.common.base.Function<String,ListPage<Operation>> fetchNextPage(String zoneName, ListOptions options)
BaseArg0ToIteratorOfListPage
arg0
will become "myzone", which you can use to ensure the next page goes to the
same zone: api.operations().listInZone("myzone")
fetchNextPage
in class BaseArg0ToIteratorOfListPage<Operation,ListOptions,OperationApi.OperationPagesInZone>
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.