Interface PriorityQueueCopier
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
PriorityQueueCopierTemplate
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
int
next
(int targetRecordCount) void
setup
(BufferAllocator allocator, VectorAccessible hyperBatch, List<BatchGroup> batchGroups, VectorAccessible outgoing)
-
Field Details
-
TEMPLATE_DEFINITION
-
-
Method Details
-
setup
void setup(BufferAllocator allocator, VectorAccessible hyperBatch, List<BatchGroup> batchGroups, VectorAccessible outgoing) throws SchemaChangeException - Throws:
SchemaChangeException
-
next
int next(int targetRecordCount) -
close
- Specified by:
close
in interfaceAutoCloseable
- Throws:
IOException
-