类 StatusConstants
java.lang.Object
com.github.tobato.fastdfs.domain.proto.StatusConstants
fastdfs协议服务端状态的常量
- 作者:
- yuqih
-
字段概要
字段修饰符和类型字段说明static final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final byte -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
FDFS_STORAGE_STATUS_INIT
public static final byte FDFS_STORAGE_STATUS_INIT- 另请参阅:
-
FDFS_STORAGE_STATUS_WAIT_SYNC
public static final byte FDFS_STORAGE_STATUS_WAIT_SYNC- 另请参阅:
-
FDFS_STORAGE_STATUS_SYNCING
public static final byte FDFS_STORAGE_STATUS_SYNCING- 另请参阅:
-
FDFS_STORAGE_STATUS_IP_CHANGED
public static final byte FDFS_STORAGE_STATUS_IP_CHANGED- 另请参阅:
-
FDFS_STORAGE_STATUS_DELETED
public static final byte FDFS_STORAGE_STATUS_DELETED- 另请参阅:
-
FDFS_STORAGE_STATUS_OFFLINE
public static final byte FDFS_STORAGE_STATUS_OFFLINE- 另请参阅:
-
FDFS_STORAGE_STATUS_ONLINE
public static final byte FDFS_STORAGE_STATUS_ONLINE- 另请参阅:
-
FDFS_STORAGE_STATUS_ACTIVE
public static final byte FDFS_STORAGE_STATUS_ACTIVE- 另请参阅:
-
FDFS_STORAGE_STATUS_NONE
public static final byte FDFS_STORAGE_STATUS_NONE- 另请参阅:
-
-
构造器详细资料
-
StatusConstants
public StatusConstants()
-