public class MsgType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BG_CLOCK |
static int |
BG_SEND_OP_LOG |
static int |
CLIENT_CONNECT |
static int |
CLIENT_SEND_OP_LOG |
static int |
CLIENT_SHUT_DOWN |
static int |
CLIENT_START |
static int |
CONNECT_SERVER |
static int |
GLOBAL_BARRIER |
static int |
GLOBAL_BARRIER_REPLY |
static int |
ROW_REQUEST |
static int |
ROW_REQUEST_REPLY |
static int |
SERVER_CONNECT |
static int |
SERVER_PUSH_ROW |
static int |
SERVER_ROW_REQUEST_REPLY |
static int |
SERVER_SHUTDOWN_ACK |
static int |
WORKER_THREAD_DEREG |
static int |
WORKER_THREAD_REG |
static int |
WORKER_THREAD_REG_REPLY |
| Constructor and Description |
|---|
MsgType() |
public static final int CLIENT_CONNECT
public static final int SERVER_CONNECT
public static final int ROW_REQUEST
public static final int ROW_REQUEST_REPLY
public static final int SERVER_ROW_REQUEST_REPLY
public static final int BG_CLOCK
public static final int BG_SEND_OP_LOG
public static final int CLIENT_SEND_OP_LOG
public static final int CONNECT_SERVER
public static final int CLIENT_START
public static final int WORKER_THREAD_REG
public static final int WORKER_THREAD_REG_REPLY
public static final int WORKER_THREAD_DEREG
public static final int CLIENT_SHUT_DOWN
public static final int SERVER_SHUTDOWN_ACK
public static final int SERVER_PUSH_ROW
public static final int GLOBAL_BARRIER
public static final int GLOBAL_BARRIER_REPLY