org.shoal.ha.cache.impl.command
Class ReplicationCommandOpcode

java.lang.Object
  extended by org.shoal.ha.cache.impl.command.ReplicationCommandOpcode

public class ReplicationCommandOpcode
extends java.lang.Object

Author:
Mahesh Kannan

Field Summary
static byte BROADCAST_LOAD_REQUEST
           
static byte LOAD_REQUEST
           
static byte LOAD_RESPONSE
           
static byte MONITOR_LIST_BACKING_STORE_CONF
           
static byte MONITOR_LIST_BACKING_STORE_CONF_RESPONSE
           
static byte MONITOR_LIST_REPLICA_STORE_ENTRIES
           
static byte REMOVE
           
static byte REMOVE_EXPIRED
           
static byte REPLICATION_FRAME_PAYLOAD
           
static byte SAVE
           
static byte SAVE_DELTA
           
static byte STALE_REMOVE
           
static byte STOREABLE_BROADCAST_LOAD_REQUEST
           
static byte STOREABLE_FULL_SAVE_COMMAND
           
static byte STOREABLE_LOAD_RESPONSE
           
static byte STOREABLE_REMOVE
           
static byte STOREABLE_REMOVE_EXPIRED
           
static byte STOREABLE_SAVE
           
static byte STOREABLE_STALE_REMOVE
           
static byte STOREABLE_TOUCH
           
static byte STOREABLE_UNICAST_LOAD_REQUEST
           
static byte TOUCH
           
 
Constructor Summary
ReplicationCommandOpcode()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ReplicationCommandOpcode

public ReplicationCommandOpcode()


Copyright © 2010. All Rights Reserved.