storm.trident.operation.impl
Class IdentityMultiReducer
java.lang.Object
storm.trident.operation.impl.IdentityMultiReducer
- All Implemented Interfaces:
- Serializable, MultiReducer
public class IdentityMultiReducer
- extends Object
- implements MultiReducer
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IdentityMultiReducer
public IdentityMultiReducer()
prepare
public void prepare(Map conf,
TridentMultiReducerContext context)
- Specified by:
prepare in interface MultiReducer
init
public Object init(TridentCollector collector)
- Specified by:
init in interface MultiReducer
execute
public void execute(Object state,
int streamIndex,
TridentTuple input,
TridentCollector collector)
- Specified by:
execute in interface MultiReducer
complete
public void complete(Object state,
TridentCollector collector)
- Specified by:
complete in interface MultiReducer
cleanup
public void cleanup()
- Specified by:
cleanup in interface MultiReducer
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.