public interface ThresholdAlgorithmReducer extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
add(ThresholdAlgorithm instance)
Add a ThresholdAlgorithm instance to the reducer
|
ThresholdAlgorithm |
getFinalResult() |
ThresholdAlgorithmReducer |
merge(ThresholdAlgorithmReducer other)
Combine two reducers and return the result
|
void add(ThresholdAlgorithm instance)
instance
- Instance to add. May be null.ThresholdAlgorithmReducer merge(ThresholdAlgorithmReducer other)
other
- Other reducer to combine with this oneThresholdAlgorithm getFinalResult()
Copyright © 2021. All rights reserved.