org.apache.catalina.tribes.tipis
public static class AbstractReplicatedMap.MapMessage extends Object implements Serializable
Field Summary | |
---|---|
static int | MSG_BACKUP |
static int | MSG_COPY |
static int | MSG_INIT |
static int | MSG_PROXY |
static int | MSG_REMOVE |
static int | MSG_RETRIEVE_BACKUP |
static int | MSG_START |
static int | MSG_STATE |
static int | MSG_STATE_COPY |
static int | MSG_STOP |
Constructor Summary | |
---|---|
MapMessage() | |
MapMessage(byte[] mapId, int msgtype, boolean diff, Serializable key, Serializable value, byte[] diffvalue, Member primary, Member[] nodes) |
Method Summary | |
---|---|
Object | clone()
shallow clone |
void | deserialize(ClassLoader[] cls) |
Member[] | getBackupNodes() |
byte[] | getDiffValue() |
Serializable | getKey() |
byte[] | getKeyData() |
byte[] | getMapId() |
int | getMsgType() |
Member | getPrimary() |
String | getTypeDesc() |
Serializable | getValue() |
byte[] | getValueData() |
boolean | isDiff() |
Serializable | key(ClassLoader[] cls) |
protected Member[] | readMembers(ObjectInput in) |
void | setKey(Serializable key) |
void | setValue(Serializable value) |
String | toString() |
Serializable | value(ClassLoader[] cls) |
protected void | writeMembers(ObjectOutput out, Member[] members) |
Returns: Object