ナビゲーション・リンクをスキップ
A B C D E G H I L M N O P R S T U V W _ 

A

add(int) - インタフェース のメソッドorg.apache.arrow.memory.AllocationReservation
Add to the current reservation.
add(int) - クラス のメソッドorg.apache.arrow.memory.BaseAllocator.Reservation
 
alloc() - クラス のメソッドio.netty.buffer.ArrowBuf
 
allocate(int) - クラス のメソッドio.netty.buffer.PooledByteBufAllocatorL
 
allocateBuffer() - インタフェース のメソッドorg.apache.arrow.memory.AllocationReservation
Allocate a buffer whose size is the total of all the add()s made.
allocateBuffer() - クラス のメソッドorg.apache.arrow.memory.BaseAllocator.Reservation
 
allocationFit - クラス の変数io.netty.buffer.ArrowBuf.TransferResult
Whether this transfer fit within the target allocator's capacity.
AllocationListener - org.apache.arrow.memoryのインタフェース
An allocation listener being notified for allocation/deallocation It might be called from multiple threads if the allocator hierarchy shares a listener, in which case, the provider should take care of making the implementation thread-safe.
AllocationManager - org.apache.arrow.memoryのクラス
Manages the relationship between one or more allocators and a particular UDLE.
AllocationManager.BufferLedger - org.apache.arrow.memoryのクラス
The reference manager that binds an allocator manager to a particular BaseAllocator.
AllocationOutcome - org.apache.arrow.memoryの列挙型
Describes the type of outcome that occurred when trying to account for allocation of memory.
AllocationReservation - org.apache.arrow.memoryのインタフェース
Supports cumulative allocation reservation.
AllocatorClosedException - org.apache.arrow.memoryの例外
Exception thrown when a closed BufferAllocator is used.
AllocatorClosedException(String) - 例外 のコンストラクタorg.apache.arrow.memory.AllocatorClosedException
 
array() - クラス のメソッドio.netty.buffer.ArrowBuf
 
arrayOffset() - クラス のメソッドio.netty.buffer.ArrowBuf
 
ArrowBuf - io.netty.bufferのクラス
 
ArrowBuf(AtomicInteger, AllocationManager.BufferLedger, UnsafeDirectLittleEndian, BufferManager, ArrowByteBufAllocator, int, int, boolean) - クラス のコンストラクタio.netty.buffer.ArrowBuf
 
ArrowBuf.TransferResult - io.netty.bufferのクラス
The outcome of a Transfer.
ArrowByteBufAllocator - org.apache.arrow.memoryのクラス
An implementation of ByteBufAllocator that wraps a Arrow BufferAllocator.
ArrowByteBufAllocator(BufferAllocator) - クラス のコンストラクタorg.apache.arrow.memory.ArrowByteBufAllocator
 
ASSERT_ENABLED - クラス のstatic変数io.netty.buffer.UnsafeDirectLittleEndian
 
ASSERT_ENABLED - クラス のstatic変数org.apache.arrow.memory.util.AssertionUtil
 
AssertionUtil - org.apache.arrow.memory.utilのクラス
 
assertOpen() - クラス のメソッドorg.apache.arrow.memory.BaseAllocator
 
assertOpen() - インタフェース のメソッドorg.apache.arrow.memory.BufferAllocator
Asserts (using java assertions) that the provided allocator is currently open.
AutoCloseableLock - org.apache.arrow.memory.utilのクラス
Simple wrapper class that allows Locks to be released via an try-with-resources block.
AutoCloseableLock(Lock) - クラス のコンストラクタorg.apache.arrow.memory.util.AutoCloseableLock
 

B

BaseAllocator - org.apache.arrow.memoryのクラス
 
BaseAllocator(BaseAllocator, AllocationListener, String, long, long) - クラス のコンストラクタorg.apache.arrow.memory.BaseAllocator
Initialize an allocator
BaseAllocator.Reservation - org.apache.arrow.memoryのクラス
 
BaseAllocator.Verbosity - org.apache.arrow.memoryの列挙型
 
BOUNDS_CHECKING_ENABLED - クラス のstatic変数org.apache.arrow.memory.BoundsChecking
 
BoundsChecking - org.apache.arrow.memoryのクラス
 
buffer - クラス の変数io.netty.buffer.ArrowBuf.TransferResult
The newly created buffer associated with the target allocator.
buffer() - クラス のメソッドorg.apache.arrow.memory.ArrowByteBufAllocator
 
buffer(int) - クラス のメソッドorg.apache.arrow.memory.ArrowByteBufAllocator
 
buffer(int, int) - クラス のメソッドorg.apache.arrow.memory.ArrowByteBufAllocator
 
