[ https://issues.apache.org/jira/browse/ACCUMULO-1069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13809080#comment-13809080
]
ASF subversion and git services commented on ACCUMULO-1069:
-----------------------------------------------------------
Commit 345b0a6d2a15a55394938699bdf997afb553d735 in branch refs/heads/1.4.5-SNAPSHOT from [~keith_turner]
[ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=345b0a6 ]
ACCUMULO-1069 updated javadocs for instance operations to get config
> InstanceOperations get/set/remove Property methods are ambiguous
> ----------------------------------------------------------------
>
> Key: ACCUMULO-1069
> URL: https://issues.apache.org/jira/browse/ACCUMULO-1069
> Project: Accumulo
> Issue Type: Improvement
> Components: client
> Reporter: Jim Klucar
> Assignee: Keith Turner
> Priority: Minor
> Labels: documentation, javadoc
> Fix For: 1.6.0
>
>
> InstanceOperations contains several methods for property manipulation that are ambiguous.
The current API has setProperty and removeProperty methods, but two getters: getSystemConfiguration
getSiteConfguration. It is not clear which configuration the properties are being set for.
I suggest deprecating and adding setSystemProperty and removeSystemProperty methods.
--
This message was sent by Atlassian JIRA
(v6.1#6144)
|