Class MetastoreServiceClient.ListCatalogsFixedSizeCollection (0.29.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > MetastoreServiceClient.ListCatalogsFixedSizeCollection

Methods

createCollection(List<MetastoreServiceClient.ListCatalogsPage> pages, int collectionSize)

protected MetastoreServiceClient.ListCatalogsFixedSizeCollection createCollection(List<MetastoreServiceClient.ListCatalogsPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListCatalogsPage>
collectionSizeint
Returns
TypeDescription
MetastoreServiceClient.ListCatalogsFixedSizeCollection
Overrides