Uses of Interface
org.apache.hadoop.hbase.util.ByteBufferAllocator
-
Uses of ByteBufferAllocator in org.apache.hadoop.hbase.util
Modifier and TypeMethodDescriptionprivate void
ByteBufferArray.createBuffers
(int threadCount, ByteBufferAllocator alloc) ModifierConstructorDescription(package private)
ByteBufferArray
(int bufferSize, int bufferCount, int threadCount, long capacity, ByteBufferAllocator alloc) ByteBufferArray
(long capacity, ByteBufferAllocator allocator) We allocate a number of byte buffers as the capacity.