Package org.apache.storm.trident.testing
Class TuplifyArgs
java.lang.Object
org.apache.storm.trident.operation.BaseOperation
org.apache.storm.trident.operation.BaseFunction
org.apache.storm.trident.testing.TuplifyArgs
- All Implemented Interfaces:
Serializable
,EachOperation
,Function
,Operation
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(TridentTuple input, 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.BaseOperation
cleanup, prepare
-
Constructor Details
-
TuplifyArgs
public TuplifyArgs()
-
-
Method Details
-
execute
Description copied from interface:Function
Performs the function logic on an individual tuple and emits 0 or more tuples.- Parameters:
input
- The incoming tuplecollector
- A collector instance that can be used to emit tuples
-