public class BufferedBatches extends Object
| Constructor and Description |
|---|
BufferedBatches(OperatorContext opContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(VectorAccessible incoming,
long batchSize) |
void |
close() |
List<BatchGroup> |
prepareSpill(long targetSpillSize) |
List<BatchGroup.InputBatch> |
removeAll() |
void |
setSchema(BatchSchema schema) |
int |
size() |
public BufferedBatches(OperatorContext opContext)
public void setSchema(BatchSchema schema)
public int size()
public void add(VectorAccessible incoming, long batchSize)
public List<BatchGroup> prepareSpill(long targetSpillSize)
public List<BatchGroup.InputBatch> removeAll()
public void close()
Copyright © 2017 The Apache Software Foundation. All rights reserved.