| Package | Description |
|---|---|
| org.apache.cassandra.cache | |
| org.apache.cassandra.db | |
| org.apache.cassandra.service |
| Modifier and Type | Class and Description |
|---|---|
class |
RowCacheSentinel
A sentinel object for row caches.
|
| Modifier and Type | Method and Description |
|---|---|
ICache<RowCacheKey,IRowCacheEntry> |
NopCacheProvider.create() |
ICache<RowCacheKey,IRowCacheEntry> |
OHCProvider.create() |
ICache<RowCacheKey,IRowCacheEntry> |
SerializingCacheProvider.create() |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayBackedSortedColumns
A ColumnFamily backed by an array.
|
class |
AtomicBTreeColumns
A thread-safe and atomic ISortedColumns implementation.
|
class |
ColumnFamily
A sorted map of columns.
|
| 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(java.io.DataInputStream in,
ColumnFamilyStore cfs) |
Copyright © 2018 The Apache Software Foundation