Class PendingKeysDeletion

java.lang.Object
org.apache.hadoop.ozone.om.PendingKeysDeletion

public class PendingKeysDeletion extends Object
Tracks metadata for keys pending deletion and their associated blocks. This class maintains:
  • A list of BlockGroup entries, where each entry contains a key name and its associated block IDs
  • A key-value mapping that requires updating after the remaining blocks are purged
  • Constructor Details

  • Method Details

    • getKeysToModify

      public Map<String,org.apache.hadoop.ozone.om.helpers.RepeatedOmKeyInfo> getKeysToModify()
    • getPurgedKeys

      public Map<String,PendingKeysDeletion.PurgedKey> getPurgedKeys()
    • getNotReclaimableKeyCount

      public int getNotReclaimableKeyCount()