Uses of Class
org.apache.cassandra.db.ClockAndCount
-
Packages that use ClockAndCount Package Description org.apache.cassandra.db org.apache.cassandra.db.context org.apache.cassandra.service -
-
Uses of ClockAndCount in org.apache.cassandra.db
Fields in org.apache.cassandra.db declared as ClockAndCount Modifier and Type Field Description static ClockAndCount
ClockAndCount. BLANK
Methods in org.apache.cassandra.db that return ClockAndCount Modifier and Type Method Description static ClockAndCount
ClockAndCount. create(long clock, long count)
ClockAndCount
ColumnFamilyStore. getCachedCounter(java.nio.ByteBuffer partitionKey, Clustering<?> clustering, ColumnMetadata column, CellPath path)
Methods in org.apache.cassandra.db with parameters of type ClockAndCount Modifier and Type Method Description void
ColumnFamilyStore. putCachedCounter(java.nio.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 ClockAndCount Modifier and Type Method Description ClockAndCount
CounterContext. getClockAndCountOf(java.nio.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.ClockAndCount
CounterContext. getLocalClockAndCount(java.nio.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 ClockAndCount Modifier and Type Field Description AutoSavingCache<CounterCacheKey,ClockAndCount>
CacheService. counterCache
Methods in org.apache.cassandra.service that return types with arguments of type ClockAndCount Modifier and Type Method Description java.util.concurrent.Future<Pair<CounterCacheKey,ClockAndCount>>
CacheService.CounterCacheSerializer. deserialize(DataInputPlus in, ColumnFamilyStore cfs)
-