public enum Config extends Enum<Config>
Enum Constant and Description |
---|
CLOCK_PRECISION |
COMMAND_PIPE_GRANULARITY |
IN_BATCH_SIZE |
INBOUND_POLL_RATE |
MAX_COMMAND_DELAY |
MAX_IO_EVENTS |
MAX_WM_DELTA |
MESSAGE_PIPE_GRANULARITY |
OUT_BATCH_SIZE |
PGM_MAX_TPDU |
SIGNALER_PORT |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static Config |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Config[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Config MESSAGE_PIPE_GRANULARITY
public static final Config COMMAND_PIPE_GRANULARITY
public static final Config INBOUND_POLL_RATE
public static final Config IN_BATCH_SIZE
public static final Config OUT_BATCH_SIZE
public static final Config MAX_WM_DELTA
public static final Config MAX_IO_EVENTS
public static final Config MAX_COMMAND_DELAY
public static final Config CLOCK_PRECISION
public static final Config PGM_MAX_TPDU
public static final Config SIGNALER_PORT
public static Config[] values()
for (Config c : Config.values()) System.out.println(c);
public static Config valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getValue()
Copyright © 2021. All rights reserved.