Uses of Class
org.apache.cassandra.cache.CounterCacheKey
Packages that use CounterCacheKey
-
Uses of CounterCacheKey in org.apache.cassandra.cache
Methods in org.apache.cassandra.cache that return CounterCacheKeyModifier and TypeMethodDescriptionstatic CounterCacheKeyCounterCacheKey.create(TableMetadata tableMetadata, 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 CounterCacheKeyMethods in org.apache.cassandra.service that return types with arguments of type CounterCacheKeyModifier and TypeMethodDescriptionCacheService.CounterCacheSerializer.deserialize(DataInputPlus in) Methods in org.apache.cassandra.service with parameters of type CounterCacheKeyModifier and TypeMethodDescriptionvoidCacheService.CounterCacheSerializer.serialize(CounterCacheKey key, DataOutputPlus out, ColumnFamilyStore cfs)