Package org.apache.pinot.segment.local.upsert
-
Interface Summary Interface Description PartitionUpsertMetadataManager Manages the upsert metadata per partition.TableUpsertMetadataManager The manager of the upsert metadata of a table.UpsertUtils.ComparisonColumnReader -
Class Summary Class Description BasePartitionUpsertMetadataManager BaseTableUpsertMetadataManager ComparisonColumns ConcurrentMapPartitionUpsertMetadataManager Implementation ofPartitionUpsertMetadataManagerthat is backed by aConcurrentHashMap.ConcurrentMapTableUpsertMetadataManager Implementation ofTableUpsertMetadataManagerthat is backed by aConcurrentHashMap.PartialUpsertHandler Handler for partial-upsert.RecordInfo TableUpsertMetadataManagerFactory UpsertContext UpsertContext.Builder UpsertUtils UpsertUtils.MultiComparisonColumnReader UpsertUtils.PrimaryKeyReader UpsertUtils.RecordInfoReader UpsertUtils.SingleComparisonColumnReader