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 CounterCacheKeyCounterCacheKey. create(TableMetadata tableMetadata, java.nio.ByteBuffer partitionKey, Clustering<?> clustering, ColumnMetadata c, CellPath path)static CounterCacheKeyCounterCacheKey. 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. counterCacheMethods 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, ColumnFamilyStore cfs)Methods in org.apache.cassandra.service with parameters of type CounterCacheKey Modifier and Type Method Description voidCacheService.CounterCacheSerializer. serialize(CounterCacheKey key, DataOutputPlus out, ColumnFamilyStore cfs)
-