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.SubAllocator
MemtablePool.SubPool. newAllocator()
MemtableAllocator.SubAllocator
MemtableAllocator. offHeap()
MemtableAllocator.SubAllocator
MemtableAllocator. onHeap()
Constructors in org.apache.cassandra.utils.memory with parameters of type MemtableAllocator.SubAllocator Constructor Description MemtableBufferAllocator(MemtableAllocator.SubAllocator onHeap, MemtableAllocator.SubAllocator offHeap)
-