umamaheswararao commented on a change in pull request #2401:
URL: https://github.com/apache/ozone/pull/2401#discussion_r696160826
##########
File path:
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/helpers/OmBucketInfo.java
##########
@@ -140,6 +143,63 @@ private OmBucketInfo(String volumeName,
this.quotaInNamespace = quotaInNamespace;
}
+ /**
+ * Private constructor, constructed via builder.
+ * @param volumeName - Volume name.
+ * @param bucketName - Bucket name.
+ * @param acls - list of ACLs.
+ * @param isVersionEnabled - Bucket version flag.
+ * @param storageType - Storage type to be used.
+ * @param creationTime - Bucket creation time.
+ * @param modificationTime - Bucket modification time.
+ * @param metadata - metadata.
+ * @param bekInfo - bucket encryption key info.
+ * @param sourceVolume - source volume for bucket links, null otherwise
+ * @param sourceBucket - source bucket for bucket links, null otherwise
+ * @param usedBytes - Bucket Quota Usage in bytes.
+ * @param quotaInBytes Bucket quota in bytes.
+ * @param quotaInNamespace Bucket quota in counts.
+ * @param ecReplicationConfig EC replication config.
+ */
+ @SuppressWarnings("checkstyle:ParameterNumber")
+ private OmBucketInfo(String volumeName,
Review comment:
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]