Package org.apache.hadoop.hdfs.protocol
Class ZoneReencryptionStatus
java.lang.Object
org.apache.hadoop.hdfs.protocol.ZoneReencryptionStatus
A class representing information about re-encryption of an encryption zone.
FSDirectory lock is used for synchronization (except test-only methods, which are not protected).
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilder ofZoneReencryptionStatus.static enumState of re-encryption. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ZoneReencryptionStatus
public ZoneReencryptionStatus()
-
-
Method Details
-
getId
public long getId() -
getZoneName
-
getState
-
getEzKeyVersionName
-
getSubmissionTime
public long getSubmissionTime() -
getCompletionTime
public long getCompletionTime() -
isCanceled
public boolean isCanceled() -
getLastCheckpointFile
-
getFilesReencrypted
public long getFilesReencrypted() -
getNumReencryptionFailures
public long getNumReencryptionFailures() -
reset
public void reset() -
setZoneName
Set the zone name. The zone name is resolved from inode id and set during a listReencryptionStatus call, for the crypto admin to consume. -
cancel
public void cancel()
-