storm.trident.testing
Class Split

java.lang.Object
  extended by storm.trident.operation.BaseOperation
      extended by storm.trident.operation.BaseFunction
          extended by storm.trident.testing.Split
All Implemented Interfaces:
java.io.Serializable, EachOperation, Function, Operation

public class Split
extends BaseFunction

See Also:
Serialized Form

Constructor Summary
Split()
           
 
Method Summary
 void execute(TridentTuple tuple, TridentCollector collector)
           
 
Methods inherited from class storm.trident.operation.BaseOperation
cleanup, prepare
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface storm.trident.operation.Operation
cleanup, prepare
 

Constructor Detail

Split

public Split()
Method Detail

execute

public void execute(TridentTuple tuple,
                    TridentCollector collector)