Package org.apache.cassandra.cdc.sidecar
Interface CdcSidecarInstancesProvider
-
public interface CdcSidecarInstancesProviderA class that provides the list ofCdcSidecarInstances. This class allows for statically or dynamically providing a list of instances. It is meant to support expansions and shrink of Cassandra clusters.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<CdcSidecarInstance>instances()
-
-
-
Method Detail
-
instances
java.util.List<CdcSidecarInstance> instances()
- Returns:
- the list of
CdcSidecarInstances
-
-