Index

B C G I L M P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

B

BOTH - Enum constant in enum class cn.herodotus.engine.cache.core.enums.CacheMethod
 

C

CacheConstants - Interface in cn.herodotus.engine.cache.core.constants
Description: Cache Property值常量
CacheMethod - Enum Class in cn.herodotus.engine.cache.core.enums
Description: 缓存方式
CacheProperties - Class in cn.herodotus.engine.cache.core.properties
Description: 缓存配置属性
CacheProperties() - Constructor for class cn.herodotus.engine.cache.core.properties.CacheProperties
 
CacheSetting - Class in cn.herodotus.engine.cache.core.properties
Description: 自定义二级缓存过期时间通用属性
CacheSetting() - Constructor for class cn.herodotus.engine.cache.core.properties.CacheSetting
 
cn.herodotus.engine.cache.core.constants - package cn.herodotus.engine.cache.core.constants
 
cn.herodotus.engine.cache.core.enums - package cn.herodotus.engine.cache.core.enums
 
cn.herodotus.engine.cache.core.exception - package cn.herodotus.engine.cache.core.exception
 
cn.herodotus.engine.cache.core.properties - package cn.herodotus.engine.cache.core.properties
 

G

getAllowNullValues() - Method in class cn.herodotus.engine.cache.core.properties.CacheProperties
 
getArea() - Method in class cn.herodotus.engine.cache.core.properties.CacheSetting
 
getExpire() - Method in class cn.herodotus.engine.cache.core.properties.CacheSetting
 
getInstances() - Method in class cn.herodotus.engine.cache.core.properties.CacheProperties
 
getLocalExpire() - Method in class cn.herodotus.engine.cache.core.properties.CacheSetting
 
getLocalLimit() - Method in class cn.herodotus.engine.cache.core.properties.CacheSetting
 
getMethod() - Method in class cn.herodotus.engine.cache.core.properties.CacheSetting
 
getPenetrationProtect() - Method in class cn.herodotus.engine.cache.core.properties.CacheSetting
 
getPenetrationProtectTimeout() - Method in class cn.herodotus.engine.cache.core.properties.CacheSetting
 
getSeparator() - Method in class cn.herodotus.engine.cache.core.properties.CacheProperties
 
getSync() - Method in class cn.herodotus.engine.cache.core.properties.CacheSetting
 

I

ITEM_REDISSON_ENABLED - Static variable in interface cn.herodotus.engine.cache.core.constants.CacheConstants
 

L

LOCAL - Enum constant in enum class cn.herodotus.engine.cache.core.enums.CacheMethod
 

M

MaximumLimitExceededException - Exception in cn.herodotus.engine.cache.core.exception
Description: 超出最大数量限制
MaximumLimitExceededException() - Constructor for exception cn.herodotus.engine.cache.core.exception.MaximumLimitExceededException
 
MaximumLimitExceededException(String) - Constructor for exception cn.herodotus.engine.cache.core.exception.MaximumLimitExceededException
 
MaximumLimitExceededException(String, Throwable) - Constructor for exception cn.herodotus.engine.cache.core.exception.MaximumLimitExceededException
 
MaximumLimitExceededException(String, Throwable, boolean, boolean) - Constructor for exception cn.herodotus.engine.cache.core.exception.MaximumLimitExceededException
 
MaximumLimitExceededException(Throwable) - Constructor for exception cn.herodotus.engine.cache.core.exception.MaximumLimitExceededException
 

P

PROPERTY_REDIS_REDISSON - Static variable in interface cn.herodotus.engine.cache.core.constants.CacheConstants
 

R

REMOTE - Enum constant in enum class cn.herodotus.engine.cache.core.enums.CacheMethod
 

S

setAllowNullValues(Boolean) - Method in class cn.herodotus.engine.cache.core.properties.CacheProperties
 
setArea(String) - Method in class cn.herodotus.engine.cache.core.properties.CacheSetting
 
