brianloss commented on a change in pull request #1891:
URL: https://github.com/apache/accumulo/pull/1891#discussion_r567310501



##########
File path: 
core/src/main/java/org/apache/accumulo/core/client/PluginEnvironment.java
##########
@@ -33,10 +35,7 @@
  */
 public interface PluginEnvironment {
 
-  /**
-   * @since 2.1.0
-   */

Review comment:
       Thanks, updated for the next commit.

##########
File path: 
core/src/main/java/org/apache/accumulo/core/client/PluginEnvironment.java
##########
@@ -122,6 +121,16 @@
      */
     @Override
     Iterator<Entry<String,String>> iterator();
+
+    /**
+     * Returns a derived value from this Configuration. The returned value 
supplier is thread-safe
+     * and attempts to avoid re-computation of the response. The intended use 
for a derived value is
+     * to ensure that configuration changes that may be made in Zookeeper, for 
example, are always
+     * reflected in the returned value.
+     *
+     * @since 2.1.0

Review comment:
       Thanks, updated for the next commit.




----------------------------------------------------------------
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:
[email protected]


Reply via email to