public interface TridentProcessor extends Serializable, TupleReceiver
Modifier and Type | Method and Description |
---|---|
void |
cleanup() |
void |
finishBatch(ProcessorContext processorContext) |
TridentTuple.Factory |
getOutputFactory() |
void |
prepare(Map<String,Object> conf,
TopologyContext context,
TridentContext tridentContext) |
void |
startBatch(ProcessorContext processorContext) |
execute, flush
void prepare(Map<String,Object> conf, TopologyContext context, TridentContext tridentContext)
void cleanup()
void startBatch(ProcessorContext processorContext)
void finishBatch(ProcessorContext processorContext)
TridentTuple.Factory getOutputFactory()
Copyright © 2022 The Apache Software Foundation. All rights reserved.