Interface InternalMergingState<K,​N,​IN,​SV,​OUT>

    • Method Detail

      • mergeNamespaces

        void mergeNamespaces​(N target,
                             Collection<N> sources)
                      throws Exception
        Merges the state of the current key for the given source namespaces into the state of the target namespace.
        Parameters:
        target - The target namespace where the merged state should be stored.
        sources - The source namespaces whose state should be merged.
        Throws:
        Exception - The method may forward exception thrown internally (by I/O or functions).