Package | Description |
---|---|
org.apache.cassandra.cache | |
org.apache.cassandra.db | |
org.apache.cassandra.service |
Modifier and Type | Method and Description |
---|---|
ICache<RowCacheKey,IRowCacheEntry> |
NopCacheProvider.create() |
ICache<RowCacheKey,IRowCacheEntry> |
OHCProvider.create() |
ICache<RowCacheKey,IRowCacheEntry> |
SerializingCacheProvider.create() |
Modifier and Type | Method and Description |
---|---|
void |
ColumnFamilyStore.invalidateCachedPartition(RowCacheKey key) |
Modifier and Type | Field and Description |
---|---|
AutoSavingCache<RowCacheKey,IRowCacheEntry> |
CacheService.rowCache |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<Pair<RowCacheKey,IRowCacheEntry>> |
CacheService.RowCacheSerializer.deserialize(DataInputPlus in,
ColumnFamilyStore cfs) |
Modifier and Type | Method and Description |
---|---|
void |
CacheService.RowCacheSerializer.serialize(RowCacheKey key,
DataOutputPlus out,
ColumnFamilyStore cfs) |
Copyright © 2015 The Apache Software Foundation