Package org.apache.cassandra.locator
Class SystemReplicas
java.lang.Object
org.apache.cassandra.locator.SystemReplicas
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ReplicagetSystemReplica(InetAddressAndPort endpoint) There are a few places where a system function borrows write path functionality, but doesn't otherwise fit into normal replication strategies (ie: hints and batchlog).static EndpointsForRangegetSystemReplicas(Collection<InetAddressAndPort> endpoints)
-
Field Details
-
FULL_RANGE
-
-
Constructor Details
-
SystemReplicas
public SystemReplicas()
-
-
Method Details
-
getSystemReplica
There are a few places where a system function borrows write path functionality, but doesn't otherwise fit into normal replication strategies (ie: hints and batchlog). So here we provide a replica instance -
getSystemReplicas
-