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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
buffer, buffer, buffer, calculateNewCapacity, compositeBuffer, compositeBuffer, compositeDirectBuffer, compositeDirectBuffer, compositeHeapBuffer, compositeHeapBuffer, directBuffer, directBuffer, directBuffer, heapBuffer, heapBuffer, heapBuffer, ioBuffer, ioBuffer, ioBuffer
static final org.slf4j.Logger LOG
public SimpleByteBufAllocator()
public boolean isDirectBufferPooled()
isDirectBufferPooled
in interface org.apache.hbase.thirdparty.io.netty.buffer.ByteBufAllocator
protected org.apache.hbase.thirdparty.io.netty.buffer.ByteBuf newHeapBuffer(int initialCapacity, int maxCapacity)
newHeapBuffer
in class org.apache.hbase.thirdparty.io.netty.buffer.AbstractByteBufAllocator
protected org.apache.hbase.thirdparty.io.netty.buffer.ByteBuf newDirectBuffer(int initialCapacity, int maxCapacity)
newDirectBuffer
in class org.apache.hbase.thirdparty.io.netty.buffer.AbstractByteBufAllocator
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.