- get(K) - Method in class org.apache.arrow.memory.LowCostIdentityHashMap
-
Returns the value of the mapping with the specified key.
- getAccountedSize() - Method in class org.apache.arrow.memory.AllocationManager.BufferLedger
-
How much memory is accounted for by this ledger.
- getActualMemoryConsumed() - Method in class io.netty.buffer.ArrowBuf
-
Return that is Accounted for by this buffer (and its potentially shared siblings within the
context of the
associated allocator).
- getAllocatedMemory() - Method in interface org.apache.arrow.memory.BufferAllocator
-
Returns the amount of memory currently allocated from this allocator.
- getAsByteBufAllocator() - Method in class org.apache.arrow.memory.BaseAllocator
-
- getAsByteBufAllocator() - Method in interface org.apache.arrow.memory.BufferAllocator
-
Returns the allocator this allocator falls back to when it needs more memory.
- getByte(int) - Method in class io.netty.buffer.ArrowBuf
-
- getByte(int) - Method in class io.netty.buffer.UnsafeDirectLittleEndian
-
- getBytes(int, byte[], int, int) - Method in class io.netty.buffer.ArrowBuf
-
- getBytes(int, ByteBuffer) - Method in class io.netty.buffer.ArrowBuf
-
- getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.ArrowBuf
-
- getBytes(int, OutputStream, int) - Method in class io.netty.buffer.ArrowBuf
-
- getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.ArrowBuf
-
- getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.ArrowBuf
-
- getBytes(int, OutputStream, int) - Method in class io.netty.buffer.UnsafeDirectLittleEndian
-
- getChar(int) - Method in class io.netty.buffer.ArrowBuf
-
- getChar(int) - Method in class io.netty.buffer.UnsafeDirectLittleEndian
-
- getChunkSize() - Method in class io.netty.buffer.PooledByteBufAllocatorL
-
- getDouble(int) - Method in class io.netty.buffer.ArrowBuf
-
- getDouble(int) - Method in class io.netty.buffer.UnsafeDirectLittleEndian
-
- getEmpty() - Method in class org.apache.arrow.memory.BaseAllocator
-
- getEmpty() - Method in interface org.apache.arrow.memory.BufferAllocator
-
Get a reference to the empty buffer associated with this allocator.
- getFloat(int) - Method in class io.netty.buffer.ArrowBuf
-
- getFloat(int) - Method in class io.netty.buffer.UnsafeDirectLittleEndian
-
- getHeadroom() - Method in interface org.apache.arrow.memory.BufferAllocator
-
Returns the amount of memory that can probably be allocated at this moment
without exceeding this or any parents allocation maximum.
- getHugeBufferCount() - Method in class io.netty.buffer.PooledByteBufAllocatorL
-
- getHugeBufferSize() - Method in class io.netty.buffer.PooledByteBufAllocatorL
-
- getId() - Method in class io.netty.buffer.ArrowBuf
-
Get the integer id assigned to this ArrowBuf for debugging purposes.
- getInt(int) - Method in class io.netty.buffer.ArrowBuf
-
- getInt(int) - Method in class io.netty.buffer.UnsafeDirectLittleEndian
-
- getIntLE(int) - Method in class io.netty.buffer.ArrowBuf
-
Gets a 32-bit integer at the specified absolute index in
this buffer in Big Endian Byte Order.
- getKey() - Method in class org.apache.arrow.memory.AllocationManager.BufferLedger
-
- getKey() - Method in interface org.apache.arrow.memory.ValueWithKeyIncluded
-
- getLedgerForAllocator(BufferAllocator) - Method in class org.apache.arrow.memory.AllocationManager.BufferLedger
-
Returns the ledger associated with a particular BufferAllocator.
- getLimit() - Method in interface org.apache.arrow.memory.BufferAllocator
-
Return the current maximum limit this allocator imposes.
- getLong(int) - Method in class io.netty.buffer.ArrowBuf
-
- getLong(int) - Method in class io.netty.buffer.UnsafeDirectLittleEndian
-
- getLongLE(int) - Method in class io.netty.buffer.ArrowBuf
-
Gets a 64-bit long integer at the specified absolute index in
this buffer in Big Endian Byte Order.
- getManagedBuffer() - Method in interface org.apache.arrow.memory.BufferManager
-
Get a managed buffer of indeterminate size.
- getManagedBuffer(int) - Method in interface org.apache.arrow.memory.BufferManager
-
Get a managed buffer of at least a certain size.
- getName() - Method in class org.apache.arrow.memory.BaseAllocator
-
- getName() - Method in interface org.apache.arrow.memory.BufferAllocator
-
Return the name of this allocator.
- getNextValue() - Method in class org.apache.arrow.memory.LowCostIdentityHashMap
-
Special API to return next value - substitute of regular Map.values.iterator().next()
- getNormalBufferCount() - Method in class io.netty.buffer.PooledByteBufAllocatorL
-
- getNormalBufferSize() - Method in class io.netty.buffer.PooledByteBufAllocatorL
-
- getPeakMemoryAllocation() - Method in interface org.apache.arrow.memory.BufferAllocator
-
Returns the peak amount of memory allocated from this allocator.
- getPossibleMemoryConsumed() - Method in class io.netty.buffer.ArrowBuf
-
Returns the possible memory consumed by this ArrowBuf in the worse case scenario.
- getShort(int) - Method in class io.netty.buffer.ArrowBuf
-
- getShort(int) - Method in class io.netty.buffer.UnsafeDirectLittleEndian
-
- getShortLE(int) - Method in class io.netty.buffer.ArrowBuf
-
Gets a 16-bit short integer at the specified absolute index in
this buffer in Big Endian Byte Order.
- getSize() - Method in class org.apache.arrow.memory.AllocationManager.BufferLedger
-
What is the total size (in bytes) of memory underlying this ledger.
- getSize() - Method in interface org.apache.arrow.memory.AllocationReservation
-
Get the current size of the reservation (the sum of all the add()s).
- getSize() - Method in class org.apache.arrow.memory.BaseAllocator.Reservation
-
- getUnsignedInt(int) - Method in class io.netty.buffer.ArrowBuf
-
- getUnsignedInt(int) - Method in class io.netty.buffer.UnsafeDirectLittleEndian
-
- getUnsignedMedium(int) - Method in class io.netty.buffer.ArrowBuf
-
Gets an unsigned 24-bit medium integer at the specified absolute
index in this buffer.
- getUnsignedMediumLE(int) - Method in class io.netty.buffer.ArrowBuf
-
Gets an unsigned 24-bit medium integer at the specified absolute index in
this buffer in Big Endian Byte Order.
- getUnsignedShort(int) - Method in class io.netty.buffer.ArrowBuf
-
- getUnsignedShort(int) - Method in class io.netty.buffer.UnsafeDirectLittleEndian
-