Class MetastoreServiceClient.ListCatalogsPage (0.5.0)

public static class MetastoreServiceClient.ListCatalogsPage extends AbstractPage<ListCatalogsRequest,ListCatalogsResponse,Catalog,MetastoreServiceClient.ListCatalogsPage>

Inheritance

java.lang.Object > AbstractPage > MetastoreServiceClient.ListCatalogsPage

Methods

createPage(PageContext<ListCatalogsRequest,ListCatalogsResponse,Catalog> context, ListCatalogsResponse response)

protected MetastoreServiceClient.ListCatalogsPage createPage(PageContext<ListCatalogsRequest,ListCatalogsResponse,Catalog> context, ListCatalogsResponse response)
Parameters
NameDescription
contextPageContext<ListCatalogsRequest,ListCatalogsResponse,Catalog>
responseListCatalogsResponse
Returns
TypeDescription
MetastoreServiceClient.ListCatalogsPage
Overrides

createPageAsync(PageContext<ListCatalogsRequest,ListCatalogsResponse,Catalog> context, ApiFuture<ListCatalogsResponse> futureResponse)

public ApiFuture<MetastoreServiceClient.ListCatalogsPage> createPageAsync(PageContext<ListCatalogsRequest,ListCatalogsResponse,Catalog> context, ApiFuture<ListCatalogsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListCatalogsRequest,ListCatalogsResponse,Catalog>
futureResponseApiFuture<ListCatalogsResponse>
Returns
TypeDescription
ApiFuture<ListCatalogsPage>
Overrides