Package | Description |
---|---|
org.apache.cassandra.cache | |
org.apache.cassandra.service |
Modifier and Type | Method and Description |
---|---|
static CounterCacheKey |
CounterCacheKey.create(Pair<java.lang.String,java.lang.String> ksAndCFName,
java.nio.ByteBuffer partitionKey,
CellName cellName) |
Modifier and Type | Field and Description |
---|---|
AutoSavingCache<CounterCacheKey,ClockAndCount> |
CacheService.counterCache |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<Pair<CounterCacheKey,ClockAndCount>> |
CacheService.CounterCacheSerializer.deserialize(java.io.DataInputStream in,
ColumnFamilyStore cfs) |
Modifier and Type | Method and Description |
---|---|
void |
CacheService.CounterCacheSerializer.serialize(CounterCacheKey key,
DataOutputPlus out,
ColumnFamilyStore cfs) |
Copyright © 2016 The Apache Software Foundation