storm.trident.operation
Interface Filter

All Superinterfaces:
EachOperation, Operation, java.io.Serializable
All Known Implementing Classes:
BaseFilter, Debug, Equals, FilterNull, Negate, TrueFilter, TrueFilter

public interface Filter
extends EachOperation


Method Summary
 boolean isKeep(TridentTuple tuple)
           
 
Methods inherited from interface storm.trident.operation.Operation
cleanup, prepare
 

Method Detail

isKeep

boolean isKeep(TridentTuple tuple)