Uses of Class
org.apache.cassandra.utils.memory.MemtableAllocator.SubAllocator
-
Packages that use MemtableAllocator.SubAllocator Package Description org.apache.cassandra.utils.memory -
-
Uses of MemtableAllocator.SubAllocator in org.apache.cassandra.utils.memory
Methods in org.apache.cassandra.utils.memory that return MemtableAllocator.SubAllocator Modifier and Type Method Description MemtableAllocator.SubAllocatorMemtablePool.SubPool. newAllocator()MemtableAllocator.SubAllocatorMemtableAllocator. offHeap()MemtableAllocator.SubAllocatorMemtableAllocator. onHeap()Constructors in org.apache.cassandra.utils.memory with parameters of type MemtableAllocator.SubAllocator Constructor Description MemtableBufferAllocator(MemtableAllocator.SubAllocator onHeap, MemtableAllocator.SubAllocator offHeap)
-