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. -
Class Summary Class Description BaseTableUpsertMetadataManager ConcurrentMapPartitionUpsertMetadataManager Implementation ofPartitionUpsertMetadataManagerthat is backed by aConcurrentHashMap.ConcurrentMapTableUpsertMetadataManager Implementation ofTableUpsertMetadataManagerthat is backed by aConcurrentHashMap.PartialUpsertHandler Handler for partial-upsert.RecordInfo TableUpsertMetadataManagerFactory UpsertUtils