kevinrr888 opened a new pull request, #4077:
URL: https://github.com/apache/accumulo/pull/4077
closes #4038
InstanceOperations:
Did not find any changes needed to be made:
- modifyProperties() returns non-composite (System level only) view as
stated in the javadocs
- getSystemConfiguration() returns composite view as stated in the
javadocs
- getSiteConfiguration() returns non-composite (Site level only) view as
stated in the javadocs
NamespaceOperations:
- modifyProperties() returns non-composite (Namespace level only) view
as stated in the javadocs (no changes here)
- getProperties() returns a composite view. Updated javadocs.
- getConfiguration() returns a composite view. Updated javadocs.
- getNamespaceProperties() returns a non-composite (Namespace level
only) view. Updated javadocs.
TableOperations:
- modifyProperties() returns non-composite (Table level only) view
as stated in the javadocs (no changes here)
- getProperties() returns a composite view. Updated javadocs.
- getConfiguration() returns a composite view. Updated javadocs.
- getTableProperties() returns a non-composite (Table level
only) view. Updated javadocs.
No other methods were applicable.
--
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]