storm.trident.operation
Class BaseFilter

java.lang.Object
  extended by storm.trident.operation.BaseOperation
      extended by storm.trident.operation.BaseFilter
All Implemented Interfaces:
java.io.Serializable, EachOperation, Filter, Operation
Direct Known Subclasses:
Debug, Equals, FilterNull, TrueFilter

public abstract class BaseFilter
extends BaseOperation
implements Filter

See Also:
Serialized Form

Constructor Summary
BaseFilter()
           
 
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.Filter
isKeep
 
Methods inherited from interface storm.trident.operation.Operation
cleanup, prepare
 

Constructor Detail

BaseFilter

public BaseFilter()