Uses of Class
org.apache.cassandra.db.ClockAndCount
Packages that use ClockAndCount
Package
Description
-
Uses of ClockAndCount in org.apache.cassandra.db
Fields in org.apache.cassandra.db declared as ClockAndCountMethods in org.apache.cassandra.db that return ClockAndCountModifier and TypeMethodDescriptionstatic ClockAndCountClockAndCount.create(long clock, long count) ColumnFamilyStore.getCachedCounter(ByteBuffer partitionKey, Clustering<?> clustering, ColumnMetadata column, CellPath path) Methods in org.apache.cassandra.db with parameters of type ClockAndCountModifier and TypeMethodDescriptionvoidColumnFamilyStore.putCachedCounter(ByteBuffer partitionKey, Clustering<?> clustering, ColumnMetadata column, CellPath path, ClockAndCount clockAndCount) -
Uses of ClockAndCount in org.apache.cassandra.db.context
Methods in org.apache.cassandra.db.context that return ClockAndCountModifier and TypeMethodDescriptionCounterContext.getClockAndCountOf(ByteBuffer context, CounterId id) Returns the clock and the count associated with the given counter id, or (0, 0) if no such shard is present.CounterContext.getLocalClockAndCount(ByteBuffer context) Returns the clock and the count associated with the local counter id, or (0, 0) if no such shard is present. -
Uses of ClockAndCount in org.apache.cassandra.service
Fields in org.apache.cassandra.service with type parameters of type ClockAndCountMethods in org.apache.cassandra.service that return types with arguments of type ClockAndCountModifier and TypeMethodDescriptionCacheService.CounterCacheSerializer.deserialize(DataInputPlus in)