milleruntime commented on PR #2986:
URL: https://github.com/apache/accumulo/pull/2986#issuecomment-1263499527
If you are going to add a new method, why not give the user more control
with something like:
<pre>
/**
* Get specific set of system configuration properties.
*/
Map<String,String> getSystemConfiguration(ConfigurationType type);
</pre>
We already have a thrift type for `ConfigurationType` so it could be new API
Enum:
<pre>
enum ConfigurationType {
CURRENT, SITE, DEFAULT
}
</pre>
--
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]