| パッケージ | 説明 |
|---|---|
| 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.
|
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static AllocationListener |
AllocationListener.NOOP |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
BufferAllocator |
BaseAllocator.newChildAllocator(String name,
AllocationListener listener,
long initReservation,
long maxAllocation) |
BufferAllocator |
BufferAllocator.newChildAllocator(String name,
AllocationListener listener,
long initReservation,
long maxAllocation)
Create a new child allocator.
|
| コンストラクタと説明 |
|---|
BaseAllocator(BaseAllocator parentAllocator,
AllocationListener listener,
String name,
long initReservation,
long maxAllocation)
Initialize an allocator
|
RootAllocator(AllocationListener listener,
long limit) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.