Package | Description |
---|---|
org.apache.cassandra.io.sstable.format | |
org.apache.cassandra.service |
Modifier and Type | Field and Description |
---|---|
protected InstrumentingCache<KeyCacheKey,RowIndexEntry> |
SSTableReader.keyCache |
Modifier and Type | Method and Description |
---|---|
KeyCacheKey |
SSTableReader.getCacheKey(DecoratedKey key) |
Modifier and Type | Method and Description |
---|---|
InstrumentingCache<KeyCacheKey,RowIndexEntry> |
SSTableReader.getKeyCache() |
Modifier and Type | Method and Description |
---|---|
protected RowIndexEntry |
SSTableReader.getCachedPosition(KeyCacheKey unifiedKey,
boolean updateStats) |
Modifier and Type | Field and Description |
---|---|
AutoSavingCache<KeyCacheKey,RowIndexEntry> |
CacheService.keyCache |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<Pair<KeyCacheKey,RowIndexEntry>> |
CacheService.KeyCacheSerializer.deserialize(DataInputPlus input,
ColumnFamilyStore cfs) |
Modifier and Type | Method and Description |
---|---|
void |
CacheService.KeyCacheSerializer.serialize(KeyCacheKey key,
DataOutputPlus out,
ColumnFamilyStore cfs) |
Copyright © 2009-2021 The Apache Software Foundation