public final class BatchReference extends Object
AbstractRecordBatch)
since naming of batches used won't change during data processing.
Though information from batch reference will be used during schema build (i.e. once per OK_NEW_SCHEMA).
Example:
BatchReference{batchName='leftBatch', batchIndex='leftIndex', recordIndex='leftIndex'}
BatchReference{batchName='rightContainer', batchIndex='rightBatchIndex', recordIndex='rightRecordIndexWithinBatch'}| Constructor and Description |
|---|
BatchReference(String batchName,
String recordIndex) |
BatchReference(String batchName,
String batchIndex,
String recordIndex) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.