storm.trident.testing
Class TuplifyArgs

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

public class TuplifyArgs
extends BaseFunction

See Also:
Serialized Form

Constructor Summary
TuplifyArgs()
           
 
Method Summary
 void execute(TridentTuple input, 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

TuplifyArgs

public TuplifyArgs()
Method Detail

execute

public void execute(TridentTuple input,
                    TridentCollector collector)