Package org.apache.hadoop.ozone.om
Class DeleteKeysResult
java.lang.Object
org.apache.hadoop.ozone.om.DeleteKeysResult
Used in
DirectoryDeletingService
to capture the result of each delete task.-
Constructor Summary
ConstructorsConstructorDescriptionDeleteKeysResult(List<org.apache.hadoop.ozone.om.helpers.OmKeyInfo> keysToDelete, boolean processedKeys) -
Method Summary
-
Constructor Details
-
DeleteKeysResult
public DeleteKeysResult(List<org.apache.hadoop.ozone.om.helpers.OmKeyInfo> keysToDelete, boolean processedKeys)
-
-
Method Details
-
getKeysToDelete
-
isProcessedKeys
public boolean isProcessedKeys()
-