| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.util | 
| Modifier and Type | Field and Description | 
|---|---|
| private ByteBufferAllocator | ByteBufferArray.BufferCreatorCallable. allocator | 
| Modifier and Type | Method and Description | 
|---|---|
| (package private) void | ByteBufferArray. createBuffers(ByteBufferAllocator allocator) | 
| Constructor and Description | 
|---|
| BufferCreatorCallable(int bufferCapacity,
                     int bufferCount,
                     ByteBufferAllocator allocator) | 
| ByteBufferArray(long capacity,
               ByteBufferAllocator allocator)We allocate a number of byte buffers as the capacity. | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.