public interface PriorityQueueCopier extends AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
static long |
INITIAL_ALLOCATION |
static long |
MAX_ALLOCATION |
static TemplateClassDefinition<PriorityQueueCopier> |
TEMPLATE_DEFINITION |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
next(int targetRecordCount) |
void |
setup(FragmentContext context,
BufferAllocator allocator,
VectorAccessible hyperBatch,
List<BatchGroup> batchGroups,
VectorAccessible outgoing) |
static final long INITIAL_ALLOCATION
static final long MAX_ALLOCATION
static final TemplateClassDefinition<PriorityQueueCopier> TEMPLATE_DEFINITION
void setup(FragmentContext context, BufferAllocator allocator, VectorAccessible hyperBatch, List<BatchGroup> batchGroups, VectorAccessible outgoing) throws SchemaChangeException
SchemaChangeExceptionint next(int targetRecordCount)
void close()
throws IOException
close in interface AutoCloseableIOExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.