Package org.shoal.ha.cache.impl.command
Class ReplicationCommandOpcode
- java.lang.Object
-
- org.shoal.ha.cache.impl.command.ReplicationCommandOpcode
-
public class ReplicationCommandOpcode extends java.lang.Object- Author:
- Mahesh Kannan
-
-
Field Summary
Fields Modifier and Type Field Description static byteLOAD_REQUESTstatic byteLOAD_RESPONSEstatic byteNOOP_COMMANDstatic byteREMOVEstatic byteREMOVE_EXPIREDstatic byteREMOVE_EXPIRED_RESULTstatic byteREPLICATION_FRAME_PAYLOADstatic byteSAVEstatic byteSIMPLE_ACK_COMMANDstatic byteSIZE_REQUESTstatic byteSIZE_RESPONSEstatic byteSTALE_REMOVEstatic byteSTOREABLE_FULL_SAVE_COMMANDstatic byteSTOREABLE_LOAD_RESPONSEstatic byteSTOREABLE_REMOVEstatic byteSTOREABLE_SAVEstatic byteSTOREABLE_TOUCHstatic byteSTOREABLE_UNICAST_LOAD_REQUESTstatic byteTOUCH
-
Constructor Summary
Constructors Constructor Description ReplicationCommandOpcode()
-
-
-
Field Detail
-
REPLICATION_FRAME_PAYLOAD
public static final byte REPLICATION_FRAME_PAYLOAD
- See Also:
- Constant Field Values
-
SIMPLE_ACK_COMMAND
public static final byte SIMPLE_ACK_COMMAND
- See Also:
- Constant Field Values
-
SAVE
public static final byte SAVE
- See Also:
- Constant Field Values
-
LOAD_REQUEST
public static final byte LOAD_REQUEST
- See Also:
- Constant Field Values
-
REMOVE
public static final byte REMOVE
- See Also:
- Constant Field Values
-
LOAD_RESPONSE
public static final byte LOAD_RESPONSE
- See Also:
- Constant Field Values
-
TOUCH
public static final byte TOUCH
- See Also:
- Constant Field Values
-
REMOVE_EXPIRED
public static final byte REMOVE_EXPIRED
- See Also:
- Constant Field Values
-
REMOVE_EXPIRED_RESULT
public static final byte REMOVE_EXPIRED_RESULT
- See Also:
- Constant Field Values
-
STALE_REMOVE
public static final byte STALE_REMOVE
- See Also:
- Constant Field Values
-
SIZE_REQUEST
public static final byte SIZE_REQUEST
- See Also:
- Constant Field Values
-
SIZE_RESPONSE
public static final byte SIZE_RESPONSE
- See Also:
- Constant Field Values
-
STOREABLE_SAVE
public static final byte STOREABLE_SAVE
- See Also:
- Constant Field Values
-
STOREABLE_UNICAST_LOAD_REQUEST
public static final byte STOREABLE_UNICAST_LOAD_REQUEST
- See Also:
- Constant Field Values
-
STOREABLE_REMOVE
public static final byte STOREABLE_REMOVE
- See Also:
- Constant Field Values
-
STOREABLE_LOAD_RESPONSE
public static final byte STOREABLE_LOAD_RESPONSE
- See Also:
- Constant Field Values
-
STOREABLE_TOUCH
public static final byte STOREABLE_TOUCH
- See Also:
- Constant Field Values
-
STOREABLE_FULL_SAVE_COMMAND
public static final byte STOREABLE_FULL_SAVE_COMMAND
- See Also:
- Constant Field Values
-
NOOP_COMMAND
public static final byte NOOP_COMMAND
- See Also:
- Constant Field Values
-
-