buffer(int) - クラス のメソッドorg.apache.arrow.memory.BaseAllocator
 
buffer(int, BufferManager) - クラス のメソッドorg.apache.arrow.memory.BaseAllocator
 
buffer(int) - インタフェース のメソッドorg.apache.arrow.memory.BufferAllocator
Allocate a new or reused buffer of the provided size.
buffer(int, BufferManager) - インタフェース のメソッドorg.apache.arrow.memory.BufferAllocator
Allocate a new or reused buffer of the provided size.
BufferAllocator - org.apache.arrow.memoryのインタフェース
Wrapper class to deal with byte buffer allocation.
BufferManager - org.apache.arrow.memoryのインタフェース
Manages a list of ArrowBufs that can be reallocated as needed.
bufferState(ByteBuf) - クラス のstaticメソッドio.netty.buffer.ArrowBuf
 
buildHistory(StringBuilder, boolean) - クラス のメソッドorg.apache.arrow.memory.util.HistoricalLog
Write the history of this object to the given StringBuilder.
buildHistory(StringBuilder, int, boolean) - クラス のメソッドorg.apache.arrow.memory.util.HistoricalLog
build the history and write it to sb

C

capacity() - クラス のメソッドio.netty.buffer.ArrowBuf
 
capacity(int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
capacity(int) - クラス のメソッドio.netty.buffer.ExpandableByteBuf
 
checkArgument(boolean) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, Object) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object...) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, char) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, int) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, long) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, char, char) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, char, int) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, char, long) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, char, Object) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, int, char) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, int, int) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, int, long) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, int, Object) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, long, char) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, long, int) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, long, long) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, long, Object) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object, char) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object, int) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object, long) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object, Object) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object, Object, Object) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object, Object, Object, Object) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkBytes(int, int) - クラス のメソッドio.netty.buffer.ArrowBuf
Allows a function to determine whether not reading a particular string of bytes is valid.
checkElementIndex(int, int) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures that index specifies a valid element in an array, list or string of size size.
checkElementIndex(int, int, String) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures that index specifies a valid element in an array, list or string of size size.
checkNotNull(T) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, Object) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Object...) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, char) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, int) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, long) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Object) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, char, char) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, char, int) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, char, long) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, char, Object) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, int, char) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, int, int) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, int, long) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, int, Object) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, long, char) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, long, int) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, long, long) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, long, Object) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Object, char) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Object, int) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Object, long) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Object, Object) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Object, Object, Object) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Object, Object, Object, Object) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkPositionIndex(int, int) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures that index specifies a valid position in an array, list or string of size size.
checkPositionIndex(int, int, String) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures that index specifies a valid position in an array, list or string of size size.
checkPositionIndexes(int, int, int) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures that start and end specify a valid positions in an array, list or string of size size, and are in order.
checkState(boolean) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, Object) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Object...) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, char) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, int) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, long) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Object) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, char, char) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, char, int) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, char, long) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, char, Object) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, int, char) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, int, int) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, int, long) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, int, Object) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, long, char) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, long, int) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, long, long) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, long, Object) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Object, char) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Object, int) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Object, long) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Object, Object) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Object, Object, Object) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Object, Object, Object, Object) - クラス のstaticメソッドorg.apache.arrow.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
clear() - クラス のメソッドorg.apache.arrow.memory.LowCostIdentityHashMap
Removes all elements from this map, leaving it empty.
close() - クラス のメソッドio.netty.buffer.ArrowBuf
 
close() - インタフェース のメソッドorg.apache.arrow.memory.AllocationReservation
 
close() - クラス のメソッドorg.apache.arrow.memory.BaseAllocator
 
close() - クラス のメソッドorg.apache.arrow.memory.BaseAllocator.Reservation
 
close() - インタフェース のメソッドorg.apache.arrow.memory.BufferAllocator
Close and release all buffers generated from this buffer pool.
close() - インタフェース のメソッドorg.apache.arrow.memory.BufferManager
 
close() - クラス のメソッドorg.apache.arrow.memory.util.AutoCloseableLock
 
compositeBuffer() - クラス のメソッドorg.apache.arrow.memory.ArrowByteBufAllocator
 
compositeBuffer(int) - クラス のメソッドorg.apache.arrow.memory.ArrowByteBufAllocator
 
compositeDirectBuffer() - クラス のメソッドorg.apache.arrow.memory.ArrowByteBufAllocator
 
compositeDirectBuffer(int) - クラス のメソッドorg.apache.arrow.memory.ArrowByteBufAllocator
 
compositeHeapBuffer() - クラス のメソッドorg.apache.arrow.memory.ArrowByteBufAllocator
 
