public class ServerRowRequestReplyMsg extends Msg
INT_LENGTH| Constructor and Description |
|---|
ServerRowRequestReplyMsg() |
| Modifier and Type | Method and Description |
|---|---|
int |
getClock() |
java.nio.ByteBuffer |
getRowData() |
int |
getRowId() |
int |
getTableId() |
int |
getVersion() |
void |
setClock(int clock) |
void |
setRowData(java.nio.ByteBuffer rowData) |
void |
setRowId(int id) |
void |
setTableId(int id) |
void |
setVersion(int version) |
static ServerRowRequestReplyMsg |
wrap(Msg msg) |
addPayload, getMsgType, getNumPayloads, getPayload, getSender, setPayloadpublic static ServerRowRequestReplyMsg 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 int getVersion()
public void setVersion(int version)
public java.nio.ByteBuffer getRowData()
public void setRowData(java.nio.ByteBuffer rowData)