|
||||||||||
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,ColumnFamily> |
ConcurrentLinkedHashCacheProvider.create(int capacity,
boolean useMemoryWeigher)
|
ICache<RowCacheKey,ColumnFamily> |
IRowCacheProvider.create(int capacity,
boolean useMemoryWeigher)
|
ICache<RowCacheKey,ColumnFamily> |
SerializingCacheProvider.create(int 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 | |
---|---|
ColumnFamily |
ColumnFamilyStore.getRawCachedRow(RowCacheKey key)
|
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,ColumnFamily> |
CacheService.rowCache
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |