Modify config variable documentation
Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/257f1d35 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/257f1d35 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/257f1d35 Branch: refs/heads/1.x-branch Commit: 257f1d355367a3ea24e099f65a3b11c3907e037a Parents: 6811c9b Author: Kishor Patil <[email protected]> Authored: Thu Feb 4 14:47:32 2016 -0600 Committer: Kishor Patil <[email protected]> Committed: Fri Feb 5 19:30:06 2016 +0000 ---------------------------------------------------------------------- storm-core/src/jvm/org/apache/storm/Config.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/257f1d35/storm-core/src/jvm/org/apache/storm/Config.java ---------------------------------------------------------------------- diff --git a/storm-core/src/jvm/org/apache/storm/Config.java b/storm-core/src/jvm/org/apache/storm/Config.java index a456bb2..df0e64c 100644 --- a/storm-core/src/jvm/org/apache/storm/Config.java +++ b/storm-core/src/jvm/org/apache/storm/Config.java @@ -140,7 +140,8 @@ public class Config extends HashMap<String, Object> { public static final String STORM_META_SERIALIZATION_DELEGATE = "storm.meta.serialization.delegate"; /** - * A list of daemon metrics reporter plugin class names. + * A list of daemon metrics reporter plugin class names. The classes should implement + * These plugins must implement {@link org.apache.storm.daemon.metrics.reporters.PreparableReporter} interface. */ @isStringList public static final String STORM_DAEMON_METRICS_REPORTER_PLUGINS = "storm.daemon.metrics.reporter.plugins";
