storm.trident.operation.impl
Class FilterExecutor
java.lang.Object
storm.trident.operation.impl.FilterExecutor
- All Implemented Interfaces:
- Serializable, EachOperation, Function, Operation
public class FilterExecutor
- extends Object
- implements Function
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilterExecutor
public FilterExecutor(Filter filter)
execute
public void execute(TridentTuple tuple,
TridentCollector collector)
- Specified by:
execute in interface Function
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.