public abstract class BaseMultiReducer<T> extends Object implements MultiReducer<T>
Constructor and Description |
---|
BaseMultiReducer() |
Modifier and Type | Method and Description |
---|---|
void |
cleanup() |
void |
prepare(Map<String,Object> conf,
TridentMultiReducerContext context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
complete, execute, init
public void prepare(Map<String,Object> conf, TridentMultiReducerContext context)
prepare
in interface MultiReducer<T>
public void cleanup()
cleanup
in interface MultiReducer<T>
Copyright © 2022 The Apache Software Foundation. All rights reserved.