类 OtherConstants
java.lang.Object
com.github.tobato.fastdfs.domain.proto.OtherConstants
fastdfs协议暂时未分类的常量
- 作者:
- yuqih
-
字段概要
字段修饰符和类型字段说明static final longstatic final intstatic final Stringstatic final bytestatic final bytestatic final bytestatic final bytestatic final intstatic final intstatic final intstatic final intstatic final intstatic final Stringstatic final intstatic final bytestatic final intstatic final longstatic final longstatic final int报文头中命令位置static final int报文头中状态码位置static final bytefor replace, insert when the meta item not exist, otherwise update itstatic final bytefor overwrite all old metadatastatic final intstatic final intstatic final longstatic final long -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
STORAGE_SET_METADATA_FLAG_OVERWRITE
public static final byte STORAGE_SET_METADATA_FLAG_OVERWRITEfor overwrite all old metadata- 另请参阅:
-
STORAGE_SET_METADATA_FLAG_MERGE
public static final byte STORAGE_SET_METADATA_FLAG_MERGEfor replace, insert when the meta item not exist, otherwise update it- 另请参阅:
-
FDFS_PROTO_PKG_LEN_SIZE
public static final int FDFS_PROTO_PKG_LEN_SIZE- 另请参阅:
-
FDFS_PROTO_CMD_SIZE
public static final int FDFS_PROTO_CMD_SIZE- 另请参阅:
-
FDFS_PROTO_CONNECTION_LEN
public static final int FDFS_PROTO_CONNECTION_LEN- 另请参阅:
-
FDFS_GROUP_NAME_MAX_LEN
public static final int FDFS_GROUP_NAME_MAX_LEN- 另请参阅:
-
FDFS_IPADDR_SIZE
public static final int FDFS_IPADDR_SIZE- 另请参阅:
-
FDFS_DOMAIN_NAME_MAX_SIZE
public static final int FDFS_DOMAIN_NAME_MAX_SIZE- 另请参阅:
-
FDFS_VERSION_SIZE
public static final int FDFS_VERSION_SIZE- 另请参阅:
-
FDFS_STORAGE_ID_MAX_SIZE
public static final int FDFS_STORAGE_ID_MAX_SIZE- 另请参阅:
-
FDFS_RECORD_SEPERATOR
- 另请参阅:
-
FDFS_FIELD_SEPERATOR
- 另请参阅:
-
TRACKER_QUERY_STORAGE_FETCH_BODY_LEN
public static final int TRACKER_QUERY_STORAGE_FETCH_BODY_LEN- 另请参阅:
-
TRACKER_QUERY_STORAGE_STORE_BODY_LEN
public static final int TRACKER_QUERY_STORAGE_STORE_BODY_LEN- 另请参阅:
-
PROTO_HEADER_CMD_INDEX
public static final int PROTO_HEADER_CMD_INDEX报文头中命令位置- 另请参阅:
-
PROTO_HEADER_STATUS_INDEX
public static final int PROTO_HEADER_STATUS_INDEX报文头中状态码位置- 另请参阅:
-
FDFS_FILE_EXT_NAME_MAX_LEN
public static final byte FDFS_FILE_EXT_NAME_MAX_LEN- 另请参阅:
-
FDFS_FILE_PREFIX_MAX_LEN
public static final byte FDFS_FILE_PREFIX_MAX_LEN- 另请参阅:
-
FDFS_FILE_PATH_LEN
public static final byte FDFS_FILE_PATH_LEN- 另请参阅:
-
FDFS_FILENAME_BASE64_LENGTH
public static final byte FDFS_FILENAME_BASE64_LENGTH- 另请参阅:
-
FDFS_TRUNK_FILE_INFO_LEN
public static final byte FDFS_TRUNK_FILE_INFO_LEN- 另请参阅:
-
INFINITE_FILE_SIZE
public static final long INFINITE_FILE_SIZE- 另请参阅:
-
APPENDER_FILE_SIZE
public static final long APPENDER_FILE_SIZE- 另请参阅:
-
TRUNK_FILE_MARK_SIZE
public static final long TRUNK_FILE_MARK_SIZE- 另请参阅:
-
NORMAL_LOGIC_FILENAME_LENGTH
public static final long NORMAL_LOGIC_FILENAME_LENGTH- 另请参阅:
-
TRUNK_LOGIC_FILENAME_LENGTH
public static final long TRUNK_LOGIC_FILENAME_LENGTH- 另请参阅:
-
-
构造器详细资料
-
OtherConstants
public OtherConstants()
-