public class RowRequestMsg extends Msg
INT_LENGTH| Constructor and Description |
|---|
RowRequestMsg() |
| Modifier and Type | Method and Description |
|---|---|
int |
getClock() |
boolean |
getForcedRequest() |
int |
getRowId() |
int |
getTableId() |
void |
setClock(int clock) |
void |
setForcedRequest(boolean forcedRequest) |
void |
setRowId(int id) |
void |
setTableId(int id) |
static RowRequestMsg |
wrap(Msg msg) |
addPayload, getMsgType, getNumPayloads, getPayload, getSender, setPayloadpublic static RowRequestMsg wrap(Msg msg)
public int getTableId()
public void setTableId(int id)
public int getRowId()
public void setRowId(int id)
public int getClock()
public void setClock(int clock)
public boolean getForcedRequest()
public void setForcedRequest(boolean forcedRequest)