public class ReplicationCommandOpcode extends Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
LOAD_REQUEST |
static byte |
LOAD_RESPONSE |
static byte |
NOOP_COMMAND |
static byte |
REMOVE |
static byte |
REMOVE_EXPIRED |
static byte |
REMOVE_EXPIRED_RESULT |
static byte |
REPLICATION_FRAME_PAYLOAD |
static byte |
SAVE |
static byte |
SIMPLE_ACK_COMMAND |
static byte |
SIZE_REQUEST |
static byte |
SIZE_RESPONSE |
static byte |
STALE_REMOVE |
static byte |
STOREABLE_FULL_SAVE_COMMAND |
static byte |
STOREABLE_LOAD_RESPONSE |
static byte |
STOREABLE_REMOVE |
static byte |
STOREABLE_SAVE |
static byte |
STOREABLE_TOUCH |
static byte |
STOREABLE_UNICAST_LOAD_REQUEST |
static byte |
TOUCH |
| Constructor and Description |
|---|
ReplicationCommandOpcode() |
public static final byte REPLICATION_FRAME_PAYLOAD
public static final byte SIMPLE_ACK_COMMAND
public static final byte SAVE
public static final byte LOAD_REQUEST
public static final byte REMOVE
public static final byte LOAD_RESPONSE
public static final byte TOUCH
public static final byte REMOVE_EXPIRED
public static final byte REMOVE_EXPIRED_RESULT
public static final byte STALE_REMOVE
public static final byte SIZE_REQUEST
public static final byte SIZE_RESPONSE
public static final byte STOREABLE_SAVE
public static final byte STOREABLE_UNICAST_LOAD_REQUEST
public static final byte STOREABLE_REMOVE
public static final byte STOREABLE_LOAD_RESPONSE
public static final byte STOREABLE_TOUCH
public static final byte STOREABLE_FULL_SAVE_COMMAND
public static final byte NOOP_COMMAND
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.