Uses of Interface
org.apache.hadoop.hbase.util.ByteBufferAllocator
Packages that use ByteBufferAllocator
-
Uses of ByteBufferAllocator in org.apache.hadoop.hbase.util
Methods in org.apache.hadoop.hbase.util with parameters of type ByteBufferAllocatorModifier and TypeMethodDescriptionprivate void
ByteBufferArray.createBuffers
(int threadCount, ByteBufferAllocator alloc) Constructors in org.apache.hadoop.hbase.util with parameters of type ByteBufferAllocatorModifierConstructorDescription(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.