Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ public String getCanonicalServiceName() {
* Add acl for Ozone object. Return true if acl is added successfully else
* false.
* @param obj Ozone object for which acl should be added.
* @param acl ozone acl top be added.
* @param acl ozone acl to be added.
* @return true if acl is added successfully, else false.
* @throws IOException if there is error.
* */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ List<OzoneFileStatus> listStatus(String volumeName, String bucketName,
* Add acl for Ozone object. Return true if acl is added successfully else
* false.
* @param obj Ozone object for which acl should be added.
* @param acl ozone acl top be added.
* @param acl ozone acl to be added.
*
* @throws IOException if there is error.
* */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ public List<OzoneFileStatus> listStatus(String volumeName, String bucketName,
* false.
*
* @param obj Ozone object for which acl should be added.
* @param acl ozone acl top be added.
* @param acl ozone acl to be added.
* @throws IOException if there is error.
*/
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ List<OzoneFileStatus> listStatus(OmKeyArgs keyArgs, boolean recursive,
* Add acl for Ozone object. Return true if acl is added successfully else
* false.
* @param obj Ozone object for which acl should be added.
* @param acl ozone acl top be added.
* @param acl ozone acl to be added.
*
* @throws IOException if there is error.
* */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1428,7 +1428,7 @@ public OmKeyInfo lookupFile(OmKeyArgs args)
* false.
*
* @param obj Ozone object for which acl should be added.
* @param acl ozone acl top be added.
* @param acl ozone acl to be added.
* @throws IOException if there is error.
*/
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ public List<OmBucketInfo> listBuckets(String volumeName,
* false.
*
* @param obj Ozone object for which acl should be added.
* @param acl ozone acl top be added.
* @param acl ozone acl to be added.
* @throws IOException if there is error.
*/
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public interface IOzoneAcl {
* Add acl for Ozone object. Return true if acl is added successfully else
* false.
* @param obj Ozone object for which acl should be added.
* @param acl ozone acl top be added.
* @param acl ozone acl to be added.
*
* @throws IOException if there is error.
* */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1472,7 +1472,7 @@ public OmMultipartUploadListParts listParts(String volumeName,
* false.
*
* @param obj Ozone object for which acl should be added.
* @param acl ozone acl top be added.
* @param acl ozone acl to be added.
* @throws IOException if there is error.
*/
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2907,7 +2907,7 @@ private void auditAcl(OzoneObj ozoneObj, List<OzoneAcl> ozoneAcl,
* false.
*
* @param obj Ozone object for which acl should be added.
* @param acl ozone acl top be added.
* @param acl ozone acl to be added.
* @throws IOException if there is error.
*/
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public OMMetadataManager getMetadataManager() {
* false.
*
* @param obj Ozone object for which acl should be added.
* @param acl ozone acl top be added.
* @param acl ozone acl to be added.
* @throws IOException if there is error.
*/
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ public List<OmVolumeArgs> listVolumes(String userName,
* false.
*
* @param obj Ozone object for which acl should be added.
* @param acl ozone acl top be added.
* @param acl ozone acl to be added.
* @throws IOException if there is error.
*/
@Override
Expand Down