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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAVE
public static final byte SAVE
- See Also:
- Constant Field Values
SAVE_DELTA
public static final byte SAVE_DELTA
- 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
STALE_REMOVE
public static final byte STALE_REMOVE
- See Also:
- Constant Field Values
BROADCAST_LOAD_REQUEST
public static final byte BROADCAST_LOAD_REQUEST
- 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_BROADCAST_LOAD_REQUEST
public static final byte STOREABLE_BROADCAST_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_REMOVE_EXPIRED
public static final byte STOREABLE_REMOVE_EXPIRED
- See Also:
- Constant Field Values
STOREABLE_STALE_REMOVE
public static final byte STOREABLE_STALE_REMOVE
- See Also:
- Constant Field Values
STOREABLE_FULL_SAVE_COMMAND
public static final byte STOREABLE_FULL_SAVE_COMMAND
- See Also:
- Constant Field Values
REPLICATION_FRAME_PAYLOAD
public static final byte REPLICATION_FRAME_PAYLOAD
- See Also:
- Constant Field Values
MONITOR_LIST_BACKING_STORE_CONF
public static final byte MONITOR_LIST_BACKING_STORE_CONF
- See Also:
- Constant Field Values
MONITOR_LIST_BACKING_STORE_CONF_RESPONSE
public static final byte MONITOR_LIST_BACKING_STORE_CONF_RESPONSE
- See Also:
- Constant Field Values
MONITOR_LIST_REPLICA_STORE_ENTRIES
public static final byte MONITOR_LIST_REPLICA_STORE_ENTRIES
- See Also:
- Constant Field Values
ReplicationCommandOpcode
public ReplicationCommandOpcode()
Copyright © 2010. All Rights Reserved.