Uses of Class
org.apache.pinot.segment.local.upsert.PartialUpsertHandler
-
Packages that use PartialUpsertHandler Package Description org.apache.pinot.segment.local.upsert -
-
Uses of PartialUpsertHandler in org.apache.pinot.segment.local.upsert
Fields in org.apache.pinot.segment.local.upsert declared as PartialUpsertHandler Modifier and Type Field Description protected PartialUpsertHandlerBaseTableUpsertMetadataManager. _partialUpsertHandlerConstructors in org.apache.pinot.segment.local.upsert with parameters of type PartialUpsertHandler Constructor Description ConcurrentMapPartitionUpsertMetadataManager(String tableNameWithType, int partitionId, List<String> primaryKeyColumns, String comparisonColumn, HashFunction hashFunction, PartialUpsertHandler partialUpsertHandler, ServerMetrics serverMetrics)
-