Uses of Class
org.apache.cassandra.locator.ReplicaLayout.ForWrite
-
Packages that use ReplicaLayout.ForWrite Package Description org.apache.cassandra.locator -
-
Uses of ReplicaLayout.ForWrite in org.apache.cassandra.locator
Subclasses of ReplicaLayout.ForWrite in org.apache.cassandra.locator Modifier and Type Class Description static classReplicaLayout.ForTokenWriteMethods in org.apache.cassandra.locator with type parameters of type ReplicaLayout.ForWrite Modifier and Type Method Description <E extends Endpoints<E>,L extends ReplicaLayout.ForWrite<E>>
EReplicaPlans.Selector. select(ConsistencyLevel consistencyLevel, L liveAndDown, L live)Select theEndpointsfrom {@param liveAndDown} and {@param live} to contact according to the consistency level.
-