| Package | Description |
|---|---|
| org.jclouds.googlecloud.domain | |
| org.jclouds.googlecloud.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingListPage<T>
An immutable list that includes a token, if there is another page available.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> ListPage<T> |
ForwardingListPage.create(List<T> items,
String nextPageToken) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPage<T>> |
BaseToIteratorOfListPage.apply(ListPage<T> input) |
Iterator<ListPage<T>> |
BaseArg0ToIteratorOfListPage.apply(ListPage<T> input) |
Iterator<ListPage<T>> |
BaseCallerArg0ToIteratorOfListPage.apply(ListPage<T> input) |
protected abstract com.google.common.base.Function<String,ListPage<T>> |
BaseToIteratorOfListPage.fetchNextPage(O options) |
protected abstract com.google.common.base.Function<String,ListPage<T>> |
BaseArg0ToIteratorOfListPage.fetchNextPage(String arg0,
O options)
This is used when you need to close over the first argument of this api.
|
protected abstract com.google.common.base.Function<String,ListPage<T>> |
BaseCallerArg0ToIteratorOfListPage.fetchNextPage(String callerArg0,
O options)
This is used when you need to close over the argument that created the api.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPage<T>> |
BaseToIteratorOfListPage.apply(ListPage<T> input) |
Iterator<ListPage<T>> |
BaseArg0ToIteratorOfListPage.apply(ListPage<T> input) |
Iterator<ListPage<T>> |
BaseCallerArg0ToIteratorOfListPage.apply(ListPage<T> input) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Iterable<T> |
ListPages.concat(Iterator<ListPage<T>> input) |
Copyright © 2009-2019 The Apache Software Foundation. All Rights Reserved.