public static enum IngestServerTester.IngestTestState extends java.lang.Enum<IngestServerTester.IngestTestState>
Enum Constant and Description |
---|
Cancelled |
ConnectingToServer |
DoneTestingServer |
Failed |
Finished |
Starting |
TestingServer |
Uninitalized |
Modifier and Type | Method and Description |
---|---|
static IngestServerTester.IngestTestState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IngestServerTester.IngestTestState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IngestServerTester.IngestTestState Uninitalized
public static final IngestServerTester.IngestTestState Starting
public static final IngestServerTester.IngestTestState ConnectingToServer
public static final IngestServerTester.IngestTestState TestingServer
public static final IngestServerTester.IngestTestState DoneTestingServer
public static final IngestServerTester.IngestTestState Finished
public static final IngestServerTester.IngestTestState Cancelled
public static final IngestServerTester.IngestTestState Failed
public static IngestServerTester.IngestTestState[] values()
for (IngestServerTester.IngestTestState c : IngestServerTester.IngestTestState.values()) System.out.println(c);
public static IngestServerTester.IngestTestState 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 null