compositeHeapBuffer(int) - クラス のメソッドorg.apache.arrow.memory.ArrowByteBufAllocator
 
containsKey(K) - クラス のメソッドorg.apache.arrow.memory.LowCostIdentityHashMap
Returns whether this map contains the specified key.
containsValue(V) - クラス のメソッドorg.apache.arrow.memory.LowCostIdentityHashMap
Returns whether this map contains the specified value.
copy() - クラス のメソッドio.netty.buffer.ArrowBuf
 
copy(int, int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
copy(int, int) - クラス のメソッドio.netty.buffer.ExpandableByteBuf
 
copy(int, int) - クラス のメソッドio.netty.buffer.LargeBuffer
 

D

DEBUG - クラス のstatic変数org.apache.arrow.memory.BaseAllocator
 
DEBUG_ALLOCATOR - クラス のstatic変数org.apache.arrow.memory.BaseAllocator
 
DEBUG_LOG_LENGTH - クラス のstatic変数org.apache.arrow.memory.BaseAllocator
 
decrement(int) - クラス のメソッドorg.apache.arrow.memory.AllocationManager.BufferLedger
Decrement the ledger's reference count.
directBuffer() - クラス のメソッドorg.apache.arrow.memory.ArrowByteBufAllocator
 
directBuffer(int) - クラス のメソッドorg.apache.arrow.memory.ArrowByteBufAllocator
 
directBuffer(int, int) - クラス のメソッドorg.apache.arrow.memory.ArrowByteBufAllocator
 
duplicate() - クラス のメソッドio.netty.buffer.ArrowBuf
 

E

empty - クラス の変数io.netty.buffer.PooledByteBufAllocatorL
 
equals(Object) - クラス のメソッドio.netty.buffer.ArrowBuf
 
ExpandableByteBuf - io.netty.bufferのクラス
Allows us to decorate ArrowBuf to make it expandable so that we can use them in the context of the Netty framework (thus supporting RPC level memory accounting).
ExpandableByteBuf(ByteBuf, BufferAllocator) - クラス のコンストラクタio.netty.buffer.ExpandableByteBuf
 

G

get(K) - クラス のメソッドorg.apache.arrow.memory.LowCostIdentityHashMap
Returns the value of the mapping with the specified key.
getAccountedSize() - クラス のメソッドorg.apache.arrow.memory.AllocationManager.BufferLedger
How much memory is accounted for by this ledger.
getActualMemoryConsumed() - クラス のメソッド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() - インタフェース のメソッドorg.apache.arrow.memory.BufferAllocator
Returns the amount of memory currently allocated from this allocator.
getAsByteBufAllocator() - クラス のメソッドorg.apache.arrow.memory.BaseAllocator
 
getAsByteBufAllocator() - インタフェース のメソッドorg.apache.arrow.memory.BufferAllocator
Returns the allocator this allocator falls back to when it needs more memory.
getByte(int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
getByte(int) - クラス のメソッドio.netty.buffer.UnsafeDirectLittleEndian
 
getBytes(int, byte[], int, int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
getBytes(int, ByteBuffer) - クラス のメソッドio.netty.buffer.ArrowBuf
 
getBytes(int, ByteBuf, int, int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
getBytes(int, OutputStream, int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
getBytes(int, GatheringByteChannel, int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
getBytes(int, FileChannel, long, int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
getBytes(int, OutputStream, int) - クラス のメソッドio.netty.buffer.UnsafeDirectLittleEndian
 
getChar(int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
getChar(int) - クラス のメソッドio.netty.buffer.UnsafeDirectLittleEndian
 
getChunkSize() - クラス のメソッドio.netty.buffer.PooledByteBufAllocatorL
 
getDouble(int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
getDouble(int) - クラス のメソッドio.netty.buffer.UnsafeDirectLittleEndian
 
getEmpty() - クラス のメソッドorg.apache.arrow.memory.BaseAllocator
 
getEmpty() - インタフェース のメソッドorg.apache.arrow.memory.BufferAllocator
Get a reference to the empty buffer associated with this allocator.
getFloat(int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
getFloat(int) - クラス のメソッドio.netty.buffer.UnsafeDirectLittleEndian
 
getHeadroom() - インタフェース のメソッド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() - クラス のメソッドio.netty.buffer.PooledByteBufAllocatorL
 
getHugeBufferSize() - クラス のメソッドio.netty.buffer.PooledByteBufAllocatorL
 
getId() - クラス のメソッドio.netty.buffer.ArrowBuf
Get the integer id assigned to this ArrowBuf for debugging purposes.
getInt(int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
getInt(int) - クラス のメソッドio.netty.buffer.UnsafeDirectLittleEndian
 
getIntLE(int) - クラス のメソッドio.netty.buffer.ArrowBuf
Gets a 32-bit integer at the specified absolute index in this buffer in Big Endian Byte Order.
getKey() - クラス のメソッドorg.apache.arrow.memory.AllocationManager.BufferLedger
 
getKey() - インタフェース のメソッドorg.apache.arrow.memory.ValueWithKeyIncluded
 
getLedgerForAllocator(BufferAllocator) - クラス のメソッドorg.apache.arrow.memory.AllocationManager.BufferLedger
Returns the ledger associated with a particular BufferAllocator.
getLimit() - インタフェース のメソッドorg.apache.arrow.memory.BufferAllocator
Return the current maximum limit this allocator imposes.
getLong(int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
getLong(int) - クラス のメソッドio.netty.buffer.UnsafeDirectLittleEndian
 
getLongLE(int) - クラス のメソッドio.netty.buffer.ArrowBuf
Gets a 64-bit long integer at the specified absolute index in this buffer in Big Endian Byte Order.
getManagedBuffer() - インタフェース のメソッドorg.apache.arrow.memory.BufferManager
Get a managed buffer of indeterminate size.
getManagedBuffer(int) - インタフェース のメソッドorg.apache.arrow.memory.BufferManager
Get a managed buffer of at least a certain size.
getName() - クラス のメソッドorg.apache.arrow.memory.BaseAllocator
 
getName() - インタフェース のメソッドorg.apache.arrow.memory.BufferAllocator
Return the name of this allocator.
getNextValue() - クラス のメソッドorg.apache.arrow.memory.LowCostIdentityHashMap
Special API to return next value - substitute of regular Map.values.iterator().next()
getNormalBufferCount() - クラス のメソッドio.netty.buffer.PooledByteBufAllocatorL
 
getNormalBufferSize() - クラス のメソッドio.netty.buffer.PooledByteBufAllocatorL
 
getPeakMemoryAllocation() - インタフェース のメソッドorg.apache.arrow.memory.BufferAllocator
Returns the peak amount of memory allocated from this allocator.
getPossibleMemoryConsumed() - クラス のメソッドio.netty.buffer.ArrowBuf
Returns the possible memory consumed by this ArrowBuf in the worse case scenario.
getShort(int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
getShort(int) - クラス のメソッドio.netty.buffer.UnsafeDirectLittleEndian
 
getShortLE(int) - クラス のメソッドio.netty.buffer.ArrowBuf
Gets a 16-bit short integer at the specified absolute index in this buffer in Big Endian Byte Order.
getSize() - クラス のメソッドorg.apache.arrow.memory.AllocationManager.BufferLedger
What is the total size (in bytes) of memory underlying this ledger.
getSize() - インタフェース のメソッドorg.apache.arrow.memory.AllocationReservation
Get the current size of the reservation (the sum of all the add()s).
getSize() - クラス のメソッドorg.apache.arrow.memory.BaseAllocator.Reservation
 
getUnsignedInt(int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
getUnsignedInt(int) - クラス のメソッドio.netty.buffer.UnsafeDirectLittleEndian
 
getUnsignedMedium(int) - クラス のメソッドio.netty.buffer.ArrowBuf
Gets an unsigned 24-bit medium integer at the specified absolute index in this buffer.
getUnsignedMediumLE(int) - クラス のメソッド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) - クラス のメソッドio.netty.buffer.ArrowBuf
 
getUnsignedShort(int) - クラス のメソッドio.netty.buffer.UnsafeDirectLittleEndian
 

H

hasArray() - クラス のメソッドio.netty.buffer.ArrowBuf
 
hashCode() - クラス のメソッドio.netty.buffer.ArrowBuf
 
hashCode() - クラス のメソッドio.netty.buffer.UnsafeDirectLittleEndian
 
hasMemoryAddress() - クラス のメソッドio.netty.buffer.ArrowBuf
 
heapBuffer() - クラス のメソッドorg.apache.arrow.memory.ArrowByteBufAllocator
 
heapBuffer(int) - クラス のメソッドorg.apache.arrow.memory.ArrowByteBufAllocator
 
heapBuffer(int, int) - クラス のメソッドorg.apache.arrow.memory.ArrowByteBufAllocator
 
HistoricalLog - org.apache.arrow.memory.utilのクラス
Utility class that can be used to log activity within a class for later logging and debugging.
HistoricalLog(String, Object...) - クラス のコンストラクタorg.apache.arrow.memory.util.HistoricalLog
Constructor.
HistoricalLog(int, String, Object...) - クラス のコンストラクタorg.apache.arrow.memory.util.HistoricalLog
Constructor.

I

id - クラス の変数io.netty.buffer.UnsafeDirectLittleEndian
 
includeHistoricalLog - 列挙型 の変数org.apache.arrow.memory.BaseAllocator.Verbosity
 
includeStackTraces - 列挙型 の変数org.apache.arrow.memory.BaseAllocator.Verbosity
 
indent(StringBuilder, int) - クラス のstaticメソッドorg.apache.arrow.memory.BaseAllocator
 
internalNioBuffer(int, int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
io.netty.buffer - パッケージ io.netty.buffer
 
ioBuffer() - クラス のメソッドorg.apache.arrow.memory.ArrowByteBufAllocator
 
ioBuffer(int) - クラス のメソッドorg.apache.arrow.memory.ArrowByteBufAllocator
 
ioBuffer(int, int) - クラス のメソッドorg.apache.arrow.memory.ArrowByteBufAllocator
 
isAssertionsEnabled() - クラス のstaticメソッドorg.apache.arrow.memory.util.AssertionUtil
 
isClosed() - インタフェース のメソッドorg.apache.arrow.memory.AllocationReservation
Return whether or not the reservation has been closed.
isClosed() - クラス のメソッドorg.apache.arrow.memory.BaseAllocator.Reservation
 
isDebug() - クラス のstaticメソッドorg.apache.arrow.memory.BaseAllocator
 
isDirect() - クラス のメソッドio.netty.buffer.ArrowBuf
 
isDirectBufferPooled() - クラス のメソッドorg.apache.arrow.memory.ArrowByteBufAllocator
 
isEmpty() - クラス のメソッドorg.apache.arrow.memory.LowCostIdentityHashMap
Returns whether this Map has no elements.
isOk() - 列挙型 のメソッドorg.apache.arrow.memory.AllocationOutcome
 
isOverLimit() - インタフェース のメソッドorg.apache.arrow.memory.BufferAllocator
Return whether or not this allocator (or one if its parents) is over its limits.
isUsed() - インタフェース のメソッドorg.apache.arrow.memory.AllocationReservation
Return whether or not the reservation has been used.
isUsed() - クラス のメソッドorg.apache.arrow.memory.BaseAllocator.Reservation
 

L

LargeBuffer - io.netty.bufferのクラス
A MutableWrappedByteBuf that also maintains a metric of the number of huge buffer bytes and counts.
LargeBuffer(ByteBuf) - クラス のコンストラクタio.netty.buffer.LargeBuffer
 
logHistory(Logger) - クラス のメソッドorg.apache.arrow.memory.util.HistoricalLog
Write the history of this object to the given Logger.
LowCostIdentityHashMap<K,V extends ValueWithKeyIncluded<K>> - org.apache.arrow.memoryのクラス
Highly specialized IdentityHashMap that implements only partial Map APIs It incurs low initial cost (just two elements by default) It assumes Value includes the Key - Implements @ValueWithKeyIncluded iface that provides "getKey" method
LowCostIdentityHashMap() - クラス のコンストラクタorg.apache.arrow.memory.LowCostIdentityHashMap
Creates an Map with default expected maximum size.
LowCostIdentityHashMap(int) - クラス のコンストラクタorg.apache.arrow.memory.LowCostIdentityHashMap
Creates an Map with the specified maximum size parameter.

M

memoryAddress() - クラス のメソッドio.netty.buffer.ArrowBuf
 

N

newArrowBuf(int, int) - クラス のメソッドorg.apache.arrow.memory.AllocationManager.BufferLedger
Create a new ArrowBuf associated with this AllocationManager and memory.
newArrowBuf(int, int, BufferManager) - クラス のメソッドorg.apache.arrow.memory.AllocationManager.BufferLedger
Create a new ArrowBuf associated with this AllocationManager and memory.
newChildAllocator(String, long, long) - クラス のメソッドorg.apache.arrow.memory.BaseAllocator
 
newChildAllocator(String, AllocationListener, long, long) - クラス のメソッドorg.apache.arrow.memory.BaseAllocator
 
newChildAllocator(String, long, long) - インタフェース のメソッドorg.apache.arrow.memory.BufferAllocator
Create a new child allocator.
newChildAllocator(String, AllocationListener, long, long) - インタフェース のメソッドorg.apache.arrow.memory.BufferAllocator
Create a new child allocator.
newDirectBuffer(int, int) - クラス のメソッドorg.apache.arrow.memory.ArrowByteBufAllocator
 
newHeapBuffer(int, int) - クラス のメソッドorg.apache.arrow.memory.ArrowByteBufAllocator
 
newReservation() - クラス のメソッドorg.apache.arrow.memory.BaseAllocator
 
newReservation() - インタフェース のメソッドorg.apache.arrow.memory.BufferAllocator
Create an allocation reservation.
nextPowerOfTwo(int) - クラス のstaticメソッドorg.apache.arrow.memory.BaseAllocator
Rounds up the provided value to the nearest power of two.
nextPowerOfTwo(long) - クラス のstaticメソッドorg.apache.arrow.memory.BaseAllocator
Rounds up the provided value to the nearest power of two.
nioBuffer() - クラス のメソッドio.netty.buffer.ArrowBuf
 
nioBuffer(int, int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
nioBufferCount() - クラス のメソッドio.netty.buffer.ArrowBuf
 
nioBuffers() - クラス のメソッドio.netty.buffer.ArrowBuf
 
nioBuffers(int, int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
NOOP - インタフェース のstatic変数org.apache.arrow.memory.AllocationListener
 

O

onAllocation(long) - インタフェース のメソッドorg.apache.arrow.memory.AllocationListener
Called each time a new buffer is allocated
onChildAdded(BufferAllocator, BufferAllocator) - インタフェース のメソッドorg.apache.arrow.memory.AllocationListener
Called immediately after a child allocator was added to the parent allocator
onChildRemoved(BufferAllocator, BufferAllocator) - インタフェース のメソッドorg.apache.arrow.memory.AllocationListener
Called immediately after a child allocator was removed from the parent allocator
onFailedAllocation(long, AllocationOutcome) - インタフェース のメソッドorg.apache.arrow.memory.AllocationListener
Called whenever an allocation failed, giving the caller a chance to create some space in the allocator (either by freeing some resource, or by changing the limit), and, if successful, allowing the allocator to retry the allocation.
open() - クラス のメソッドorg.apache.arrow.memory.util.AutoCloseableLock
 
order() - クラス のメソッドio.netty.buffer.ArrowBuf
 
order(ByteOrder) - クラス のメソッドio.netty.buffer.ArrowBuf
 
order(ByteOrder) - クラス のメソッドio.netty.buffer.UnsafeDirectLittleEndian
 
org.apache.arrow.memory - パッケージ org.apache.arrow.memory
Memory Allocation, Account and Management See the README.md file in this directory for detailed information about Arrow's memory allocation subsystem.
org.apache.arrow.memory.util - パッケージ org.apache.arrow.memory.util
 
org.apache.arrow.util - パッケージ org.apache.arrow.util
 
OutOfMemoryException - org.apache.arrow.memoryの例外
 
OutOfMemoryException() - 例外 のコンストラクタorg.apache.arrow.memory.OutOfMemoryException
 
OutOfMemoryException(String, Throwable, boolean, boolean) - 例外 のコンストラクタorg.apache.arrow.memory.OutOfMemoryException
 
OutOfMemoryException(String, Throwable) - 例外 のコンストラクタorg.apache.arrow.memory.OutOfMemoryException
 
OutOfMemoryException(String) - 例外 のコンストラクタorg.apache.arrow.memory.OutOfMemoryException
 
OutOfMemoryException(Throwable) - 例外 のコンストラクタorg.apache.arrow.memory.OutOfMemoryException
 

P

PooledByteBufAllocatorL - io.netty.bufferのクラス
The base allocator that we use for all of Arrow's memory management.
PooledByteBufAllocatorL() - クラス のコンストラクタio.netty.buffer.PooledByteBufAllocatorL
 
Preconditions - org.apache.arrow.utilのクラス
Static convenience methods that help a method or constructor check whether it was invoked correctly (whether its preconditions have been met).
print(StringBuilder, int, BaseAllocator.Verbosity) - クラス のメソッドio.netty.buffer.ArrowBuf
 
print(StringBuilder, int, BaseAllocator.Verbosity) - クラス のメソッドorg.apache.arrow.memory.AllocationManager.BufferLedger
Print the current ledger state to the provided StringBuilder.
put(V) - クラス のメソッドorg.apache.arrow.memory.LowCostIdentityHashMap
Maps the specified key to the specified value.

R

readBytes(int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
readerIndex(int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
readSlice(int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
reallocIfNeeded(int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
recordEvent(String, Object...) - クラス のメソッドorg.apache.arrow.memory.util.HistoricalLog
Record an event.
refCnt() - クラス のメソッドio.netty.buffer.ArrowBuf
 
release() - クラス のメソッドio.netty.buffer.ArrowBuf
 
release(int) - クラス のメソッドio.netty.buffer.ArrowBuf
Release the provided number of reference counts.
release() - クラス のメソッドio.netty.buffer.UnsafeDirectLittleEndian
 
remove(K) - クラス のメソッドorg.apache.arrow.memory.LowCostIdentityHashMap
Removes the mapping with the specified key from this map.
replace(ArrowBuf, int) - インタフェース のメソッドorg.apache.arrow.memory.BufferManager
Replace an old buffer with a new version at least of the provided size.
Reservation() - クラス のコンストラクタorg.apache.arrow.memory.BaseAllocator.Reservation
 
reserve(int) - インタフェース のメソッドorg.apache.arrow.memory.AllocationReservation
Requests a reservation of additional space.
reserve(int) - クラス のメソッドorg.apache.arrow.memory.BaseAllocator.Reservation
 
retain(BufferAllocator) - クラス のメソッドio.netty.buffer.ArrowBuf
Create a new ArrowBuf that is associated with an alternative allocator for the purposes of memory ownership and accounting.
retain(int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
retain() - クラス のメソッドio.netty.buffer.ArrowBuf
 
RootAllocator - org.apache.arrow.memoryのクラス
The root allocator for using direct memory inside a Drillbit.
RootAllocator(long) - クラス のコンストラクタorg.apache.arrow.memory.RootAllocator
 
RootAllocator(AllocationListener, long) - クラス のコンストラクタorg.apache.arrow.memory.RootAllocator
 

S

setByte(int, int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
setByte(int, byte) - クラス のメソッドio.netty.buffer.ArrowBuf
 
setByte(int, int) - クラス のメソッドio.netty.buffer.UnsafeDirectLittleEndian
 
setBytes(int, ByteBuf, int, int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
setBytes(int, ByteBuffer, int, int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
setBytes(int, byte[], int, int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
setBytes(int, ByteBuffer) - クラス のメソッドio.netty.buffer.ArrowBuf
 
setBytes(int, InputStream, int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
setBytes(int, ScatteringByteChannel, int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
setBytes(int, FileChannel, long, int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
setBytes(int, InputStream, int) - クラス のメソッドio.netty.buffer.UnsafeDirectLittleEndian
 
setChar(int, int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
setChar(int, int) - クラス のメソッドio.netty.buffer.UnsafeDirectLittleEndian
 
setDouble(int, double) - クラス のメソッドio.netty.buffer.ArrowBuf
 
setDouble(int, double) - クラス のメソッドio.netty.buffer.UnsafeDirectLittleEndian
 
setFloat(int, float) - クラス のメソッドio.netty.buffer.ArrowBuf
 
setFloat(int, float) - クラス のメソッドio.netty.buffer.UnsafeDirectLittleEndian
 
setInt(int, int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
setInt(int, int) - クラス のメソッドio.netty.buffer.UnsafeDirectLittleEndian
 
setIntLE(int, int) - クラス のメソッドio.netty.buffer.ArrowBuf
Sets the specified 32-bit integer at the specified absolute index in this buffer with Big Endian byte order.
setLimit(long) - インタフェース のメソッドorg.apache.arrow.memory.BufferAllocator
Set the maximum amount of memory this allocator is allowed to allocate.
setLong(int, long) - クラス のメソッドio.netty.buffer.ArrowBuf
 
setLong(int, long) - クラス のメソッドio.netty.buffer.UnsafeDirectLittleEndian
 
setLongLE(int, long) - クラス のメソッドio.netty.buffer.ArrowBuf
Sets the specified 64-bit long integer at the specified absolute index in this buffer with Big Endian byte order.
setMedium(int, int) - クラス のメソッドio.netty.buffer.ArrowBuf
Sets the specified 24-bit medium integer at the specified absolute index in this buffer.
setMediumLE(int, int) - クラス のメソッドio.netty.buffer.ArrowBuf
Sets the specified 24-bit medium integer at the specified absolute index in this buffer with Big Endian byte order.
setShort(int, int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
setShort(int, int) - クラス のメソッドio.netty.buffer.UnsafeDirectLittleEndian
 
setShortLE(int, int) - クラス のメソッドio.netty.buffer.ArrowBuf
Sets the specified 16-bit short integer at the specified absolute index in this buffer with Big Endian byte order.
size() - クラス のメソッドorg.apache.arrow.memory.LowCostIdentityHashMap
Returns the number of mappings in this Map.
slice() - クラス のメソッドio.netty.buffer.ArrowBuf
 
slice(int, int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
slice() - クラス のメソッドio.netty.buffer.UnsafeDirectLittleEndian
 
slice(int, int) - クラス のメソッドio.netty.buffer.UnsafeDirectLittleEndian
 
StackTrace - org.apache.arrow.memory.utilのクラス
Convenient way of obtaining and manipulating stack traces for debugging.
StackTrace() - クラス のコンストラクタorg.apache.arrow.memory.util.StackTrace
Constructor.

T

toHexString(int, int) - クラス のメソッドio.netty.buffer.ArrowBuf
Return the buffer's byte contents in the form of a hex dump.
toString() - クラス のメソッドio.netty.buffer.ArrowBuf
 
toString(Charset) - クラス のメソッドio.netty.buffer.ArrowBuf
 
toString(int, int, Charset) - クラス のメソッドio.netty.buffer.ArrowBuf
 
toString() - クラス のメソッドorg.apache.arrow.memory.BaseAllocator
 
toString() - クラス のメソッドorg.apache.arrow.memory.util.StackTrace
 
touch() - クラス のメソッドio.netty.buffer.ArrowBuf
 
touch(Object) - クラス のメソッドio.netty.buffer.ArrowBuf
 
toVerboseString() - クラス のメソッドio.netty.buffer.ArrowBuf
 
toVerboseString() - クラス のメソッドorg.apache.arrow.memory.BaseAllocator
Provide a verbose string of the current allocator state.
toVerboseString() - インタフェース のメソッドorg.apache.arrow.memory.BufferAllocator
Return a verbose string describing this allocator.
transferBalance(AllocationManager.BufferLedger) - クラス のメソッドorg.apache.arrow.memory.AllocationManager.BufferLedger
Transfer any balance the current ledger has to the target ledger.
transferOwnership(BufferAllocator) - クラス のメソッドio.netty.buffer.ArrowBuf
Transfer the memory accounting ownership of this ArrowBuf to another allocator.

U

UnsafeDirectLittleEndian - io.netty.bufferのクラス
The underlying class we use for little-endian access to memory.
unwrap() - クラス のメソッドio.netty.buffer.ArrowBuf
 
unwrap() - クラス のメソッドorg.apache.arrow.memory.ArrowByteBufAllocator
 

V

valueOf(String) - 列挙型 のstaticメソッドorg.apache.arrow.memory.AllocationOutcome
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙型 のstaticメソッドorg.apache.arrow.memory.BaseAllocator.Verbosity
指定した名前を持つこの型の列挙型定数を返します。
values() - 列挙型 のstaticメソッドorg.apache.arrow.memory.AllocationOutcome
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙型 のstaticメソッドorg.apache.arrow.memory.BaseAllocator.Verbosity
この列挙型の定数を含む配列を宣言されている順序で返します。
ValueWithKeyIncluded<K> - org.apache.arrow.memoryのインタフェース
Helper Iface to generify a value to be included in the map where key is part of the value
verify() - クラス のメソッドorg.apache.arrow.memory.RootAllocator
Verify the accounting state of the allocation system.
VisibleForTesting - org.apache.arrow.utilの注釈型
 

W

writeByteUnsafe(byte) - クラス のメソッドio.netty.buffer.ArrowBuf
 
writeChar(int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
writeChar(int) - クラス のメソッドio.netty.buffer.UnsafeDirectLittleEndian
 
writeDouble(double) - クラス のメソッドio.netty.buffer.ArrowBuf
 
writeDouble(double) - クラス のメソッドio.netty.buffer.UnsafeDirectLittleEndian
 
writeFloat(float) - クラス のメソッドio.netty.buffer.ArrowBuf
 
writeFloat(float) - クラス のメソッドio.netty.buffer.UnsafeDirectLittleEndian
 
writeInt(int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
writeInt(int) - クラス のメソッドio.netty.buffer.UnsafeDirectLittleEndian
 
writeLong(long) - クラス のメソッドio.netty.buffer.ArrowBuf
 
writeLong(long) - クラス のメソッドio.netty.buffer.UnsafeDirectLittleEndian
 
writerIndex(int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
writeShort(int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
writeShort(int) - クラス のメソッドio.netty.buffer.UnsafeDirectLittleEndian
 
writeToBuilder(StringBuilder, int) - クラス のメソッドorg.apache.arrow.memory.util.StackTrace
Write the stack trace to a StringBuilder.

_

_getByte(int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
_getInt(int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
_getIntLE(int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
_getLong(int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
_getLongLE(int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
_getShort(int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
_getShortLE(int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
_getUnsignedMedium(int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
_getUnsignedMediumLE(int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
_setByte(int, int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
_setInt(int, int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
_setIntLE(int, int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
_setLong(int, long) - クラス のメソッドio.netty.buffer.ArrowBuf
 
_setLongLE(int, long) - クラス のメソッドio.netty.buffer.ArrowBuf
 
_setMedium(int, int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
_setMediumLE(int, int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
_setShort(int, int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
_setShortLE(int, int) - クラス のメソッドio.netty.buffer.ArrowBuf
 
A B C D E G H I L M N O P R S T U V W _ 
ナビゲーション・リンクをスキップ

Copyright © 2018 The Apache Software Foundation. All rights reserved.