You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2020/09/06 20:32:48 UTC

[GitHub] [accumulo] ctubbsii commented on a change in pull request #1701: Add method to get properties with a prefix

ctubbsii commented on a change in pull request #1701:
URL: https://github.com/apache/accumulo/pull/1701#discussion_r484111074



##########
File path: core/src/main/java/org/apache/accumulo/core/client/PluginEnvironment.java
##########
@@ -55,6 +55,15 @@
      */
     String get(String key);
 
+    /**
+     * Returns all properties with a given prefix
+     *
+     * @param prefix
+     *          prefix of properties to be returned
+     * @return all properties with a given prefix
+     */

Review comment:
       2.1.0 would be the version we would add this kind of thing to.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org