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 PartialUpsertHandlerBasePartitionUpsertMetadataManager. _partialUpsertHandlerprotected PartialUpsertHandlerBaseTableUpsertMetadataManager. _partialUpsertHandlerConstructors in org.apache.pinot.segment.local.upsert with parameters of type PartialUpsertHandler Constructor Description BasePartitionUpsertMetadataManager(String tableNameWithType, int partitionId, List<String> primaryKeyColumns, String comparisonColumn, HashFunction hashFunction, PartialUpsertHandler partialUpsertHandler, boolean enableSnapshot, ServerMetrics serverMetrics)ConcurrentMapPartitionUpsertMetadataManager(String tableNameWithType, int partitionId, List<String> primaryKeyColumns, String comparisonColumn, HashFunction hashFunction, PartialUpsertHandler partialUpsertHandler, boolean enableSnapshot, ServerMetrics serverMetrics)
-