Class HiveMetastoreServiceClient.ListHiveCatalogsFixedSizeCollection (0.83.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > HiveMetastoreServiceClient.ListHiveCatalogsFixedSizeCollection

Methods

createCollection(@Nullable List<HiveMetastoreServiceClient.ListHiveCatalogsPage> pages, int collectionSize)

protected HiveMetastoreServiceClient.ListHiveCatalogsFixedSizeCollection createCollection(@Nullable List<HiveMetastoreServiceClient.ListHiveCatalogsPage> pages, int collectionSize)
Parameters
Name Description
pages @org.jspecify.annotations.Nullable java.util.List<ListHiveCatalogsPage>
collectionSize int
Returns
Type Description
HiveMetastoreServiceClient.ListHiveCatalogsFixedSizeCollection
Overrides