Uses of Interface
org.apache.pinot.segment.local.upsert.merger.PartialUpsertMerger
-
Packages that use PartialUpsertMerger Package Description org.apache.pinot.segment.local.upsert.merger -
-
Uses of PartialUpsertMerger in org.apache.pinot.segment.local.upsert.merger
Classes in org.apache.pinot.segment.local.upsert.merger that implement PartialUpsertMerger Modifier and Type Class Description classAppendMergerMerges 2 records and returns the merged record.classIgnoreMergerMerges 2 records and returns the merged record.classIncrementMergerMerges 2 records and returns the merged record.classMaxMergerclassMinMergerclassOverwriteMergerMerges 2 records and returns the merged record.classUnionMergerMerges 2 records and returns the merged record.Methods in org.apache.pinot.segment.local.upsert.merger that return PartialUpsertMerger Modifier and Type Method Description static PartialUpsertMergerPartialUpsertMergerFactory. getMerger(UpsertConfig.Strategy strategy)
-