org.neo4j.kernel.info
Enum DiagnosticsPhase
java.lang.Object
java.lang.Enum<DiagnosticsPhase>
org.neo4j.kernel.info.DiagnosticsPhase
- All Implemented Interfaces:
- Serializable, Comparable<DiagnosticsPhase>
public enum DiagnosticsPhase
- extends Enum<DiagnosticsPhase>
REQUESTED
public static final DiagnosticsPhase REQUESTED
EXPLICIT
public static final DiagnosticsPhase EXPLICIT
CREATED
public static final DiagnosticsPhase CREATED
INITIALIZED
public static final DiagnosticsPhase INITIALIZED
STARTED
public static final DiagnosticsPhase STARTED
LOG_ROTATION
public static final DiagnosticsPhase LOG_ROTATION
STOPPING
public static final DiagnosticsPhase STOPPING
SHUTDOWN
public static final DiagnosticsPhase SHUTDOWN
values
public static DiagnosticsPhase[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (DiagnosticsPhase c : DiagnosticsPhase.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static DiagnosticsPhase valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
isInitialization
public boolean isInitialization()
isExplicitlyRequested
public boolean isExplicitlyRequested()
toString
public String toString()
- Overrides:
toString
in class Enum<DiagnosticsPhase>
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.