storm.trident.operation
Class BaseMultiReducer<T>
java.lang.Object
storm.trident.operation.BaseMultiReducer<T>
- All Implemented Interfaces:
- Serializable, MultiReducer<T>
public abstract class BaseMultiReducer<T>
- extends Object
- implements MultiReducer<T>
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseMultiReducer
public BaseMultiReducer()
prepare
public void prepare(Map conf,
TridentMultiReducerContext context)
- Specified by:
prepare in interface MultiReducer<T>
cleanup
public void cleanup()
- Specified by:
cleanup in interface MultiReducer<T>
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.