public class NettyArrowBuf extends io.netty.buffer.AbstractByteBuf implements AutoCloseable
Constructor and Description |
---|
NettyArrowBuf(ArrowBuf arrowBuf,
BufferAllocator bufferAllocator,
int length)
Constructs a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected byte |
_getByte(int index) |
protected int |
_getInt(int index) |
protected int |
_getIntLE(int index) |
protected long |
_getLong(int index) |
protected long |
_getLongLE(int index) |
protected short |
_getShort(int index) |
protected short |
_getShortLE(int index) |
protected int |
_getUnsignedMedium(int index) |
protected int |
_getUnsignedMediumLE(int index) |
protected void |
_setByte(int index,
int value) |
protected void |
_setInt(int index,
int value) |
protected void |
_setIntLE(int index,
int value) |
protected void |
_setLong(int index,
long value) |
void |
_setLongLE(int index,
long value) |
protected void |
_setMedium(int index,
int value) |
protected void |
_setMediumLE(int index,
int value) |
protected void |
_setShort(int index,
int value) |
protected void |
_setShortLE(int index,
int value) |
ArrowByteBufAllocator |
alloc() |
byte[] |
array() |
int |
arrayOffset() |
ArrowBuf |
arrowBuf() |
int |
capacity() |
io.netty.buffer.ByteBuf |
capacity(int newCapacity) |
void |
close() |
io.netty.buffer.ByteBuf |
copy() |
io.netty.buffer.ByteBuf |
copy(int index,
int length) |
byte |
getByte(int index) |
io.netty.buffer.ByteBuf |
getBytes(int index,
byte[] dst,
int dstIndex,
int length) |
io.netty.buffer.ByteBuf |
getBytes(int index,
ByteBuffer dst) |
io.netty.buffer.ByteBuf |
getBytes(int index,
io.netty.buffer.ByteBuf dst,
int dstIndex,
int length) |
int |
getBytes(int index,
FileChannel out,
long position,
int length) |
int |
getBytes(int index,
GatheringByteChannel out,
int length) |
io.netty.buffer.ByteBuf |
getBytes(int index,
OutputStream out,
int length) |
int |
getInt(int index) |
long |
getLong(int index) |
short |
getShort(int index) |
boolean |
hasArray() |
boolean |
hasMemoryAddress() |
ByteBuffer |
internalNioBuffer(int index,
int length) |
boolean |
isDirect() |
long |
memoryAddress() |
ByteBuffer |
nioBuffer() |
ByteBuffer |
nioBuffer(int index,
int length)
Returns a buffer that is zero positioned but points
to a slice of the original buffer starting at given index.
|
ByteBuffer |
nioBuffer(long index,
int length)
Returns a buffer that is zero positioned but points
to a slice of the original buffer starting at given index.
|
int |
nioBufferCount() |
ByteBuffer[] |
nioBuffers() |
ByteBuffer[] |
nioBuffers(int index,
int length) |
ByteOrder |
order() |
io.netty.buffer.ByteBuf |
order(ByteOrder endianness) |
NettyArrowBuf |
readerIndex(int readerIndex) |
int |
refCnt() |
boolean |
release() |
boolean |
release(int decrement) |
io.netty.buffer.ByteBuf |
retain() |
io.netty.buffer.ByteBuf |
retain(int increment) |
NettyArrowBuf |
setByte(int index,
int value) |
io.netty.buffer.ByteBuf |
setBytes(int index,
byte[] src,
int srcIndex,
int length) |
io.netty.buffer.ByteBuf |
setBytes(int index,
ByteBuffer src) |
io.netty.buffer.ByteBuf |
setBytes(int index,
io.netty.buffer.ByteBuf src,
int srcIndex,
int length) |
int |
setBytes(int index,
FileChannel in,
long position,
int length) |
int |
setBytes(int index,
InputStream in,
int length) |
int |
setBytes(int index,
ScatteringByteChannel in,
int length) |
NettyArrowBuf |
setInt(int index,
int value) |
NettyArrowBuf |
setLong(int index,
long value) |
NettyArrowBuf |
setMedium(int index,
int value) |
NettyArrowBuf |
setShort(int index,
int value) |
NettyArrowBuf |
slice() |
NettyArrowBuf |
slice(int index,
int length) |
io.netty.buffer.ByteBuf |
touch() |
io.netty.buffer.ByteBuf |
touch(Object hint) |
io.netty.buffer.ByteBuf |
unwrap() |
static NettyArrowBuf |
unwrapBuffer(ArrowBuf buf)
unwrap arrow buffer into a netty buffer.
|
NettyArrowBuf |
writerIndex(int writerIndex) |
adjustMarkers, asReadOnly, bytesBefore, bytesBefore, bytesBefore, checkDstIndex, checkDstIndex, checkIndex, checkIndex, checkNewCapacity, checkReadableBytes, checkSrcIndex, clear, compareTo, discardReadBytes, discardSomeReadBytes, duplicate, ensureAccessible, ensureWritable, ensureWritable, equals, forEachByte, forEachByte, forEachByteDesc, forEachByteDesc, getBoolean, getBytes, getBytes, getBytes, getChar, getCharSequence, getDouble, getFloat, getIntLE, getLongLE, getMedium, getMediumLE, getShortLE, getUnsignedByte, getUnsignedInt, getUnsignedIntLE, getUnsignedMedium, getUnsignedMediumLE, getUnsignedShort, getUnsignedShortLE, hashCode, indexOf, isReadable, isReadable, isReadOnly, isWritable, isWritable, markReaderIndex, markWriterIndex, maxCapacity, maxCapacity, maxWritableBytes, newSwappedByteBuf, readableBytes, readBoolean, readByte, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readChar, readCharSequence, readDouble, readerIndex, readFloat, readInt, readIntLE, readLong, readLongLE, readMedium, readMediumLE, readRetainedSlice, readShort, readShortLE, readSlice, readUnsignedByte, readUnsignedInt, readUnsignedIntLE, readUnsignedMedium, readUnsignedMediumLE, readUnsignedShort, readUnsignedShortLE, resetReaderIndex, resetWriterIndex, retainedDuplicate, retainedSlice, retainedSlice, setBoolean, setBytes, setBytes, setBytes, setChar, setCharSequence, setDouble, setFloat, setIndex, setIntLE, setLongLE, setMediumLE, setShortLE, setZero, skipBytes, toString, toString, toString, trimIndicesToCapacity, writableBytes, writeBoolean, writeByte, writeBytes, writeBytes, writeBytes, writeBytes, writeBytes, writeBytes, writeBytes, writeBytes, writeBytes, writeChar, writeCharSequence, writeDouble, writeFloat, writeInt, writeIntLE, writeLong, writeLongLE, writeMedium, writeMediumLE, writerIndex, writeShort, writeShortLE, writeZero
public NettyArrowBuf(ArrowBuf arrowBuf, BufferAllocator bufferAllocator, int length)
arrowBuf
- The buffer to wrap.bufferAllocator
- The allocator for the buffer.length
- The length of this buffer.public io.netty.buffer.ByteBuf copy()
copy
in class io.netty.buffer.AbstractByteBuf
public io.netty.buffer.ByteBuf copy(int index, int length)
copy
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf retain()
retain
in interface io.netty.util.ReferenceCounted
retain
in class io.netty.buffer.ByteBuf
public ArrowBuf arrowBuf()
public io.netty.buffer.ByteBuf retain(int increment)
retain
in interface io.netty.util.ReferenceCounted
retain
in class io.netty.buffer.ByteBuf
public boolean isDirect()
isDirect
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf capacity(int newCapacity)
capacity
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf unwrap()
unwrap
in class io.netty.buffer.ByteBuf
public int refCnt()
refCnt
in interface io.netty.util.ReferenceCounted
public ArrowByteBufAllocator alloc()
alloc
in class io.netty.buffer.ByteBuf
public boolean hasArray()
hasArray
in class io.netty.buffer.ByteBuf
public byte[] array()
array
in class io.netty.buffer.ByteBuf
public int arrayOffset()
arrayOffset
in class io.netty.buffer.ByteBuf
public boolean hasMemoryAddress()
hasMemoryAddress
in class io.netty.buffer.ByteBuf
public long memoryAddress()
memoryAddress
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf touch()
touch
in interface io.netty.util.ReferenceCounted
touch
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf touch(Object hint)
touch
in interface io.netty.util.ReferenceCounted
touch
in class io.netty.buffer.ByteBuf
public int capacity()
capacity
in class io.netty.buffer.ByteBuf
public NettyArrowBuf slice()
slice
in class io.netty.buffer.AbstractByteBuf
public NettyArrowBuf slice(int index, int length)
slice
in class io.netty.buffer.AbstractByteBuf
public void close()
close
in interface AutoCloseable
public boolean release()
release
in interface io.netty.util.ReferenceCounted
public boolean release(int decrement)
release
in interface io.netty.util.ReferenceCounted
public NettyArrowBuf readerIndex(int readerIndex)
readerIndex
in class io.netty.buffer.AbstractByteBuf
public NettyArrowBuf writerIndex(int writerIndex)
writerIndex
in class io.netty.buffer.AbstractByteBuf
public int nioBufferCount()
nioBufferCount
in class io.netty.buffer.ByteBuf
public ByteBuffer internalNioBuffer(int index, int length)
internalNioBuffer
in class io.netty.buffer.ByteBuf
public ByteBuffer[] nioBuffers()
nioBuffers
in class io.netty.buffer.AbstractByteBuf
public ByteBuffer[] nioBuffers(int index, int length)
nioBuffers
in class io.netty.buffer.ByteBuf
public ByteBuffer nioBuffer()
nioBuffer
in class io.netty.buffer.AbstractByteBuf
public ByteBuffer nioBuffer(int index, int length)
nioBuffer
in class io.netty.buffer.ByteBuf
public ByteBuffer nioBuffer(long index, int length)
public io.netty.buffer.ByteBuf getBytes(int index, ByteBuffer dst)
getBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf setBytes(int index, ByteBuffer src)
setBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf getBytes(int index, byte[] dst, int dstIndex, int length)
getBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf setBytes(int index, byte[] src, int srcIndex, int length)
setBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf getBytes(int index, io.netty.buffer.ByteBuf dst, int dstIndex, int length)
getBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf setBytes(int index, io.netty.buffer.ByteBuf src, int srcIndex, int length)
setBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf getBytes(int index, OutputStream out, int length) throws IOException
getBytes
in class io.netty.buffer.ByteBuf
IOException
public int setBytes(int index, InputStream in, int length) throws IOException
setBytes
in class io.netty.buffer.ByteBuf
IOException
public int getBytes(int index, GatheringByteChannel out, int length) throws IOException
getBytes
in class io.netty.buffer.ByteBuf
IOException
public int getBytes(int index, FileChannel out, long position, int length) throws IOException
getBytes
in class io.netty.buffer.ByteBuf
IOException
public int setBytes(int index, ScatteringByteChannel in, int length) throws IOException
setBytes
in class io.netty.buffer.ByteBuf
IOException
public int setBytes(int index, FileChannel in, long position, int length) throws IOException
setBytes
in class io.netty.buffer.ByteBuf
IOException
public ByteOrder order()
order
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf order(ByteOrder endianness)
order
in class io.netty.buffer.AbstractByteBuf
protected int _getUnsignedMedium(int index)
_getUnsignedMedium
in class io.netty.buffer.AbstractByteBuf
protected int _getUnsignedMediumLE(int index)
_getUnsignedMediumLE
in class io.netty.buffer.AbstractByteBuf
protected byte _getByte(int index)
_getByte
in class io.netty.buffer.AbstractByteBuf
public byte getByte(int index)
getByte
in class io.netty.buffer.AbstractByteBuf
protected short _getShortLE(int index)
_getShortLE
in class io.netty.buffer.AbstractByteBuf
protected short _getShort(int index)
_getShort
in class io.netty.buffer.AbstractByteBuf
public short getShort(int index)
getShort
in class io.netty.buffer.AbstractByteBuf
protected int _getIntLE(int index)
_getIntLE
in class io.netty.buffer.AbstractByteBuf
protected int _getInt(int index)
_getInt
in class io.netty.buffer.AbstractByteBuf
public int getInt(int index)
getInt
in class io.netty.buffer.AbstractByteBuf
protected long _getLongLE(int index)
_getLongLE
in class io.netty.buffer.AbstractByteBuf
protected long _getLong(int index)
_getLong
in class io.netty.buffer.AbstractByteBuf
public long getLong(int index)
getLong
in class io.netty.buffer.AbstractByteBuf
protected void _setByte(int index, int value)
_setByte
in class io.netty.buffer.AbstractByteBuf
public NettyArrowBuf setByte(int index, int value)
setByte
in class io.netty.buffer.AbstractByteBuf
protected void _setShortLE(int index, int value)
_setShortLE
in class io.netty.buffer.AbstractByteBuf
protected void _setShort(int index, int value)
_setShort
in class io.netty.buffer.AbstractByteBuf
public NettyArrowBuf setShort(int index, int value)
setShort
in class io.netty.buffer.AbstractByteBuf
protected void _setMedium(int index, int value)
_setMedium
in class io.netty.buffer.AbstractByteBuf
protected void _setMediumLE(int index, int value)
_setMediumLE
in class io.netty.buffer.AbstractByteBuf
public NettyArrowBuf setMedium(int index, int value)
setMedium
in class io.netty.buffer.AbstractByteBuf
protected void _setInt(int index, int value)
_setInt
in class io.netty.buffer.AbstractByteBuf
protected void _setIntLE(int index, int value)
_setIntLE
in class io.netty.buffer.AbstractByteBuf
public NettyArrowBuf setInt(int index, int value)
setInt
in class io.netty.buffer.AbstractByteBuf
protected void _setLong(int index, long value)
_setLong
in class io.netty.buffer.AbstractByteBuf
public void _setLongLE(int index, long value)
_setLongLE
in class io.netty.buffer.AbstractByteBuf
public NettyArrowBuf setLong(int index, long value)
setLong
in class io.netty.buffer.AbstractByteBuf
public static NettyArrowBuf unwrapBuffer(ArrowBuf buf)
Copyright © 2023 The Apache Software Foundation. All rights reserved.