Package org.apache.storm.starter.trident
Class TridentReach.ExpandList
- java.lang.Object
-
- org.apache.storm.trident.operation.BaseOperation
-
- org.apache.storm.trident.operation.BaseFunction
-
- org.apache.storm.starter.trident.TridentReach.ExpandList
-
- All Implemented Interfaces:
Serializable
,EachOperation
,Function
,Operation
- Enclosing class:
- TridentReach
public static class TridentReach.ExpandList extends BaseFunction
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExpandList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(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.BaseOperation
cleanup, prepare
-
-
-
-
Method Detail
-
execute
public void execute(TridentTuple tuple, TridentCollector collector)
Description copied from interface:Function
Performs the function logic on an individual tuple and emits 0 or more tuples.- Parameters:
tuple
- The incoming tuplecollector
- A collector instance that can be used to emit tuples
-
-