public final class QueueConfig
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
KEY_INPUT |
static java.lang.String |
KEY_OUTPUT |
| Constructor and Description |
|---|
QueueConfig() |
QueueConfig(QueueConfig other) |
| Modifier and Type | Method and Description |
|---|---|
int |
getInput() |
int |
getOutput() |
void |
setInput(int input) |
void |
setOutput(int output) |
public static final java.lang.String KEY_INPUT
public static final java.lang.String KEY_OUTPUT
public QueueConfig()
public QueueConfig(QueueConfig other)