Uses of Interface
org.apache.cassandra.cache.IMeasurableMemory

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
<K extends IMeasurableMemory,V extends IMeasurableMemory>
ConcurrentLinkedHashCache<K,V>
ConcurrentLinkedHashCache.create(long weightedCapacity)
           
static
<K extends IMeasurableMemory,V extends IMeasurableMemory>
ConcurrentLinkedHashCache<K,V>
ConcurrentLinkedHashCache.create(long weightedCapacity)
           
static
<K extends IMeasurableMemory,V extends IMeasurableMemory>
ConcurrentLinkedHashCache<K,V>
ConcurrentLinkedHashCache.create(long weightedCapacity, com.googlecode.concurrentlinkedhashmap.EntryWeigher<K,V> entryWeiger)
          Initialize a cache with initial capacity with weightedCapacity
static
<K extends IMeasurableMemory,V extends IMeasurableMemory>
ConcurrentLinkedHashCache<K,V>
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
           
 



Copyright © 2013 The Apache Software Foundation