Package org.apache.cassandra.locator
Interface ReplicaPlans.Selector
- Enclosing class:
- ReplicaPlans
public static interface ReplicaPlans.Selector
-
Method Summary
Modifier and TypeMethodDescription<E extends Endpoints<E>,L extends ReplicaLayout.ForWrite<E>>
Eselect(ConsistencyLevel consistencyLevel, L liveAndDown, L live) Select theEndpointsfrom and to contact according to the consistency level.
-
Method Details
-
select
<E extends Endpoints<E>,L extends ReplicaLayout.ForWrite<E>> E select(ConsistencyLevel consistencyLevel, L liveAndDown, L live) Select theEndpointsfrom and to contact according to the consistency level.
-