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(BufferAllocator accountingAllocator,
long size) |
ArrowBuf |
empty() |
public static final AllocationManager.Factory FACTORY
public AllocationManager create(BufferAllocator accountingAllocator, long size)
create in interface AllocationManager.Factorypublic ArrowBuf empty()
empty in interface AllocationManager.FactoryCopyright © 2023 The Apache Software Foundation. All rights reserved.