|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMeasurableMemory | |
---|---|
org.apache.cassandra.cache | |
org.apache.cassandra.db |
Uses of IMeasurableMemory in org.apache.cassandra.cache |
---|
Classes in org.apache.cassandra.cache with type parameters of type IMeasurableMemory | |
---|---|
class |
ConcurrentLinkedHashCache<K extends IMeasurableMemory,V extends IMeasurableMemory>
Wrapper so CLHM can implement ICache interface. |
class |
ConcurrentLinkedHashCache<K extends IMeasurableMemory,V extends IMeasurableMemory>
Wrapper so CLHM can implement ICache interface. |
Subinterfaces of IMeasurableMemory in org.apache.cassandra.cache | |
---|---|
interface |
CacheKey
|
interface |
IRowCacheEntry
|
Classes in org.apache.cassandra.cache that implement IMeasurableMemory | |
---|---|
class |
KeyCacheKey
|
class |
RowCacheKey
|
class |
RowCacheSentinel
A sentinel object for row caches. |
Methods in org.apache.cassandra.cache with type parameters of type IMeasurableMemory | ||
---|---|---|
static
|
ConcurrentLinkedHashCache.create(long weightedCapacity)
|
|
static
|
ConcurrentLinkedHashCache.create(long weightedCapacity)
|
|
static
|
ConcurrentLinkedHashCache.create(long weightedCapacity,
com.googlecode.concurrentlinkedhashmap.EntryWeigher<K,V> entryWeiger)
Initialize a cache with initial capacity with weightedCapacity |
|
static
|
ConcurrentLinkedHashCache.create(long weightedCapacity,
com.googlecode.concurrentlinkedhashmap.EntryWeigher<K,V> entryWeiger)
Initialize a cache with initial capacity with weightedCapacity |
Uses of IMeasurableMemory in org.apache.cassandra.db |
---|
Classes in org.apache.cassandra.db that implement IMeasurableMemory | |
---|---|
class |
ColumnFamily
|
class |
RowIndexEntry
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |