storm.trident.testing
Class TrueFilter

java.lang.Object
  extended by storm.trident.operation.BaseOperation
      extended by storm.trident.operation.BaseFilter
          extended by storm.trident.testing.TrueFilter
All Implemented Interfaces:
java.io.Serializable, EachOperation, Filter, Operation

public class TrueFilter
extends BaseFilter

See Also:
Serialized Form

Constructor Summary
TrueFilter()
           
 
Method Summary
 boolean isKeep(TridentTuple tuple)
           
 
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

TrueFilter

public TrueFilter()
Method Detail

isKeep

public boolean isKeep(TridentTuple tuple)