Class StreamsServiceClient.ListClustersFixedSizeCollection (0.2.0)

public static class StreamsServiceClient.ListClustersFixedSizeCollection extends AbstractFixedSizeCollection<ListClustersRequest,ListClustersResponse,Cluster,StreamsServiceClient.ListClustersPage,StreamsServiceClient.ListClustersFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > StreamsServiceClient.ListClustersFixedSizeCollection

Methods

createCollection(List<StreamsServiceClient.ListClustersPage> pages, int collectionSize)

protected StreamsServiceClient.ListClustersFixedSizeCollection createCollection(List<StreamsServiceClient.ListClustersPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListClustersPage>
collectionSize int
Returns
Type Description
StreamsServiceClient.ListClustersFixedSizeCollection
Overrides