setExpire(Duration) - Method in class cn.herodotus.engine.cache.core.properties.CacheSetting
 
setInstances(Map<String, CacheSetting>) - Method in class cn.herodotus.engine.cache.core.properties.CacheProperties
 
setLocalExpire(Duration) - Method in class cn.herodotus.engine.cache.core.properties.CacheSetting
 
setLocalLimit(Integer) - Method in class cn.herodotus.engine.cache.core.properties.CacheSetting
 
setMethod(CacheMethod) - Method in class cn.herodotus.engine.cache.core.properties.CacheSetting
 
setPenetrationProtect(Boolean) - Method in class cn.herodotus.engine.cache.core.properties.CacheSetting
 
setPenetrationProtectTimeout(Duration) - Method in class cn.herodotus.engine.cache.core.properties.CacheSetting
 
setSeparator(String) - Method in class cn.herodotus.engine.cache.core.properties.CacheProperties
 
setSync(Boolean) - Method in class cn.herodotus.engine.cache.core.properties.CacheSetting
 
StampHasExpiredException - Exception in cn.herodotus.engine.cache.core.exception
Description: Stamp签章 已过期错误
StampHasExpiredException() - Constructor for exception cn.herodotus.engine.cache.core.exception.StampHasExpiredException
 
StampHasExpiredException(String) - Constructor for exception cn.herodotus.engine.cache.core.exception.StampHasExpiredException
 
StampHasExpiredException(String, Throwable) - Constructor for exception cn.herodotus.engine.cache.core.exception.StampHasExpiredException
 
StampHasExpiredException(String, Throwable, boolean, boolean) - Constructor for exception cn.herodotus.engine.cache.core.exception.StampHasExpiredException
 
StampHasExpiredException(Throwable) - Constructor for exception cn.herodotus.engine.cache.core.exception.StampHasExpiredException
 
StampMismatchException - Exception in cn.herodotus.engine.cache.core.exception
Description: Stamp签章校验错误
StampMismatchException() - Constructor for exception cn.herodotus.engine.cache.core.exception.StampMismatchException
 
StampMismatchException(String) - Constructor for exception cn.herodotus.engine.cache.core.exception.StampMismatchException
 
StampMismatchException(String, Throwable) - Constructor for exception cn.herodotus.engine.cache.core.exception.StampMismatchException
 
StampMismatchException(String, Throwable, boolean, boolean) - Constructor for exception cn.herodotus.engine.cache.core.exception.StampMismatchException
 
StampMismatchException(Throwable) - Constructor for exception cn.herodotus.engine.cache.core.exception.StampMismatchException
 
StampParameterIllegalException - Exception in cn.herodotus.engine.cache.core.exception
Description: 请求参数中缺少幂等Token错误
StampParameterIllegalException() - Constructor for exception cn.herodotus.engine.cache.core.exception.StampParameterIllegalException
 
StampParameterIllegalException(String) - Constructor for exception cn.herodotus.engine.cache.core.exception.StampParameterIllegalException
 
StampParameterIllegalException(String, Throwable) - Constructor for exception cn.herodotus.engine.cache.core.exception.StampParameterIllegalException
 
StampParameterIllegalException(String, Throwable, boolean, boolean) - Constructor for exception cn.herodotus.engine.cache.core.exception.StampParameterIllegalException
 
StampParameterIllegalException(Throwable) - Constructor for exception cn.herodotus.engine.cache.core.exception.StampParameterIllegalException
 

T

toString() - Method in class cn.herodotus.engine.cache.core.properties.CacheProperties
 
toString() - Method in class cn.herodotus.engine.cache.core.properties.CacheSetting
 

V

valueOf(String) - Static method in enum class cn.herodotus.engine.cache.core.enums.CacheMethod
Returns the enum constant of this class with the specified name.
values() - Static method in 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.
B C G I L M P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form