索引
All Classes and Interfaces|常量字段值|所有程序包|序列化表格
B
- BOTH - enum class 中的枚举常量 cn.herodotus.engine.cache.core.enums.CacheMethod
C
- CacheConstants - cn.herodotus.engine.cache.core.constants中的接口
-
Description: Cache Property值常量
- CacheErrorCodes - cn.herodotus.engine.cache.core.constants中的接口
-
Description: Cache 相关错误代码
- CacheMethod - cn.herodotus.engine.cache.core.enums中的Enum Class
-
Description: 缓存方式
- CacheProperties - cn.herodotus.engine.cache.core.properties中的类
-
Description: 缓存配置属性
- CacheProperties() - 类的构造器 cn.herodotus.engine.cache.core.properties.CacheProperties
- CacheSetting - cn.herodotus.engine.cache.core.properties中的类
-
Description: 自定义二级缓存过期时间通用属性
- CacheSetting() - 类的构造器 cn.herodotus.engine.cache.core.properties.CacheSetting
- cn.herodotus.engine.cache.core.constants - 程序包 cn.herodotus.engine.cache.core.constants
- cn.herodotus.engine.cache.core.enums - 程序包 cn.herodotus.engine.cache.core.enums
- cn.herodotus.engine.cache.core.exception - 程序包 cn.herodotus.engine.cache.core.exception
- cn.herodotus.engine.cache.core.properties - 程序包 cn.herodotus.engine.cache.core.properties
G
- getAllowNullValues() - 类中的方法 cn.herodotus.engine.cache.core.properties.CacheProperties
- getArea() - 类中的方法 cn.herodotus.engine.cache.core.properties.CacheSetting
- getExpire() - 类中的方法 cn.herodotus.engine.cache.core.properties.CacheSetting
- getFeedback() - 异常错误中的方法 cn.herodotus.engine.cache.core.exception.StampDeleteFailedException
- getFeedback() - 异常错误中的方法 cn.herodotus.engine.cache.core.exception.StampHasExpiredException
- getFeedback() - 异常错误中的方法 cn.herodotus.engine.cache.core.exception.StampMismatchException
- getFeedback() - 异常错误中的方法 cn.herodotus.engine.cache.core.exception.StampParameterIllegalException
- getInstances() - 类中的方法 cn.herodotus.engine.cache.core.properties.CacheProperties
- getLocalExpire() - 类中的方法 cn.herodotus.engine.cache.core.properties.CacheSetting
- getLocalLimit() - 类中的方法 cn.herodotus.engine.cache.core.properties.CacheSetting
- getMethod() - 类中的方法 cn.herodotus.engine.cache.core.properties.CacheSetting
- getPenetrationProtect() - 类中的方法 cn.herodotus.engine.cache.core.properties.CacheSetting
- getPenetrationProtectTimeout() - 类中的方法 cn.herodotus.engine.cache.core.properties.CacheSetting
- getSeparator() - 类中的方法 cn.herodotus.engine.cache.core.properties.CacheProperties
- getSync() - 类中的方法 cn.herodotus.engine.cache.core.properties.CacheSetting
I
- ITEM_REDISSON_ENABLED - 接口中的静态变量 cn.herodotus.engine.cache.core.constants.CacheConstants
L
- LOCAL - enum class 中的枚举常量 cn.herodotus.engine.cache.core.enums.CacheMethod
M
- MaximumLimitExceededException - cn.herodotus.engine.cache.core.exception中的异常错误
-
Description: 超出最大数量限制
- MaximumLimitExceededException() - 异常错误的构造器 cn.herodotus.engine.cache.core.exception.MaximumLimitExceededException
- MaximumLimitExceededException(String) - 异常错误的构造器 cn.herodotus.engine.cache.core.exception.MaximumLimitExceededException
- MaximumLimitExceededException(String, Throwable) - 异常错误的构造器 cn.herodotus.engine.cache.core.exception.MaximumLimitExceededException
- MaximumLimitExceededException(String, Throwable, boolean, boolean) - 异常错误的构造器 cn.herodotus.engine.cache.core.exception.MaximumLimitExceededException
- MaximumLimitExceededException(Throwable) - 异常错误的构造器 cn.herodotus.engine.cache.core.exception.MaximumLimitExceededException
P
- PROPERTY_REDIS_REDISSON - 接口中的静态变量 cn.herodotus.engine.cache.core.constants.CacheConstants
R
- REMOTE - enum class 中的枚举常量 cn.herodotus.engine.cache.core.enums.CacheMethod
S
- setAllowNullValues(Boolean) - 类中的方法 cn.herodotus.engine.cache.core.properties.CacheProperties
- setArea(String) - 类中的方法 cn.herodotus.engine.cache.core.properties.CacheSetting
- setExpire(Duration) - 类中的方法 cn.herodotus.engine.cache.core.properties.CacheSetting
- setInstances(Map<String, CacheSetting>) - 类中的方法 cn.herodotus.engine.cache.core.properties.CacheProperties
- setLocalExpire(Duration) - 类中的方法 cn.herodotus.engine.cache.core.properties.CacheSetting
- setLocalLimit(Integer) - 类中的方法 cn.herodotus.engine.cache.core.properties.CacheSetting
- setMethod(CacheMethod) - 类中的方法 cn.herodotus.engine.cache.core.properties.CacheSetting
- setPenetrationProtect(Boolean) - 类中的方法 cn.herodotus.engine.cache.core.properties.CacheSetting
- setPenetrationProtectTimeout(Duration) - 类中的方法 cn.herodotus.engine.cache.core.properties.CacheSetting
- setSeparator(String) - 类中的方法 cn.herodotus.engine.cache.core.properties.CacheProperties
- setSync(Boolean) - 类中的方法 cn.herodotus.engine.cache.core.properties.CacheSetting
- STAMP_DELETE_FAILED - 接口中的静态变量 cn.herodotus.engine.cache.core.constants.CacheErrorCodes
- STAMP_HAS_EXPIRED - 接口中的静态变量 cn.herodotus.engine.cache.core.constants.CacheErrorCodes
- STAMP_MISMATCH - 接口中的静态变量 cn.herodotus.engine.cache.core.constants.CacheErrorCodes
- STAMP_PARAMETER_ILLEGAL - 接口中的静态变量 cn.herodotus.engine.cache.core.constants.CacheErrorCodes
- StampDeleteFailedException - cn.herodotus.engine.cache.core.exception中的异常错误
-
Description: Stamp签章删除失败Exception
- StampDeleteFailedException() - 异常错误的构造器 cn.herodotus.engine.cache.core.exception.StampDeleteFailedException
- StampDeleteFailedException(String) - 异常错误的构造器 cn.herodotus.engine.cache.core.exception.StampDeleteFailedException
- StampDeleteFailedException(String, Throwable) - 异常错误的构造器 cn.herodotus.engine.cache.core.exception.StampDeleteFailedException
- StampDeleteFailedException(String, Throwable, boolean, boolean) - 异常错误的构造器 cn.herodotus.engine.cache.core.exception.StampDeleteFailedException
- StampDeleteFailedException(Throwable) - 异常错误的构造器 cn.herodotus.engine.cache.core.exception.StampDeleteFailedException
- StampHasExpiredException - cn.herodotus.engine.cache.core.exception中的异常错误
-
Description: Stamp签章 已过期错误
- StampHasExpiredException() - 异常错误的构造器 cn.herodotus.engine.cache.core.exception.StampHasExpiredException
- StampHasExpiredException(String) - 异常错误的构造器 cn.herodotus.engine.cache.core.exception.StampHasExpiredException
- StampHasExpiredException(String, Throwable) - 异常错误的构造器 cn.herodotus.engine.cache.core.exception.StampHasExpiredException
- StampHasExpiredException(String, Throwable, boolean, boolean) - 异常错误的构造器 cn.herodotus.engine.cache.core.exception.StampHasExpiredException
- StampHasExpiredException(Throwable) - 异常错误的构造器 cn.herodotus.engine.cache.core.exception.StampHasExpiredException
- StampMismatchException - cn.herodotus.engine.cache.core.exception中的异常错误
-
Description: Stamp签章校验错误
- StampMismatchException() - 异常错误的构造器 cn.herodotus.engine.cache.core.exception.StampMismatchException
- StampMismatchException(String) - 异常错误的构造器 cn.herodotus.engine.cache.core.exception.StampMismatchException
- StampMismatchException(String, Throwable) - 异常错误的构造器 cn.herodotus.engine.cache.core.exception.StampMismatchException
- StampMismatchException(String, Throwable, boolean, boolean) - 异常错误的构造器 cn.herodotus.engine.cache.core.exception.StampMismatchException
- StampMismatchException(Throwable) - 异常错误的构造器 cn.herodotus.engine.cache.core.exception.StampMismatchException
- StampParameterIllegalException - cn.herodotus.engine.cache.core.exception中的异常错误
-
Description: 请求参数中缺少幂等Token错误
- StampParameterIllegalException() - 异常错误的构造器 cn.herodotus.engine.cache.core.exception.StampParameterIllegalException
- StampParameterIllegalException(String) - 异常错误的构造器 cn.herodotus.engine.cache.core.exception.StampParameterIllegalException
- StampParameterIllegalException(String, Throwable) - 异常错误的构造器 cn.herodotus.engine.cache.core.exception.StampParameterIllegalException
- StampParameterIllegalException(String, Throwable, boolean, boolean) - 异常错误的构造器 cn.herodotus.engine.cache.core.exception.StampParameterIllegalException
- StampParameterIllegalException(Throwable) - 异常错误的构造器 cn.herodotus.engine.cache.core.exception.StampParameterIllegalException
T
- toString() - 类中的方法 cn.herodotus.engine.cache.core.properties.CacheProperties
- toString() - 类中的方法 cn.herodotus.engine.cache.core.properties.CacheSetting
V
- valueOf(String) - enum class中的静态方法 cn.herodotus.engine.cache.core.enums.CacheMethod
-
Returns the enum constant of this class with the specified name.
- values() - enum class中的静态方法 cn.herodotus.engine.cache.core.enums.CacheMethod
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|常量字段值|所有程序包|序列化表格