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