Class MetastoreServiceClient.ListTablesPage (0.25.0)

public static class MetastoreServiceClient.ListTablesPage extends AbstractPage<ListTablesRequest,ListTablesResponse,Table,MetastoreServiceClient.ListTablesPage>

Inheritance

java.lang.Object > AbstractPage > MetastoreServiceClient.ListTablesPage

Methods

createPage(PageContext<ListTablesRequest,ListTablesResponse,Table> context, ListTablesResponse response)

protected MetastoreServiceClient.ListTablesPage createPage(PageContext<ListTablesRequest,ListTablesResponse,Table> context, ListTablesResponse response)
Parameters
NameDescription
contextPageContext<ListTablesRequest,ListTablesResponse,Table>
responseListTablesResponse
Returns
TypeDescription
MetastoreServiceClient.ListTablesPage
Overrides

createPageAsync(PageContext<ListTablesRequest,ListTablesResponse,Table> context, ApiFuture<ListTablesResponse> futureResponse)

public ApiFuture<MetastoreServiceClient.ListTablesPage> createPageAsync(PageContext<ListTablesRequest,ListTablesResponse,Table> context, ApiFuture<ListTablesResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListTablesRequest,ListTablesResponse,Table>
futureResponseApiFuture<ListTablesResponse>
Returns
TypeDescription
ApiFuture<ListTablesPage>
Overrides