Uses of Interface
org.apache.pinot.segment.local.dedup.PartitionDedupMetadataManager
-
Packages that use PartitionDedupMetadataManager Package Description org.apache.pinot.segment.local.dedup org.apache.pinot.segment.local.indexsegment.immutable org.apache.pinot.segment.local.realtime.impl -
-
Uses of PartitionDedupMetadataManager in org.apache.pinot.segment.local.dedup
Methods in org.apache.pinot.segment.local.dedup that return PartitionDedupMetadataManager Modifier and Type Method Description PartitionDedupMetadataManagerTableDedupMetadataManager. getOrCreatePartitionManager(int partitionId)Create a new PartitionDedupMetadataManager if not present already, otherwise return existing one. -
Uses of PartitionDedupMetadataManager in org.apache.pinot.segment.local.indexsegment.immutable
Methods in org.apache.pinot.segment.local.indexsegment.immutable with parameters of type PartitionDedupMetadataManager Modifier and Type Method Description voidImmutableSegmentImpl. enableDedup(PartitionDedupMetadataManager partitionDedupMetadataManager) -
Uses of PartitionDedupMetadataManager in org.apache.pinot.segment.local.realtime.impl
Methods in org.apache.pinot.segment.local.realtime.impl that return PartitionDedupMetadataManager Modifier and Type Method Description PartitionDedupMetadataManagerRealtimeSegmentConfig. getPartitionDedupMetadataManager()Methods in org.apache.pinot.segment.local.realtime.impl with parameters of type PartitionDedupMetadataManager Modifier and Type Method Description RealtimeSegmentConfig.BuilderRealtimeSegmentConfig.Builder. setPartitionDedupMetadataManager(PartitionDedupMetadataManager partitionDedupMetadataManager)
-