storm.trident.operation
Class BaseFunction

java.lang.Object
  extended by storm.trident.operation.BaseOperation
      extended by storm.trident.operation.BaseFunction
All Implemented Interfaces:
java.io.Serializable, EachOperation, Function, Operation
Direct Known Subclasses:
Split, StringLength, TuplifyArgs

public abstract class BaseFunction
extends BaseOperation
implements Function

See Also:
Serialized Form

Constructor Summary
BaseFunction()
           
 
Method Summary
 
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.Function
execute
 
Methods inherited from interface storm.trident.operation.Operation
cleanup, prepare
 

Constructor Detail

BaseFunction

public BaseFunction()