Uses of Class
org.apache.pinot.segment.local.indexsegment.immutable.ImmutableSegmentImpl
-
Packages that use ImmutableSegmentImpl Package Description org.apache.pinot.segment.local.upsert -
-
Uses of ImmutableSegmentImpl in org.apache.pinot.segment.local.upsert
Methods in org.apache.pinot.segment.local.upsert with parameters of type ImmutableSegmentImpl Modifier and Type Method Description protected abstract voidBasePartitionUpsertMetadataManager. addOrReplaceSegment(ImmutableSegmentImpl segment, ThreadSafeMutableRoaringBitmap validDocIds, Iterator<RecordInfo> recordInfoIterator, IndexSegment oldSegment, org.roaringbitmap.buffer.MutableRoaringBitmap validDocIdsForOldSegment)protected voidConcurrentMapPartitionUpsertMetadataManager. addOrReplaceSegment(ImmutableSegmentImpl segment, ThreadSafeMutableRoaringBitmap validDocIds, Iterator<RecordInfo> recordInfoIterator, IndexSegment oldSegment, org.roaringbitmap.buffer.MutableRoaringBitmap validDocIdsForOldSegment)voidBasePartitionUpsertMetadataManager. addSegment(ImmutableSegmentImpl segment, ThreadSafeMutableRoaringBitmap validDocIds, Iterator<RecordInfo> recordInfoIterator)NOTE: We allow passing in validDocIds here so that the value can be easily accessed from the tests.
-