Package org.apache.storm.command
Class ConfigValue
- java.lang.Object
-
- org.apache.storm.command.ConfigValue
-
public final class ConfigValue extends Object
Read a value from the topology config map.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
Read the topology config and return the value for the given key.
-
-
-
Method Detail
-
main
public static void main(String[] args)
Read the topology config and return the value for the given key.- Parameters:
args
- - an array of length 1 containing the key to fetch.
-
-