|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RowCacheKey | |
|---|---|
| org.apache.cassandra.cache | |
| org.apache.cassandra.db | |
| org.apache.cassandra.service | |
| Uses of RowCacheKey in org.apache.cassandra.cache |
|---|
| Methods in org.apache.cassandra.cache that return types with arguments of type RowCacheKey | |
|---|---|
ICache<RowCacheKey,IRowCacheEntry> |
ConcurrentLinkedHashCacheProvider.create(long capacity,
boolean useMemoryWeigher)
|
ICache<RowCacheKey,IRowCacheEntry> |
IRowCacheProvider.create(long capacity,
boolean useMemoryWeigher)
|
ICache<RowCacheKey,IRowCacheEntry> |
SerializingCacheProvider.create(long capacity,
boolean useMemoryWeigher)
|
| Methods in org.apache.cassandra.cache with parameters of type RowCacheKey | |
|---|---|
int |
RowCacheKey.compareTo(RowCacheKey otherKey)
|
| Uses of RowCacheKey in org.apache.cassandra.db |
|---|
| Methods in org.apache.cassandra.db with parameters of type RowCacheKey | |
|---|---|
void |
ColumnFamilyStore.invalidateCachedRow(RowCacheKey key)
|
| Uses of RowCacheKey in org.apache.cassandra.service |
|---|
| Fields in org.apache.cassandra.service with type parameters of type RowCacheKey | |
|---|---|
AutoSavingCache<RowCacheKey,IRowCacheEntry> |
CacheService.rowCache
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||