Package org.apache.zookeeper
Class Environment
- java.lang.Object
-
- org.apache.zookeeper.Environment
-
public class Environment extends Object
Provide insight into the runtime environment.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Environment.Entry
-
Field Summary
Fields Modifier and Type Field Description static String
JAAS_CONF_KEY
-
Constructor Summary
Constructors Constructor Description Environment()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<Environment.Entry>
list()
static void
logEnv(String msg, org.slf4j.Logger log)
-
-
-
Field Detail
-
JAAS_CONF_KEY
public static final String JAAS_CONF_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
list
public static List<Environment.Entry> list()
-
logEnv
public static void logEnv(String msg, org.slf4j.Logger log)
-
-