public static class MetastoreServiceClient.ListTablesPage extends AbstractPage<ListTablesRequest,ListTablesResponse,Table,MetastoreServiceClient.ListTablesPage>
Methods
createPage(PageContext<ListTablesRequest,ListTablesResponse,Table> context, ListTablesResponse response)
protected MetastoreServiceClient.ListTablesPage createPage(PageContext<ListTablesRequest,ListTablesResponse,Table> context, ListTablesResponse response)
Parameters | |
---|---|
Name | Description |
context | PageContext<ListTablesRequest,ListTablesResponse,Table> |
response | ListTablesResponse |
Returns | |
---|---|
Type | Description |
MetastoreServiceClient.ListTablesPage |
createPageAsync(PageContext<ListTablesRequest,ListTablesResponse,Table> context, ApiFuture<ListTablesResponse> futureResponse)
public ApiFuture<MetastoreServiceClient.ListTablesPage> createPageAsync(PageContext<ListTablesRequest,ListTablesResponse,Table> context, ApiFuture<ListTablesResponse> futureResponse)
Parameters | |
---|---|
Name | Description |
context | PageContext<ListTablesRequest,ListTablesResponse,Table> |
futureResponse | ApiFuture<ListTablesResponse> |
Returns | |
---|---|
Type | Description |
ApiFuture<ListTablesPage> |