storm.trident.operation
Class BaseOperation
java.lang.Object
storm.trident.operation.BaseOperation
- All Implemented Interfaces:
- Serializable, Operation
- Direct Known Subclasses:
- BaseAggregator, BaseFilter, BaseFunction, BaseQueryFunction, BaseStateUpdater
public class BaseOperation
- extends Object
- implements Operation
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseOperation
public BaseOperation()
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.