Uses of Class
org.apache.cassandra.cache.RefCountedMemory
-
Packages that use RefCountedMemory Package Description org.apache.cassandra.cache -
-
Uses of RefCountedMemory in org.apache.cassandra.cache
Methods in org.apache.cassandra.cache that return RefCountedMemory Modifier and Type Method Description RefCountedMemory
RefCountedMemory. copy(long newSize)
Method parameters in org.apache.cassandra.cache with type arguments of type RefCountedMemory Modifier and Type Method Description static <K,V>
SerializingCache<K,V>SerializingCache. create(long weightedCapacity, com.github.benmanes.caffeine.cache.Weigher<K,RefCountedMemory> weigher, ISerializer<V> serializer)
-