|
||||||||||
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)
|
ICache<RowCacheKey,IRowCacheEntry> |
IRowCacheProvider.create(long capacity)
|
ICache<RowCacheKey,IRowCacheEntry> |
SerializingCacheProvider.create(long capacity)
|
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
|
Methods in org.apache.cassandra.service that return types with arguments of type RowCacheKey | |
---|---|
java.util.concurrent.Future<Pair<RowCacheKey,IRowCacheEntry>> |
CacheService.RowCacheSerializer.deserialize(java.io.DataInputStream in,
ColumnFamilyStore cfs)
|
Methods in org.apache.cassandra.service with parameters of type RowCacheKey | |
---|---|
void |
CacheService.RowCacheSerializer.serialize(RowCacheKey key,
java.io.DataOutput out)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |