| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
POOL_CONFIG_PREFIX |
"fdfs.pool" |
public static final String |
ROOT_CONFIG_PREFIX |
"fdfs" |
public static final String |
THUMB_IMAGE_CONFIG_PREFIX |
"fdfs.thumb-image" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final boolean |
FDFS_BLOCK_WHEN_EXHAUSTED |
true |
public static final String |
FDFS_JMX_NAME_BASE |
"com.github.tobato.fastdfs.conn:type=FdfsConnectionPool" |
public static final String |
FDFS_JMX_NAME_PREFIX |
"fdfsPool" |
public static final int |
FDFS_MAX_TOTAL |
50 |
public static final long |
FDFS_MAX_WAIT_MILLIS |
100L |
public static final long |
FDFS_MIN_EVICTABLE_IDLETIME_MILLIS |
180000L |
public static final int |
FDFS_NUM_TESTS_PEREVICTION_RUN |
-1 |
public static final boolean |
FDFS_TEST_WHILE_IDLE |
true |
public static final long |
FDFS_TIME_BETWEEN_EVICTION_RUNS_MILLIS |
60000L |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final byte |
ERR_NO_CONNREFUSED |
61 |
public static final byte |
ERR_NO_EALREADY |
114 |
public static final byte |
ERR_NO_EBUSY |
16 |
public static final byte |
ERR_NO_EINVAL |
22 |
public static final byte |
ERR_NO_EIO |
5 |
public static final byte |
ERR_NO_ENOENT |
2 |
public static final byte |
ERR_NO_ENOSPC |
28 |
public static final byte |
SUCCESS |
0 |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final long |
APPENDER_FILE_SIZE |
288230376151711744L |
public static final int |
FDFS_DOMAIN_NAME_MAX_SIZE |
128 |
public static final String |
FDFS_FIELD_SEPERATOR |
"\u0002" |
public static final byte |
FDFS_FILE_EXT_NAME_MAX_LEN |
6 |
public static final byte |
FDFS_FILE_PATH_LEN |
10 |
public static final byte |
FDFS_FILE_PREFIX_MAX_LEN |
16 |
public static final byte |
FDFS_FILENAME_BASE64_LENGTH |
27 |
public static final int |
FDFS_GROUP_NAME_MAX_LEN |
16 |
public static final int |
FDFS_IPADDR_SIZE |
16 |
public static final int |
FDFS_PROTO_CMD_SIZE |
1 |
public static final int |
FDFS_PROTO_CONNECTION_LEN |
4 |
public static final int |
FDFS_PROTO_PKG_LEN_SIZE |
8 |
public static final String |
FDFS_RECORD_SEPERATOR |
"\u0001" |
public static final int |
FDFS_STORAGE_ID_MAX_SIZE |
16 |
public static final byte |
FDFS_TRUNK_FILE_INFO_LEN |
16 |
public static final int |
FDFS_VERSION_SIZE |
6 |
public static final long |
INFINITE_FILE_SIZE |
288230376151711744L |
public static final long |
NORMAL_LOGIC_FILENAME_LENGTH |
44L |
public static final int |
PROTO_HEADER_CMD_INDEX |
8 |
public static final int |
PROTO_HEADER_STATUS_INDEX |
9 |
public static final byte |
STORAGE_SET_METADATA_FLAG_MERGE |
77 |
public static final byte |
STORAGE_SET_METADATA_FLAG_OVERWRITE |
79 |
public static final int |
TRACKER_QUERY_STORAGE_FETCH_BODY_LEN |
39 |
public static final int |
TRACKER_QUERY_STORAGE_STORE_BODY_LEN |
40 |
public static final long |
TRUNK_FILE_MARK_SIZE |
576460752303423488L |
public static final long |
TRUNK_LOGIC_FILENAME_LENGTH |
60L |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final byte |
FDFS_STORAGE_STATUS_ACTIVE |
7 |
public static final byte |
FDFS_STORAGE_STATUS_DELETED |
4 |
public static final byte |
FDFS_STORAGE_STATUS_INIT |
0 |
public static final byte |
FDFS_STORAGE_STATUS_IP_CHANGED |
3 |
public static final byte |
FDFS_STORAGE_STATUS_NONE |
99 |
public static final byte |
FDFS_STORAGE_STATUS_OFFLINE |
5 |
public static final byte |
FDFS_STORAGE_STATUS_ONLINE |
6 |
public static final byte |
FDFS_STORAGE_STATUS_SYNCING |
2 |
public static final byte |
FDFS_STORAGE_STATUS_WAIT_SYNC |
1 |
Copyright © 2018. All rights reserved.