public static class MetastoreServiceClient.ListCatalogsPage extends AbstractPage<ListCatalogsRequest,ListCatalogsResponse,Catalog,MetastoreServiceClient.ListCatalogsPage>
Methods
createPage(PageContext<ListCatalogsRequest,ListCatalogsResponse,Catalog> context, ListCatalogsResponse response)
protected MetastoreServiceClient.ListCatalogsPage createPage(PageContext<ListCatalogsRequest,ListCatalogsResponse,Catalog> context, ListCatalogsResponse response)
Parameters | |
---|---|
Name | Description |
context | PageContext<ListCatalogsRequest,ListCatalogsResponse,Catalog> |
response | ListCatalogsResponse |
Returns | |
---|---|
Type | Description |
MetastoreServiceClient.ListCatalogsPage |
createPageAsync(PageContext<ListCatalogsRequest,ListCatalogsResponse,Catalog> context, ApiFuture<ListCatalogsResponse> futureResponse)
public ApiFuture<MetastoreServiceClient.ListCatalogsPage> createPageAsync(PageContext<ListCatalogsRequest,ListCatalogsResponse,Catalog> context, ApiFuture<ListCatalogsResponse> futureResponse)
Parameters | |
---|---|
Name | Description |
context | PageContext<ListCatalogsRequest,ListCatalogsResponse,Catalog> |
futureResponse | ApiFuture<ListCatalogsResponse> |
Returns | |
---|---|
Type | Description |
ApiFuture<ListCatalogsPage> |