public class StreamingStateMachine extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
StreamingStateMachine.StreamingState |
| Modifier and Type | Field and Description |
|---|---|
static int |
ERROR |
static int |
NONE |
static int |
READY |
static int |
STARTED |
static int |
STOPPED |
| Constructor and Description |
|---|
StreamingStateMachine() |
public static final int NONE
public static final int READY
public static final int STARTED
public static final int STOPPED
public static final int ERROR