Class DatabaseCenterClient.AggregateQueryStatsFixedSizeCollection (0.16.0)

public static class DatabaseCenterClient.AggregateQueryStatsFixedSizeCollection extends AbstractFixedSizeCollection<AggregateQueryStatsRequest,AggregateQueryStatsResponse,QueryStatsInfo,DatabaseCenterClient.AggregateQueryStatsPage,DatabaseCenterClient.AggregateQueryStatsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > DatabaseCenterClient.AggregateQueryStatsFixedSizeCollection

Methods

createCollection(@Nullable List<DatabaseCenterClient.AggregateQueryStatsPage> pages, int collectionSize)

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