Class MetadataServiceClient.ListPartitionsPage (1.39.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
NameDescription
contextPageContext<ListPartitionsRequest,ListPartitionsResponse,Partition>
responseListPartitionsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListPartitionsRequest,ListPartitionsResponse,Partition>
futureResponseApiFuture<ListPartitionsResponse>
Returns
TypeDescription
ApiFuture<ListPartitionsPage>
Overrides