storm.trident.operation.impl
Class TrueFilter

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

public class TrueFilter
extends java.lang.Object
implements Filter

See Also:
Serialized Form

Constructor Summary
TrueFilter()
           
 
Method Summary
 void cleanup()
           
 boolean isKeep(TridentTuple tuple)
           
 void prepare(java.util.Map conf, TridentOperationContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrueFilter

public TrueFilter()
Method Detail

isKeep

public boolean isKeep(TridentTuple tuple)
Specified by:
isKeep in interface Filter

prepare

public void prepare(java.util.Map conf,
                    TridentOperationContext context)
Specified by:
prepare in interface Operation

cleanup

public void cleanup()
Specified by:
cleanup in interface Operation