public final class PauseState
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PauseState.PauseLocation |
| Modifier and Type | Method and Description |
|---|---|
static PauseState |
createPauseState(java.nio.ByteOrder order,
int columnCount,
byte[] row) |
int |
getBreakpointId()
Id of breakpoint that has triggered on this stream.
|
int |
getHistorySize()
Number of rows that will be kept in history
|
int |
getInSequence()
Incremented when row read from input queue
|
PauseState.PauseLocation |
getLocation()
Location in the lifecycle this stream is paused in
|
java.lang.String |
getName()
The name of the stream this state is associated with
|
int |
getOutSequence()
Incremented when row written to output queue
|
int |
getPostSequence()
Incremented when row posted to input queue
|
int |
getStepSequence()
Counts step in debug mode
|
int |
getThrottleSize()
Size of input queue
|
java.lang.String |
toString() |
public static PauseState createPauseState(java.nio.ByteOrder order, int columnCount, byte[] row)
public java.lang.String getName()
public PauseState.PauseLocation getLocation()
public int getBreakpointId()
public int getThrottleSize()
public int getHistorySize()
public int getPostSequence()
public int getInSequence()
public int getOutSequence()
public int getStepSequence()
public java.lang.String toString()
toString in class java.lang.Object