public abstract static class ReplicaPlan.AbstractReplicaPlan<E extends Endpoints<E>,P extends ReplicaPlan<E,P>> extends java.lang.Object implements ReplicaPlan<E,P>
ReplicaPlan.AbstractForRead<E extends Endpoints<E>,P extends ReplicaPlan.ForRead<E,P>>, ReplicaPlan.AbstractReplicaPlan<E extends Endpoints<E>,P extends ReplicaPlan<E,P>>, ReplicaPlan.ForPaxosWrite, ReplicaPlan.ForRangeRead, ReplicaPlan.ForRead<E extends Endpoints<E>,P extends ReplicaPlan.ForRead<E,P>>, ReplicaPlan.ForTokenRead, ReplicaPlan.ForWrite, ReplicaPlan.Shared<E extends Endpoints<E>,P extends ReplicaPlan<E,P>>, ReplicaPlan.SharedForRangeRead, ReplicaPlan.SharedForTokenRead
Modifier and Type | Field and Description |
---|---|
protected ConsistencyLevel |
consistencyLevel |
protected Keyspace |
keyspace |
protected AbstractReplicationStrategy |
replicationStrategy |
Modifier and Type | Method and Description |
---|---|
ConsistencyLevel |
consistencyLevel() |
E |
contacts() |
Keyspace |
keyspace() |
AbstractReplicationStrategy |
replicationStrategy() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
lookup, shared, shared, withContacts
protected final Keyspace keyspace
protected final ConsistencyLevel consistencyLevel
protected final AbstractReplicationStrategy replicationStrategy
public E contacts()
contacts
in interface ReplicaPlan<E extends Endpoints<E>,P extends ReplicaPlan<E,P>>
public Keyspace keyspace()
keyspace
in interface ReplicaPlan<E extends Endpoints<E>,P extends ReplicaPlan<E,P>>
public AbstractReplicationStrategy replicationStrategy()
replicationStrategy
in interface ReplicaPlan<E extends Endpoints<E>,P extends ReplicaPlan<E,P>>
public ConsistencyLevel consistencyLevel()
consistencyLevel
in interface ReplicaPlan<E extends Endpoints<E>,P extends ReplicaPlan<E,P>>
Copyright © 2009-2022 The Apache Software Foundation