Interface MergeRegisterKey.ValueMerger<V>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      V merge​(java.util.List<V> concValues)
      Merges the concurrent values of the (possibly empty) list concValues into a single value
    • Method Detail

      • merge

        V merge​(java.util.List<V> concValues)
        Merges the concurrent values of the (possibly empty) list concValues into a single value
        Parameters:
        concValues - the values concurrently written to the register by different replicas
        Returns:
        the merged result