storm.trident.operation.impl
Class TrueFilter
java.lang.Object
storm.trident.operation.impl.TrueFilter
- All Implemented Interfaces:
- Serializable, EachOperation, Filter, Operation
public class TrueFilter
- extends Object
- implements Filter
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrueFilter
public TrueFilter()
isKeep
public boolean isKeep(TridentTuple tuple)
- Specified by:
isKeep in interface Filter
prepare
public void prepare(Map conf,
TridentOperationContext context)
- Specified by:
prepare in interface Operation
cleanup
public void cleanup()
- Specified by:
cleanup in interface Operation
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.