Class HiveMetastoreServiceClient.ListHiveCatalogsPage (0.76.0)

public static class HiveMetastoreServiceClient.ListHiveCatalogsPage extends AbstractPage<ListHiveCatalogsRequest,ListHiveCatalogsResponse,HiveCatalog,HiveMetastoreServiceClient.ListHiveCatalogsPage>

Inheritance

java.lang.Object > AbstractPage > HiveMetastoreServiceClient.ListHiveCatalogsPage

Methods

createPage(PageContext<ListHiveCatalogsRequest,ListHiveCatalogsResponse,HiveCatalog> context, ListHiveCatalogsResponse response)

protected HiveMetastoreServiceClient.ListHiveCatalogsPage createPage(PageContext<ListHiveCatalogsRequest,ListHiveCatalogsResponse,HiveCatalog> context, ListHiveCatalogsResponse response)
Parameters
Name Description
context PageContext<ListHiveCatalogsRequest,ListHiveCatalogsResponse,HiveCatalog>
response ListHiveCatalogsResponse
Returns
Type Description
HiveMetastoreServiceClient.ListHiveCatalogsPage
Overrides

createPageAsync(PageContext<ListHiveCatalogsRequest,ListHiveCatalogsResponse,HiveCatalog> context, ApiFuture<ListHiveCatalogsResponse> futureResponse)

public ApiFuture<HiveMetastoreServiceClient.ListHiveCatalogsPage> createPageAsync(PageContext<ListHiveCatalogsRequest,ListHiveCatalogsResponse,HiveCatalog> context, ApiFuture<ListHiveCatalogsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListHiveCatalogsRequest,ListHiveCatalogsResponse,HiveCatalog>
futureResponse ApiFuture<ListHiveCatalogsResponse>
Returns
Type Description
ApiFuture<ListHiveCatalogsPage>
Overrides