类 SparrowMessageServiceConstant
- java.lang.Object
-
- com.github.thierrysquirrel.sparrow.server.database.service.core.constant.SparrowMessageServiceConstant
-
public final class SparrowMessageServiceConstant extends Object
ClassName: SparrowMessageServiceConstant Description: date: 2020/12/7 18:41- 从以下版本开始:
- JDK 1.8
- 作者:
- ThierrySquirrel
-
-
字段概要
字段 修饰符和类型 字段 说明 static intDELETE_MESSAGE_NUMBERstatic intFIND_ALL_MESSAGE_NUMBERstatic ByteIS_DELETEstatic ByteIS_NOT_DELETEstatic intRETENTION_TIME_DAY
-
-
-
字段详细资料
-
IS_DELETE
public static final Byte IS_DELETE
-
IS_NOT_DELETE
public static final Byte IS_NOT_DELETE
-
RETENTION_TIME_DAY
public static final int RETENTION_TIME_DAY
- 另请参阅:
- 常量字段值
-
DELETE_MESSAGE_NUMBER
public static final int DELETE_MESSAGE_NUMBER
- 另请参阅:
- 常量字段值
-
FIND_ALL_MESSAGE_NUMBER
public static final int FIND_ALL_MESSAGE_NUMBER
- 另请参阅:
- 常量字段值
-
-