@Deprecated public class ArrowByteBufAllocator extends io.netty.buffer.AbstractByteBufAllocator
| Constructor and Description |
|---|
ArrowByteBufAllocator(BufferAllocator allocator)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
io.netty.buffer.ByteBuf |
buffer()
Deprecated.
|
io.netty.buffer.ByteBuf |
buffer(int initialCapacity)
Deprecated.
|
io.netty.buffer.ByteBuf |
buffer(int initialCapacity,
int maxCapacity)
Deprecated.
|
io.netty.buffer.CompositeByteBuf |
compositeBuffer()
Deprecated.
|
io.netty.buffer.CompositeByteBuf |
compositeBuffer(int maxNumComponents)
Deprecated.
|
io.netty.buffer.CompositeByteBuf |
compositeDirectBuffer()
Deprecated.
|
io.netty.buffer.CompositeByteBuf |
compositeDirectBuffer(int maxNumComponents)
Deprecated.
|
io.netty.buffer.CompositeByteBuf |
compositeHeapBuffer()
Deprecated.
|
io.netty.buffer.CompositeByteBuf |
compositeHeapBuffer(int maxNumComponents)
Deprecated.
|
io.netty.buffer.ByteBuf |
directBuffer()
Deprecated.
|
io.netty.buffer.ByteBuf |
directBuffer(int initialCapacity)
Deprecated.
|
io.netty.buffer.ByteBuf |
directBuffer(int initialCapacity,
int maxCapacity)
Deprecated.
|
io.netty.buffer.ByteBuf |
heapBuffer()
Deprecated.
|
io.netty.buffer.ByteBuf |
heapBuffer(int initialCapacity)
Deprecated.
|
io.netty.buffer.ByteBuf |
heapBuffer(int initialCapacity,
int maxCapacity)
Deprecated.
|
io.netty.buffer.ByteBuf |
ioBuffer()
Deprecated.
|
io.netty.buffer.ByteBuf |
ioBuffer(int initialCapacity)
Deprecated.
|
io.netty.buffer.ByteBuf |
ioBuffer(int initialCapacity,
int maxCapacity)
Deprecated.
|
boolean |
isDirectBufferPooled()
Deprecated.
|
protected io.netty.buffer.ByteBuf |
newDirectBuffer(int initialCapacity,
int maxCapacity)
Deprecated.
|
protected io.netty.buffer.ByteBuf |
newHeapBuffer(int initialCapacity,
int maxCapacity)
Deprecated.
|
BufferAllocator |
unwrap()
Deprecated.
|
public ArrowByteBufAllocator(BufferAllocator allocator)
public BufferAllocator unwrap()
public io.netty.buffer.ByteBuf buffer()
buffer in interface io.netty.buffer.ByteBufAllocatorbuffer in class io.netty.buffer.AbstractByteBufAllocatorpublic io.netty.buffer.ByteBuf buffer(int initialCapacity)
buffer in interface io.netty.buffer.ByteBufAllocatorbuffer in class io.netty.buffer.AbstractByteBufAllocatorpublic io.netty.buffer.ByteBuf buffer(int initialCapacity,
int maxCapacity)
buffer in interface io.netty.buffer.ByteBufAllocatorbuffer in class io.netty.buffer.AbstractByteBufAllocatorpublic io.netty.buffer.ByteBuf ioBuffer()
ioBuffer in interface io.netty.buffer.ByteBufAllocatorioBuffer in class io.netty.buffer.AbstractByteBufAllocatorpublic io.netty.buffer.ByteBuf ioBuffer(int initialCapacity)
ioBuffer in interface io.netty.buffer.ByteBufAllocatorioBuffer in class io.netty.buffer.AbstractByteBufAllocatorpublic io.netty.buffer.ByteBuf ioBuffer(int initialCapacity,
int maxCapacity)
ioBuffer in interface io.netty.buffer.ByteBufAllocatorioBuffer in class io.netty.buffer.AbstractByteBufAllocatorpublic io.netty.buffer.ByteBuf directBuffer()
directBuffer in interface io.netty.buffer.ByteBufAllocatordirectBuffer in class io.netty.buffer.AbstractByteBufAllocatorpublic io.netty.buffer.ByteBuf directBuffer(int initialCapacity)
directBuffer in interface io.netty.buffer.ByteBufAllocatordirectBuffer in class io.netty.buffer.AbstractByteBufAllocatorpublic io.netty.buffer.ByteBuf directBuffer(int initialCapacity,
int maxCapacity)
directBuffer in interface io.netty.buffer.ByteBufAllocatordirectBuffer in class io.netty.buffer.AbstractByteBufAllocatorpublic io.netty.buffer.CompositeByteBuf compositeBuffer()
compositeBuffer in interface io.netty.buffer.ByteBufAllocatorcompositeBuffer in class io.netty.buffer.AbstractByteBufAllocatorpublic io.netty.buffer.CompositeByteBuf compositeBuffer(int maxNumComponents)
compositeBuffer in interface io.netty.buffer.ByteBufAllocatorcompositeBuffer in class io.netty.buffer.AbstractByteBufAllocatorpublic io.netty.buffer.CompositeByteBuf compositeDirectBuffer()
compositeDirectBuffer in interface io.netty.buffer.ByteBufAllocatorcompositeDirectBuffer in class io.netty.buffer.AbstractByteBufAllocatorpublic io.netty.buffer.CompositeByteBuf compositeDirectBuffer(int maxNumComponents)
compositeDirectBuffer in interface io.netty.buffer.ByteBufAllocatorcompositeDirectBuffer in class io.netty.buffer.AbstractByteBufAllocatorpublic boolean isDirectBufferPooled()
public io.netty.buffer.ByteBuf heapBuffer()
heapBuffer in interface io.netty.buffer.ByteBufAllocatorheapBuffer in class io.netty.buffer.AbstractByteBufAllocatorpublic io.netty.buffer.ByteBuf heapBuffer(int initialCapacity)
heapBuffer in interface io.netty.buffer.ByteBufAllocatorheapBuffer in class io.netty.buffer.AbstractByteBufAllocatorpublic io.netty.buffer.ByteBuf heapBuffer(int initialCapacity,
int maxCapacity)
heapBuffer in interface io.netty.buffer.ByteBufAllocatorheapBuffer in class io.netty.buffer.AbstractByteBufAllocatorpublic io.netty.buffer.CompositeByteBuf compositeHeapBuffer()
compositeHeapBuffer in interface io.netty.buffer.ByteBufAllocatorcompositeHeapBuffer in class io.netty.buffer.AbstractByteBufAllocatorpublic io.netty.buffer.CompositeByteBuf compositeHeapBuffer(int maxNumComponents)
compositeHeapBuffer in interface io.netty.buffer.ByteBufAllocatorcompositeHeapBuffer in class io.netty.buffer.AbstractByteBufAllocatorprotected io.netty.buffer.ByteBuf newHeapBuffer(int initialCapacity,
int maxCapacity)
newHeapBuffer in class io.netty.buffer.AbstractByteBufAllocatorprotected io.netty.buffer.ByteBuf newDirectBuffer(int initialCapacity,
int maxCapacity)
newDirectBuffer in class io.netty.buffer.AbstractByteBufAllocatorCopyright © 2024 The Apache Software Foundation. All rights reserved.