Package com.linkedin.davinci.replication.merge
package com.linkedin.davinci.replication.merge
-
ClassDescriptionMerge<T>API for merging existing data with incoming writes.This class handles byte-level merge.The workflow is Query old replication metadata.An object to encapsulate the results of conflict resolution to denote how the operation and value that should be applied or if the current update should be ignored.Implementations of the API defined in
Merge
based on V1 metadata timestamp Schema generated byRmdSchemaGeneratorV1
.This class is responsible for serialization and deserialization related tasks.This class serves as the annotated schema cache for merge conflict resolution purpose in Active/Active replication.