Uses of Class
org.apache.cassandra.service.paxos.PaxosState.Snapshot
-
Packages that use PaxosState.Snapshot Package Description org.apache.cassandra.db org.apache.cassandra.service.paxos -
-
Uses of PaxosState.Snapshot in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return PaxosState.Snapshot Modifier and Type Method Description static PaxosState.SnapshotSystemKeyspace. loadPaxosState(DecoratedKey partitionKey, TableMetadata metadata, int 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.paxos Modifier and Type Class Description static classPaxosState.UnsafeSnapshotFields in org.apache.cassandra.service.paxos with type parameters of type PaxosState.Snapshot Modifier and Type Field Description static java.util.Map<PaxosState.Key,PaxosState.Snapshot>PaxosState. RECENTMethods in org.apache.cassandra.service.paxos that return PaxosState.Snapshot Modifier and Type Method Description PaxosState.SnapshotPaxosState. 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.Snapshot Modifier and Type Method Description static PaxosState.SnapshotPaxosState.Snapshot. merge(PaxosState.Snapshot a, PaxosState.Snapshot b)Method parameters in org.apache.cassandra.service.paxos with type arguments of type PaxosState.Snapshot Modifier and Type Method Description voidPaxosState. updateStateUnsafe(java.util.function.Function<PaxosState.Snapshot,PaxosState.Snapshot> f)voidPaxosState. updateStateUnsafe(java.util.function.Function<PaxosState.Snapshot,PaxosState.Snapshot> f)
-