org.apache.zookeeper
Class Environment

java.lang.Object
  extended by org.apache.zookeeper.Environment

public class Environment
extends Object

Provide insight into the runtime environment.


Nested Class Summary
static class Environment.Entry
           
 
Field Summary
static String JAAS_CONF_KEY
           
 
Constructor Summary
Environment()
           
 
Method Summary
static List<Environment.Entry> list()
           
static void logEnv(String msg, org.slf4j.Logger log)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JAAS_CONF_KEY

public static String JAAS_CONF_KEY
Constructor Detail

Environment

public Environment()
Method Detail

list

public static List<Environment.Entry> list()

logEnv

public static void logEnv(String msg,
                          org.slf4j.Logger log)


Copyright © 2013 The Apache Software Foundation