Uses of Class
org.apache.cassandra.service.paxos.PaxosState
-
Packages that use PaxosState Package Description org.apache.cassandra.service.paxos -
-
Uses of PaxosState in org.apache.cassandra.service.paxos
Fields in org.apache.cassandra.service.paxos with type parameters of type PaxosState Modifier and Type Field Description static java.util.concurrent.ConcurrentHashMap<PaxosState.Key,PaxosState>PaxosState. ACTIVEMethods in org.apache.cassandra.service.paxos that return PaxosState Modifier and Type Method Description static PaxosStatePaxosState. get(DecoratedKey partitionKey, TableMetadata table)static PaxosStatePaxosState. get(Commit commit)
-