Uses of Class
org.apache.cassandra.service.paxos.PaxosState.Snapshot
Packages that use PaxosState.Snapshot
-
Uses of PaxosState.Snapshot in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return PaxosState.SnapshotModifier and TypeMethodDescriptionstatic PaxosState.SnapshotSystemKeyspace.loadPaxosState(DecoratedKey partitionKey, TableMetadata metadata, long nowInSec) Load the current paxos state for the table and key NOTE: nowInSec is typically provided as zero, and should not be assumed to be definitive, as the cache may apply different nowInSec filters -
Uses of PaxosState.Snapshot in org.apache.cassandra.service.paxos
Subclasses of PaxosState.Snapshot in org.apache.cassandra.service.paxosFields in org.apache.cassandra.service.paxos with type parameters of type PaxosState.SnapshotModifier and TypeFieldDescriptionstatic final Map<PaxosState.Key,PaxosState.Snapshot> PaxosState.RECENTMethods in org.apache.cassandra.service.paxos that return PaxosState.SnapshotModifier and TypeMethodDescriptionPaxosState.currentSnapshot()static PaxosState.SnapshotPaxosState.Snapshot.merge(PaxosState.Snapshot a, PaxosState.Snapshot b) static PaxosState.SnapshotPaxosState.unsafeGetIfPresent(DecoratedKey partitionKey, TableMetadata metadata) Methods in org.apache.cassandra.service.paxos with parameters of type PaxosState.SnapshotModifier and TypeMethodDescriptionstatic PaxosState.SnapshotPaxosState.Snapshot.merge(PaxosState.Snapshot a, PaxosState.Snapshot b) Method parameters in org.apache.cassandra.service.paxos with type arguments of type PaxosState.SnapshotModifier and TypeMethodDescriptionvoidPaxosState.updateStateUnsafe(Function<PaxosState.Snapshot, PaxosState.Snapshot> f) voidPaxosState.updateStateUnsafe(Function<PaxosState.Snapshot, PaxosState.Snapshot> f)