Class SpannerClient.ListSessionsPage (6.25.0)

public static class SpannerClient.ListSessionsPage extends AbstractPage<ListSessionsRequest,ListSessionsResponse,Session,SpannerClient.ListSessionsPage>

Inheritance

java.lang.Object > AbstractPage > SpannerClient.ListSessionsPage

Methods

createPage(PageContext<ListSessionsRequest,ListSessionsResponse,Session> context, ListSessionsResponse response)

protected SpannerClient.ListSessionsPage createPage(PageContext<ListSessionsRequest,ListSessionsResponse,Session> context, ListSessionsResponse response)
Parameters
NameDescription
contextPageContext<ListSessionsRequest,ListSessionsResponse,Session>
responseListSessionsResponse
Returns
TypeDescription
SpannerClient.ListSessionsPage
Overrides

createPageAsync(PageContext<ListSessionsRequest,ListSessionsResponse,Session> context, ApiFuture<ListSessionsResponse> futureResponse)

public ApiFuture<SpannerClient.ListSessionsPage> createPageAsync(PageContext<ListSessionsRequest,ListSessionsResponse,Session> context, ApiFuture<ListSessionsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListSessionsRequest,ListSessionsResponse,Session>
futureResponseApiFuture<ListSessionsResponse>
Returns
TypeDescription
ApiFuture<ListSessionsPage>
Overrides