Interface PartitionDedupMetadataManager


  • public interface PartitionDedupMetadataManager
    • Method Detail

      • addSegment

        void addSegment​(IndexSegment segment)
        Initializes the dedup metadata for the given immutable segment.
      • removeSegment

        void removeSegment​(IndexSegment segment)
        Removes the dedup metadata for the given segment.
      • checkRecordPresentOrUpdate

        boolean checkRecordPresentOrUpdate​(PrimaryKey pk,
                                           IndexSegment indexSegment)
        Add the primary key to the given segment to the dedup matadata if it was absent. Returns true if the key was already present.