Interface SliceSharedAssigner.MergeCallback

    • Method Detail

      • merge

        void merge​(@Nullable
                   Long mergeResult,
                   Iterable<Long> toBeMerged)
            throws Exception
        Specifies that states of the given slices should be merged into the result slice.
        Parameters:
        mergeResult - The resulting merged slice, null if it represents a non-state namespace.
        toBeMerged - The list of slices that should be merged into one slice.
        Throws:
        Exception