IN
- Type of the value that can be added to the state.OUT
- Type of the value that can be retrieved from the state.@Experimental public interface MergingState<IN,OUT,SYNCOUT> extends AppendingState<IN,OUT,SYNCOUT>
AppendingState
that allows merging of state. That is, two instances of
MergingState
can be combined into a single instance that contains all the information of
the two merged states.add, asyncAdd, asyncGet, get
asyncClear, clear
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.