Package org.apache.hadoop.hbase.util
Interface ByteBufferAllocator
Defines the way the ByteBuffers are created
-
Method Summary
-
Method Details
-
allocate
Allocates a bytebuffer- Parameters:
size
- the size of the bytebuffer- Returns:
- the bytebuffer that is created
- Throws:
IOException
- exception thrown if there is an error while creating the ByteBuffer
-