|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ZkPath>
org.fusesource.fabric.zookeeper.ZkPath
public enum ZkPath
Set of paths which are used by fon.
| Method Summary | |
|---|---|
java.lang.String |
getPath(java.util.Map<java.lang.String,java.lang.String> args)
Gets path. |
java.lang.String |
getPath(java.lang.String... args)
Gets path. |
static ZkPath |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ZkPath[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ZkPath CONFIGS_AGENTS
public static final ZkPath CONFIG_AGENT
public static final ZkPath CONFIG_DEFAULT_VERSION
public static final ZkPath CONFIG_VERSIONS
public static final ZkPath CONFIG_VERSION
public static final ZkPath CONFIG_VERSIONS_PROFILES
public static final ZkPath CONFIG_VERSIONS_PROFILE
public static final ZkPath CONFIG_VERSIONS_AGENT
public static final ZkPath AGENTS
public static final ZkPath AGENT
public static final ZkPath AGENT_DOMAINS
public static final ZkPath AGENT_DOMAIN
public static final ZkPath AGENT_ALIVE
public static final ZkPath AGENT_IP
public static final ZkPath AGENT_ROOT
public static final ZkPath AGENT_JMX
public static final ZkPath AGENT_SSH
public static final ZkPath AGENT_LOCATION
| Method Detail |
|---|
public static ZkPath[] values()
for (ZkPath c : ZkPath.values()) System.out.println(c);
public static ZkPath valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String getPath(java.lang.String... args)
args - Values of path variables.
public java.lang.String getPath(java.util.Map<java.lang.String,java.lang.String> args)
args - Values of path variables.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||