public interface StreamingAggregator
| Modifier and Type | Interface and Description |
|---|---|
static class |
StreamingAggregator.AggOutcome |
| Modifier and Type | Field and Description |
|---|---|
static TemplateClassDefinition<StreamingAggregator> |
TEMPLATE_DEFINITION |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
StreamingAggregator.AggOutcome |
doWork() |
RecordBatch.IterOutcome |
getOutcome() |
int |
getOutputCount() |
void |
setup(OperatorContext context,
RecordBatch incoming,
StreamingAggBatch outgoing) |
static final TemplateClassDefinition<StreamingAggregator> TEMPLATE_DEFINITION
void setup(OperatorContext context, RecordBatch incoming, StreamingAggBatch outgoing) throws SchemaChangeException
SchemaChangeExceptionRecordBatch.IterOutcome getOutcome()
int getOutputCount()
StreamingAggregator.AggOutcome doWork()
void cleanup()
Copyright © 2017 The Apache Software Foundation. All rights reserved.