| Package | Description |
|---|---|
| org.apache.drill.exec.work.batch |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseRawBatchBuffer<T> |
class |
SpoolingRawBatchBuffer
This implementation of RawBatchBuffer starts writing incoming batches to disk once the buffer size reaches a threshold.
|
class |
UnlimitedRawBatchBuffer |
| Modifier and Type | Field and Description |
|---|---|
protected RawBatchBuffer[] |
AbstractDataCollector.buffers |
| Modifier and Type | Method and Description |
|---|---|
protected RawBatchBuffer |
PartitionedCollector.getBuffer(int minorFragmentId) |
protected RawBatchBuffer |
MergingCollector.getBuffer(int minorFragmentId) |
protected abstract RawBatchBuffer |
AbstractDataCollector.getBuffer(int minorFragmentId) |
RawBatchBuffer[] |
AbstractDataCollector.getBuffers() |
RawBatchBuffer[] |
IncomingBuffers.getBuffers(int senderMajorFragmentId) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.