InputT - the type of values added to the stateAccumT - the type of accumulatorOutputT - the type of value extracted from the statepublic interface CombiningValueStateInternal<InputT,AccumT,OutputT> extends CombiningValueState<InputT,OutputT>
Combine.CombineFn. This is an internal extension
to CombiningValueState that includes the AccumT type.| Modifier and Type | Method and Description |
|---|---|
void |
addAccum(AccumT accum)
Add an accumulator to this combining value.
|
StateContents<AccumT> |
getAccum()
Read the merged accumulator for this combining value.
|
add, get, isEmptyStateContents<AccumT> getAccum()
void addAccum(AccumT accum)