| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final short |
CMD_CREATE_FILE |
1 |
public static final short |
CMD_DUMP_NAMENODE |
10 |
public static final short |
CMD_GET_BLOCK |
6 |
public static final short |
CMD_GET_DATANODE |
12 |
public static final short |
CMD_GET_FILE |
2 |
public static final short |
CMD_GET_LOCATION |
7 |
public static final short |
CMD_PING_NAMENODE |
11 |
public static final short |
CMD_REMOVE_FILE |
4 |
public static final short |
CMD_RENAME_FILE |
5 |
public static final short |
CMD_SET_BLOCK |
8 |
public static final short |
CMD_SET_FILE |
3 |
public static final short |
REQ_CREATE_FILE |
1 |
public static final short |
REQ_DUMP_NAMENODE |
10 |
public static final short |
REQ_GET_BLOCK |
6 |
public static final short |
REQ_GET_DATANODE |
12 |
public static final short |
REQ_GET_FILE |
2 |
public static final short |
REQ_GET_LOCATION |
7 |
public static final short |
REQ_PING_NAMENODE |
11 |
public static final short |
REQ_REMOVE_FILE |
4 |
public static final short |
REQ_RENAME_FILE |
5 |
public static final short |
REQ_SET_BLOCK |
8 |
public static final short |
REQ_SET_FILE |
3 |
public static final short |
RES_CREATE_FILE |
2 |
public static final short |
RES_DELETE_FILE |
4 |
public static final short |
RES_GET_BLOCK |
6 |
public static final short |
RES_GET_DATANODE |
10 |
public static final short |
RES_GET_FILE |
3 |
public static final short |
RES_GET_LOCATION |
7 |
public static final short |
RES_PING_NAMENODE |
9 |
public static final short |
RES_RENAME_FILE |
5 |
public static final short |
RES_VOID |
1 |
Copyright © 2018 The Apache Software Foundation. All rights reserved.