| パッケージ | 説明 |
|---|---|
| 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 AllocationOutcome |
AllocationOutcome.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static AllocationOutcome[] |
AllocationOutcome.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
AllocationListener.onFailedAllocation(long size,
AllocationOutcome outcome)
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.
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.