Class PendingKeysDeletion.PurgedKey

java.lang.Object
org.apache.hadoop.ozone.om.PendingKeysDeletion.PurgedKey
Enclosing class:
PendingKeysDeletion

public static class PendingKeysDeletion.PurgedKey extends Object
Represents metadata for a key that has been purged. This class holds information about a specific purged key, including its volume, bucket, associated block group, and the amount of data purged in bytes.
  • Constructor Details

    • PurgedKey

      public PurgedKey(String volume, String bucket, long bucketId, org.apache.hadoop.ozone.common.BlockGroup group, String deleteKeyName, long purgedBytes, boolean isCommittedKey)
  • Method Details

    • getBlockGroup

      public org.apache.hadoop.ozone.common.BlockGroup getBlockGroup()
    • getPurgedBytes

      public long getPurgedBytes()
    • getVolume

      public String getVolume()
    • getBucket

      public String getBucket()
    • getBucketId

      public long getBucketId()
    • isCommittedKey

      public boolean isCommittedKey()
    • getDeleteKeyName

      public String getDeleteKeyName()
    • toString

      public String toString()
      Overrides:
      toString in class Object