Package com.rpl.rama.ops
Interface RamaOperation6<T0,T1,T2,T3,T4,T5>
- All Superinterfaces:
RamaOperation
,RamaSerializable
,Serializable
Interface for custom operation implementation of six arguments. An operation emits zero
or more times to any number of output streams.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Executes operation and emits results by calling methods on the providedOutputCollector
-
Method Details
-
invoke
Executes operation and emits results by calling methods on the providedOutputCollector
- Parameters:
collector
- Emits results back to caller of operation
-