protected static enum FileSystemStateManager.StateLocation extends java.lang.Enum<FileSystemStateManager.StateLocation>
Enum Constant and Description |
---|
EXECUTION_STATE |
LOCKS |
METRICSCACHE_LOCATION |
PACKING_PLAN |
PHYSICAL_PLAN |
SCHEDULER_LOCATION |
TMASTER_LOCATION |
TOPOLOGY |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDirectory(java.lang.String root) |
java.lang.String |
getName() |
java.lang.String |
getNodePath(java.lang.String root,
java.lang.String topology) |
java.lang.String |
getNodePath(java.lang.String root,
java.lang.String topology,
java.lang.String extraToken) |
static FileSystemStateManager.StateLocation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileSystemStateManager.StateLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileSystemStateManager.StateLocation TMASTER_LOCATION
public static final FileSystemStateManager.StateLocation METRICSCACHE_LOCATION
public static final FileSystemStateManager.StateLocation TOPOLOGY
public static final FileSystemStateManager.StateLocation PACKING_PLAN
public static final FileSystemStateManager.StateLocation PHYSICAL_PLAN
public static final FileSystemStateManager.StateLocation EXECUTION_STATE
public static final FileSystemStateManager.StateLocation SCHEDULER_LOCATION
public static final FileSystemStateManager.StateLocation LOCKS
public static FileSystemStateManager.StateLocation[] values()
for (FileSystemStateManager.StateLocation c : FileSystemStateManager.StateLocation.values()) System.out.println(c);
public static FileSystemStateManager.StateLocation 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 namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getName()
public java.lang.String getDirectory(java.lang.String root)
public java.lang.String getNodePath(java.lang.String root, java.lang.String topology)
public java.lang.String getNodePath(java.lang.String root, java.lang.String topology, java.lang.String extraToken)