Class ConsumerExecutor
- java.lang.Object
- 
- org.apache.storm.trident.operation.BaseOperation
- 
- org.apache.storm.trident.operation.impl.ConsumerExecutor
 
 
- 
- All Implemented Interfaces:
- Serializable,- EachOperation,- Function,- Operation
 
 public class ConsumerExecutor extends BaseOperation implements Function - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ConsumerExecutor(Consumer consumer)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(TridentTuple tuple, TridentCollector collector)Performs the function logic on an individual tuple and emits 0 or more tuples.- 
Methods inherited from class org.apache.storm.trident.operation.BaseOperationcleanup, prepare
 
- 
 
- 
- 
- 
Constructor Detail- 
ConsumerExecutorpublic ConsumerExecutor(Consumer consumer) 
 
- 
 - 
Method Detail- 
executepublic void execute(TridentTuple tuple, TridentCollector collector) Description copied from interface:FunctionPerforms the function logic on an individual tuple and emits 0 or more tuples.
 
- 
 
-