Package | Description |
---|---|
org.apache.cassandra.cache | |
org.apache.cassandra.service |
Modifier and Type | Method and 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) |
Modifier and Type | Field and Description |
---|---|
AutoSavingCache<CounterCacheKey,ClockAndCount> |
CacheService.counterCache |
Modifier and Type | Method and Description |
---|---|
Future<Pair<CounterCacheKey,ClockAndCount>> |
CacheService.CounterCacheSerializer.deserialize(DataInputPlus in,
ColumnFamilyStore cfs) |
Modifier and Type | Method and Description |
---|---|
void |
CacheService.CounterCacheSerializer.serialize(CounterCacheKey key,
DataOutputPlus out,
ColumnFamilyStore cfs) |
Copyright © 2009-2022 The Apache Software Foundation