public class DefaultAllocationManagerFactory extends Object implements AllocationManager.Factory
| Modifier and Type | Field and Description |
|---|---|
static AllocationManager.Factory |
FACTORY |
| Constructor and Description |
|---|
DefaultAllocationManagerFactory() |
| Modifier and Type | Method and Description |
|---|---|
AllocationManager |
create(org.apache.arrow.memory.BaseAllocator accountingAllocator,
long size) |
ArrowBuf |
empty() |
public static final AllocationManager.Factory FACTORY
public AllocationManager create(org.apache.arrow.memory.BaseAllocator accountingAllocator, long size)
create in interface AllocationManager.Factorypublic ArrowBuf empty()
empty in interface AllocationManager.FactoryCopyright © 2020 The Apache Software Foundation. All rights reserved.