Uses of Interface
org.apache.cassandra.locator.ReplicaPlans.Selector
-
Packages that use ReplicaPlans.Selector Package Description org.apache.cassandra.locator -
-
Uses of ReplicaPlans.Selector in org.apache.cassandra.locator
Fields in org.apache.cassandra.locator declared as ReplicaPlans.Selector Modifier and Type Field Description static ReplicaPlans.SelectorReplicaPlans. writeAllSelect all nodes, transient or otherwise, as targets for the operation.static ReplicaPlans.SelectorReplicaPlans. writeNormalSelect all full nodes, live or down, as write targets.Methods in org.apache.cassandra.locator that return ReplicaPlans.Selector Modifier and Type Method Description static 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.Selector Modifier and Type Method Description static ReplicaPlan.ForWriteReplicaPlans. forWrite(Keyspace keyspace, ConsistencyLevel consistencyLevel, Token token, ReplicaPlans.Selector selector)static ReplicaPlan.ForWriteReplicaPlans. forWrite(Keyspace keyspace, ConsistencyLevel consistencyLevel, EndpointsForToken natural, EndpointsForToken pending, java.util.function.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)
-