Uses of Class
org.apache.cassandra.cache.CounterCacheKey
-
Packages that use CounterCacheKey Package Description org.apache.cassandra.cache org.apache.cassandra.service -
-
Uses of CounterCacheKey in org.apache.cassandra.cache
Methods in org.apache.cassandra.cache that return CounterCacheKey Modifier and Type Method Description static CounterCacheKey
CounterCacheKey. create(TableMetadata tableMetadata, java.nio.ByteBuffer partitionKey, Clustering<?> clustering, ColumnMetadata c, CellPath path)
static CounterCacheKey
CounterCacheKey. read(TableMetadata tableMetadata, DataInputPlus in)
-
Uses of CounterCacheKey in org.apache.cassandra.service
Fields in org.apache.cassandra.service with type parameters of type CounterCacheKey Modifier and Type Field Description AutoSavingCache<CounterCacheKey,ClockAndCount>
CacheService. counterCache
Methods in org.apache.cassandra.service that return types with arguments of type CounterCacheKey Modifier and Type Method Description Future<Pair<CounterCacheKey,ClockAndCount>>
CacheService.CounterCacheSerializer. deserialize(DataInputPlus in)
Methods in org.apache.cassandra.service with parameters of type CounterCacheKey Modifier and Type Method Description void
CacheService.CounterCacheSerializer. serialize(CounterCacheKey key, DataOutputPlus out, ColumnFamilyStore cfs)
-