Package | Description |
---|---|
org.apache.hadoop.hbase.util |
Modifier and Type | Method and Description |
---|---|
private void |
ByteBufferArray.createBuffers(int threadCount,
ByteBufferAllocator alloc) |
Constructor and Description |
---|
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.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.