Uses of Interface
org.apache.cassandra.locator.ReplicaPlans.Selector
Packages that use ReplicaPlans.Selector
-
Uses of ReplicaPlans.Selector in org.apache.cassandra.locator
Fields in org.apache.cassandra.locator declared as ReplicaPlans.SelectorModifier and TypeFieldDescriptionstatic final ReplicaPlans.SelectorReplicaPlans.writeAllSelect all nodes, transient or otherwise, as targets for the operation.static final ReplicaPlans.SelectorReplicaPlans.writeNormalSelect all full nodes, live or down, as write targets.Methods in org.apache.cassandra.locator that return ReplicaPlans.SelectorModifier and TypeMethodDescriptionstatic ReplicaPlans.SelectorReplicaPlans.writeReadRepair(ReplicaPlan<?, ?> readPlan) TODO: Transient Replication C-14404/C-14665 TODO: We employ this even when there is no monotonicity to guarantee, e.g.Methods in org.apache.cassandra.locator with parameters of type ReplicaPlans.SelectorModifier and TypeMethodDescriptionstatic ReplicaPlan.ForWriteReplicaPlans.forWrite(Keyspace keyspace, ConsistencyLevel consistencyLevel, Token token, ReplicaPlans.Selector selector) static ReplicaPlan.ForWriteReplicaPlans.forWrite(Keyspace keyspace, ConsistencyLevel consistencyLevel, EndpointsForToken natural, EndpointsForToken pending, Predicate<Replica> isAlive, ReplicaPlans.Selector selector) static ReplicaPlan.ForWriteReplicaPlans.forWrite(Keyspace keyspace, ConsistencyLevel consistencyLevel, ReplicaLayout.ForTokenWrite liveAndDown, ReplicaLayout.ForTokenWrite live, ReplicaPlans.Selector selector) static ReplicaPlan.ForWriteReplicaPlans.forWrite(Keyspace keyspace, ConsistencyLevel consistencyLevel, ReplicaLayout.ForTokenWrite liveAndDown, ReplicaPlans.Selector selector)