Uses of Class
org.apache.cassandra.cache.RefCountedMemory

Packages that use RefCountedMemory
org.apache.cassandra.cache   
org.apache.cassandra.io.util   
 

Uses of RefCountedMemory in org.apache.cassandra.cache
 

Method parameters in org.apache.cassandra.cache with type arguments of type RefCountedMemory
static
<K,V> SerializingCache<K,V>
SerializingCache.create(long weightedCapacity, com.googlecode.concurrentlinkedhashmap.Weigher<RefCountedMemory> weigher, ISerializer<V> serializer)
           
 

Uses of RefCountedMemory in org.apache.cassandra.io.util
 

Constructors in org.apache.cassandra.io.util with parameters of type RefCountedMemory
MemoryInputStream(RefCountedMemory mem)
           
 



Copyright © 2013 The Apache Software Foundation