Class MetadataServiceClient.ListPartitionsPage (1.40.0)

public static class MetadataServiceClient.ListPartitionsPage extends AbstractPage<ListPartitionsRequest,ListPartitionsResponse,Partition,MetadataServiceClient.ListPartitionsPage>

Inheritance

java.lang.Object > AbstractPage > MetadataServiceClient.ListPartitionsPage

Methods

createPage(PageContext<ListPartitionsRequest,ListPartitionsResponse,Partition> context, ListPartitionsResponse response)

protected MetadataServiceClient.ListPartitionsPage createPage(PageContext<ListPartitionsRequest,ListPartitionsResponse,Partition> context, ListPartitionsResponse response)
Parameters
Name Description
context PageContext<ListPartitionsRequest,ListPartitionsResponse,Partition>
response ListPartitionsResponse
Returns
Type Description
MetadataServiceClient.ListPartitionsPage
Overrides

createPageAsync(PageContext<ListPartitionsRequest,ListPartitionsResponse,Partition> context, ApiFuture<ListPartitionsResponse> futureResponse)

public ApiFuture<MetadataServiceClient.ListPartitionsPage> createPageAsync(PageContext<ListPartitionsRequest,ListPartitionsResponse,Partition> context, ApiFuture<ListPartitionsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListPartitionsRequest,ListPartitionsResponse,Partition>
futureResponse ApiFuture<ListPartitionsResponse>
Returns
Type Description
ApiFuture<ListPartitionsPage>
Overrides