Class OracleDatabaseClient.ListGoldengateConnectionsFixedSizeCollection (0.42.0)

public static class OracleDatabaseClient.ListGoldengateConnectionsFixedSizeCollection extends AbstractFixedSizeCollection<ListGoldengateConnectionsRequest,ListGoldengateConnectionsResponse,GoldengateConnection,OracleDatabaseClient.ListGoldengateConnectionsPage,OracleDatabaseClient.ListGoldengateConnectionsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > OracleDatabaseClient.ListGoldengateConnectionsFixedSizeCollection

Methods

createCollection(List<OracleDatabaseClient.ListGoldengateConnectionsPage> pages, int collectionSize)

protected OracleDatabaseClient.ListGoldengateConnectionsFixedSizeCollection createCollection(List<OracleDatabaseClient.ListGoldengateConnectionsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListGoldengateConnectionsPage>
collectionSize int
Returns
Type Description
OracleDatabaseClient.ListGoldengateConnectionsFixedSizeCollection
Overrides