public class ReducerAggStateUpdater extends Object implements StateUpdater<Snapshottable>
Constructor and Description |
---|
ReducerAggStateUpdater(ReducerAggregator agg) |
Modifier and Type | Method and Description |
---|---|
void |
cleanup()
When running in local mode, called when the local cluster is being shut down.
|
void |
prepare(Map<String,Object> conf,
TridentOperationContext context)
Called when the
Operation is first initialized. |
void |
updateState(Snapshottable state,
List<TridentTuple> tuples,
TridentCollector collector) |
public ReducerAggStateUpdater(ReducerAggregator agg)
public void updateState(Snapshottable state, List<TridentTuple> tuples, TridentCollector collector)
updateState
in interface StateUpdater<Snapshottable>
public void prepare(Map<String,Object> conf, TridentOperationContext context)
Operation
Called when the Operation
is first initialized.
prepare
in interface Operation
conf
- the Storm configuration mapcontext
- the operation context which provides information such as the number of partitions in the stream, and the current partition index. It also provides methods for registering operation-specific metrics.TridentOperationContext
Copyright © 2022 The Apache Software Foundation. All rights reserved.