| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
BUFFER_SIZE |
10240 |
public static final int |
HeaderSize |
18 |
public static final int |
MAX_CONN_EACH_STORAGE_SERVER |
10 |
public static final String |
MD5_REGEX |
"[0-9a-fA-F]{32}" |
public static final int |
O_CONNECT |
1 |
public static final int |
O_DOWNLOAD_FILE |
4 |
public static final int |
O_PULL_NEW_FILES |
8 |
public static final int |
O_QUERY_FILE |
3 |
public static final int |
O_REG_FILE |
6 |
public static final int |
O_REG_STORAGE |
5 |
public static final int |
O_RESPONSE |
2 |
public static final int |
O_SYNC_MEMBERS |
10 |
public static final int |
O_SYNC_STORAGE |
7 |
public static final int |
O_UPLOAD |
9 |
public static final String |
PATH_REGEX |
"([0-9a-zA-Z_]{1,10})/([0-9a-zA-Z_]{1,10})/([MS])/([0-9a-fA-F]{32})" |
public static final int |
STATUS_BAD_SECRET |
1 |
public static final int |
STATUS_INTERNAL_SERVER_ERROR |
3 |
public static final int |
STATUS_NOT_FOUND |
4 |
public static final int |
STATUS_OK |
0 |
public static final int |
STATUS_OPERATION_NOT_SUPPORT |
2 |
Copyright © 2018. All rights reserved.