Uses of Class
org.apache.cassandra.utils.memory.MemtableBufferAllocator
-
Packages that use MemtableBufferAllocator Package Description org.apache.cassandra.utils.memory -
-
Uses of MemtableBufferAllocator in org.apache.cassandra.utils.memory
Subclasses of MemtableBufferAllocator in org.apache.cassandra.utils.memory Modifier and Type Class Description class
SlabAllocator
+ * The SlabAllocator is a bump-the-pointer allocator that allocates + * large (1MB) global regions and then doles them out to threads that + * request smaller sized (up to 128kb) slices into the array.Constructors in org.apache.cassandra.utils.memory with parameters of type MemtableBufferAllocator Constructor Description ContextAllocator(OpOrder.Group opGroup, MemtableBufferAllocator allocator)
-