Class StatusConstants
java.lang.Object
com.github.tobato.fastdfs.domain.proto.StatusConstants
fastdfs协议服务端状态的常量
- Author:
- yuqih
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final byte -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FDFS_STORAGE_STATUS_INIT
public static final byte FDFS_STORAGE_STATUS_INIT- See Also:
-
FDFS_STORAGE_STATUS_WAIT_SYNC
public static final byte FDFS_STORAGE_STATUS_WAIT_SYNC- See Also:
-
FDFS_STORAGE_STATUS_SYNCING
public static final byte FDFS_STORAGE_STATUS_SYNCING- See Also:
-
FDFS_STORAGE_STATUS_IP_CHANGED
public static final byte FDFS_STORAGE_STATUS_IP_CHANGED- See Also:
-
FDFS_STORAGE_STATUS_DELETED
public static final byte FDFS_STORAGE_STATUS_DELETED- See Also:
-
FDFS_STORAGE_STATUS_OFFLINE
public static final byte FDFS_STORAGE_STATUS_OFFLINE- See Also:
-
FDFS_STORAGE_STATUS_ONLINE
public static final byte FDFS_STORAGE_STATUS_ONLINE- See Also:
-
FDFS_STORAGE_STATUS_ACTIVE
public static final byte FDFS_STORAGE_STATUS_ACTIVE- See Also:
-
FDFS_STORAGE_STATUS_NONE
public static final byte FDFS_STORAGE_STATUS_NONE- See Also:
-
-
Constructor Details
-
StatusConstants
public StatusConstants()
-