public class SimpleByteBufAllocator extends org.apache.hbase.thirdparty.io.netty.buffer.AbstractByteBufAllocator implements org.apache.hbase.thirdparty.io.netty.buffer.ByteBufAllocator
| Modifier and Type | Field and Description |
|---|---|
(package private) static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
SimpleByteBufAllocator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDirectBufferPooled() |
protected org.apache.hbase.thirdparty.io.netty.buffer.ByteBuf |
newDirectBuffer(int initialCapacity,
int maxCapacity) |
protected org.apache.hbase.thirdparty.io.netty.buffer.ByteBuf |
newHeapBuffer(int initialCapacity,
int maxCapacity) |
buffer, buffer, buffer, calculateNewCapacity, compositeBuffer, compositeBuffer, compositeDirectBuffer, compositeDirectBuffer, compositeHeapBuffer, compositeHeapBuffer, directBuffer, directBuffer, directBuffer, heapBuffer, heapBuffer, heapBuffer, ioBuffer, ioBuffer, ioBuffer, toLeakAwareBuffer, toLeakAwareBuffer, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbuffer, buffer, buffer, calculateNewCapacity, compositeBuffer, compositeBuffer, compositeDirectBuffer, compositeDirectBuffer, compositeHeapBuffer, compositeHeapBuffer, directBuffer, directBuffer, directBuffer, heapBuffer, heapBuffer, heapBuffer, ioBuffer, ioBuffer, ioBufferstatic final org.slf4j.Logger LOG
public SimpleByteBufAllocator()
public boolean isDirectBufferPooled()
isDirectBufferPooled in interface org.apache.hbase.thirdparty.io.netty.buffer.ByteBufAllocatorprotected org.apache.hbase.thirdparty.io.netty.buffer.ByteBuf newHeapBuffer(int initialCapacity, int maxCapacity)
newHeapBuffer in class org.apache.hbase.thirdparty.io.netty.buffer.AbstractByteBufAllocatorprotected org.apache.hbase.thirdparty.io.netty.buffer.ByteBuf newDirectBuffer(int initialCapacity, int maxCapacity)
newDirectBuffer in class org.apache.hbase.thirdparty.io.netty.buffer.AbstractByteBufAllocatorCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.