| Package | Description |
|---|---|
| org.apache.drill.exec.physical.impl.partitionsender |
| Modifier and Type | Class and Description |
|---|---|
class |
PartitionerTemplate.OutgoingRecordBatch |
| Modifier and Type | Method and Description |
|---|---|
PartitionOutgoingBatch |
PartitionerTemplate.getOutgoingBatch(int index) |
PartitionOutgoingBatch |
Partitioner.getOutgoingBatch(int index)
Method to get PartitionOutgoingBatch based on the fact that there can be > 1 Partitioner
|
PartitionOutgoingBatch |
PartitionerDecorator.getOutgoingBatches(int index)
Helper method to get PartitionOutgoingBatch based on the index
since we may have more then one Partitioner
As number of Partitioners should be very small AND this method it used very rarely,
so it is OK to loop in order to find right partitioner
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends PartitionOutgoingBatch> |
PartitionerTemplate.getOutgoingBatches() |
List<? extends PartitionOutgoingBatch> |
Partitioner.getOutgoingBatches() |
Copyright © 2017 The Apache Software Foundation. All rights reserved.