storm.trident.testing
Class StringLength

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

public class StringLength
extends BaseFunction

See Also:
Serialized Form

Constructor Summary
StringLength()
           
 
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

StringLength

public StringLength()
Method Detail

execute

public void execute(TridentTuple tuple,
                    TridentCollector collector)