MergeSource

interface MergeSource

Provides access to new merges and executes the actual merge

Properties

Link copied to clipboard

The MergeScheduler calls this method to retrieve the next merge requested by the MergePolicy

Functions

Link copied to clipboard
abstract fun hasPendingMerges(): Boolean

Expert: returns true if there are merges waiting to be scheduled.

Link copied to clipboard
abstract fun merge(merge: MergePolicy.OneMerge)

Merges the indicated segments, replacing them in the stack with a single segment.

Link copied to clipboard

Does finishing for a merge.