public static enum SolaceIO.SubmissionMode extends java.lang.Enum<SolaceIO.SubmissionMode>
Enum Constant and Description |
---|
HIGHER_THROUGHPUT |
LOWER_LATENCY |
Modifier and Type | Method and Description |
---|---|
static SolaceIO.SubmissionMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SolaceIO.SubmissionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SolaceIO.SubmissionMode HIGHER_THROUGHPUT
public static final SolaceIO.SubmissionMode LOWER_LATENCY
public static SolaceIO.SubmissionMode[] values()
for (SolaceIO.SubmissionMode c : SolaceIO.SubmissionMode.values()) System.out.println(c);
public static SolaceIO.SubmissionMode 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