索引

A B C D E F G H I J K L M N P Q R S T U V W _ 
All Classes and Interfaces|常量字段值|所有程序包|序列化表格

A

AbstractCache<K,V> - com.alicp.jetcache中的类
Created on 2016/10/7.
AbstractCache() - 类的构造器 com.alicp.jetcache.AbstractCache
 
AbstractCacheBuilder<T extends AbstractCacheBuilder<T>> - com.alicp.jetcache中的类
Created on 16/9/7.
AbstractCacheBuilder() - 类的构造器 com.alicp.jetcache.AbstractCacheBuilder
 
AbstractEmbeddedCache<K,V> - com.alicp.jetcache.embedded中的类
 
AbstractEmbeddedCache(EmbeddedCacheConfig<K, V>) - 类的构造器 com.alicp.jetcache.embedded.AbstractEmbeddedCache
 
AbstractExternalCache<K,V> - com.alicp.jetcache.external中的类
Created on 2016/10/8.
AbstractExternalCache(ExternalCacheConfig<K, V>) - 类的构造器 com.alicp.jetcache.external.AbstractExternalCache
 
AbstractJsonDecoder - com.alicp.jetcache.support中的类
 
AbstractJsonDecoder(boolean) - 类的构造器 com.alicp.jetcache.support.AbstractJsonDecoder
 
AbstractJsonEncoder - com.alicp.jetcache.support中的类
 
AbstractJsonEncoder(boolean) - 类的构造器 com.alicp.jetcache.support.AbstractJsonEncoder
 
AbstractLifecycle - com.alicp.jetcache.support中的类
 
AbstractLifecycle() - 类的构造器 com.alicp.jetcache.support.AbstractLifecycle
 
AbstractValueDecoder - com.alicp.jetcache.support中的类
Created on 2016/10/4.
AbstractValueDecoder(boolean) - 类的构造器 com.alicp.jetcache.support.AbstractValueDecoder
 
AbstractValueEncoder - com.alicp.jetcache.support中的类
Created on 2016/10/4.
AbstractValueEncoder(boolean) - 类的构造器 com.alicp.jetcache.support.AbstractValueEncoder
 
accept(StatInfo) - 类中的方法 com.alicp.jetcache.support.StatInfoLogger
 
add(DefaultCacheMonitor...) - 类中的方法 com.alicp.jetcache.support.DefaultMetricsManager
 
addCache(Cache...) - 类中的方法 com.alicp.jetcache.MultiLevelCacheBuilder
 
addMonitor(CacheMonitor) - 类中的方法 com.alicp.jetcache.AbstractCacheBuilder
 
addMonitors(CacheManager, Cache, QuickConfig) - 接口中的方法 com.alicp.jetcache.template.CacheMonitorInstaller
 
addMonitors(CacheManager, Cache, QuickConfig) - 类中的方法 com.alicp.jetcache.template.MetricsMonitorInstaller
 
addMonitors(CacheManager, Cache, QuickConfig) - 类中的方法 com.alicp.jetcache.template.NotifyMonitorInstaller
 
afterOperation(CacheEvent) - 接口中的方法 com.alicp.jetcache.CacheMonitor
 
afterOperation(CacheEvent) - 类中的方法 com.alicp.jetcache.support.CacheNotifyMonitor
 
afterOperation(CacheEvent) - 类中的方法 com.alicp.jetcache.support.DefaultCacheMonitor
 
apply(byte[]) - 类中的方法 com.alicp.jetcache.support.AbstractValueDecoder
 
apply(Object) - 类中的方法 com.alicp.jetcache.support.AbstractJsonEncoder
 
apply(Object) - 类中的方法 com.alicp.jetcache.support.Fastjson2KeyConvertor
 
apply(Object) - 类中的方法 com.alicp.jetcache.support.FastjsonKeyConvertor
 
apply(Object) - 类中的方法 com.alicp.jetcache.support.JacksonKeyConvertor
 
apply(Object) - 类中的方法 com.alicp.jetcache.support.JavaValueEncoder
 
apply(Object) - 类中的方法 com.alicp.jetcache.support.Kryo5ValueEncoder
 
apply(Object) - 类中的方法 com.alicp.jetcache.support.KryoValueEncoder
 
apply(K) - 接口中的方法 com.alicp.jetcache.CacheLoader
 
AutoReleaseLock - com.alicp.jetcache中的接口
Created on 2016/12/20.
avgGetTime() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
avgLoadTime() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
avgPutTime() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
avgRemoveTime() - 类中的方法 com.alicp.jetcache.support.CacheStat
 

B

broadcastChannel(String) - 类中的方法 com.alicp.jetcache.external.ExternalCacheBuilder
 
BroadcastManager - com.alicp.jetcache.support中的类
 
BroadcastManager(CacheManager) - 类的构造器 com.alicp.jetcache.support.BroadcastManager
 
build() - 类中的方法 com.alicp.jetcache.AbstractCacheBuilder
已过时。
build() - 类中的方法 com.alicp.jetcache.template.QuickConfig.Builder
 
buildCache() - 类中的方法 com.alicp.jetcache.AbstractCacheBuilder
 
buildCache() - 接口中的方法 com.alicp.jetcache.CacheBuilder
 
buildFunc(Function<CacheConfig, Cache>) - 类中的方法 com.alicp.jetcache.AbstractCacheBuilder
 
buildKey(K) - 类中的方法 com.alicp.jetcache.embedded.AbstractEmbeddedCache
 
buildKey(K) - 类中的方法 com.alicp.jetcache.external.AbstractExternalCache
 
buildKeyAfterConvert(Object, String) - 类中的静态方法 com.alicp.jetcache.external.ExternalKeyUtil
 

C

Cache<K,V> - com.alicp.jetcache中的接口
The cache interface, null value is supported.
CacheBuilder - com.alicp.jetcache中的接口
Created on 2016/11/17.
CacheBuilderTemplate - com.alicp.jetcache.template中的类
 
CacheBuilderTemplate(boolean, Map<String, CacheBuilder>...) - 类的构造器 com.alicp.jetcache.template.CacheBuilderTemplate
 
CacheConfig<K,V> - com.alicp.jetcache中的类
Created on 16/9/7.
CacheConfig() - 类的构造器 com.alicp.jetcache.CacheConfig
 
CacheConfigException - com.alicp.jetcache中的异常错误
 
CacheConfigException(String) - 异常错误的构造器 com.alicp.jetcache.CacheConfigException
 
CacheConfigException(String, Throwable) - 异常错误的构造器 com.alicp.jetcache.CacheConfigException
 
CacheConfigException(Throwable) - 异常错误的构造器 com.alicp.jetcache.CacheConfigException
 
CacheEncodeException - com.alicp.jetcache.support中的异常错误
Created on 2016/12/23.
CacheEncodeException(String) - 异常错误的构造器 com.alicp.jetcache.support.CacheEncodeException
 
CacheEncodeException(String, Throwable) - 异常错误的构造器 com.alicp.jetcache.support.CacheEncodeException
 
CacheEvent - com.alicp.jetcache.event中的类
The CacheEvent is used in single JVM while CacheMessage used for distributed message.
CacheEvent(Cache) - 类的构造器 com.alicp.jetcache.event.CacheEvent
 
CacheException - com.alicp.jetcache中的异常错误
 
CacheException(String) - 异常错误的构造器 com.alicp.jetcache.CacheException
 
CacheException(String, Throwable) - 异常错误的构造器 com.alicp.jetcache.CacheException
 
CacheException(Throwable) - 异常错误的构造器 com.alicp.jetcache.CacheException
 
CacheGetAllEvent - com.alicp.jetcache.event中的类
Created on 2017/2/22.
CacheGetAllEvent(Cache, long, Set, MultiGetResult) - 类的构造器 com.alicp.jetcache.event.CacheGetAllEvent
 
CacheGetEvent - com.alicp.jetcache.event中的类
Created on 2017/2/22.
CacheGetEvent(Cache, long, Object, CacheGetResult) - 类的构造器 com.alicp.jetcache.event.CacheGetEvent
 
CacheGetResult<V> - com.alicp.jetcache中的类
 
CacheGetResult(CacheResultCode, String, CacheValueHolder<V>) - 类的构造器 com.alicp.jetcache.CacheGetResult
 
CacheGetResult(Throwable) - 类的构造器 com.alicp.jetcache.CacheGetResult
 
CacheGetResult(CompletionStage<ResultData>) - 类的构造器 com.alicp.jetcache.CacheGetResult
 
CacheInvokeException - com.alicp.jetcache中的异常错误
Created on 2016/10/13.
CacheInvokeException(String, Throwable) - 异常错误的构造器 com.alicp.jetcache.CacheInvokeException
 
CacheInvokeException(Throwable) - 异常错误的构造器 com.alicp.jetcache.CacheInvokeException
 
CacheLoadAllEvent - com.alicp.jetcache.event中的类
Created on 2017/5/23.
CacheLoadAllEvent(Cache, long, Set, Map, boolean) - 类的构造器 com.alicp.jetcache.event.CacheLoadAllEvent
 
CacheLoader<K,V> - com.alicp.jetcache中的接口
Created on 2017/5/27.
CacheLoadEvent - com.alicp.jetcache.event中的类
Created on 2017/2/22.
CacheLoadEvent(Cache, long, Object, Object, boolean) - 类的构造器 com.alicp.jetcache.event.CacheLoadEvent
 
CacheManager - com.alicp.jetcache中的接口
 
CacheMessage - com.alicp.jetcache.support中的类
The CacheMessage is used for distributed message while CacheEvent used in single JVM.
CacheMessage() - 类的构造器 com.alicp.jetcache.support.CacheMessage
 
CacheMonitor - com.alicp.jetcache中的接口
Created on 2016/10/25.
CacheMonitorInstaller - com.alicp.jetcache.template中的接口
 
CacheNotifyMonitor - com.alicp.jetcache.support中的类
 
CacheNotifyMonitor(CacheManager, String) - 类的构造器 com.alicp.jetcache.support.CacheNotifyMonitor
 
CacheNotifyMonitor(CacheManager, String, String) - 类的构造器 com.alicp.jetcache.support.CacheNotifyMonitor
 
cacheNullValue(boolean) - 类中的方法 com.alicp.jetcache.AbstractCacheBuilder
 
cacheNullValue(Boolean) - 类中的方法 com.alicp.jetcache.template.QuickConfig.Builder
 
cachePenetrateProtect(boolean) - 类中的方法 com.alicp.jetcache.AbstractCacheBuilder
 
CachePutAllEvent - com.alicp.jetcache.event中的类
Created on 2017/2/22.
CachePutAllEvent(Cache, long, Map, CacheResult) - 类的构造器 com.alicp.jetcache.event.CachePutAllEvent
 
CachePutEvent - com.alicp.jetcache.event中的类
Created on 2017/2/22.
CachePutEvent(Cache, long, Object, Object, CacheResult) - 类的构造器 com.alicp.jetcache.event.CachePutEvent
 
CacheRemoveAllEvent - com.alicp.jetcache.event中的类
Created on 2017/2/22.
CacheRemoveAllEvent(Cache, long, Set, CacheResult) - 类的构造器 com.alicp.jetcache.event.CacheRemoveAllEvent
 
CacheRemoveEvent - com.alicp.jetcache.event中的类
Created on 2017/2/22.
CacheRemoveEvent(Cache, long, Object, CacheResult) - 类的构造器 com.alicp.jetcache.event.CacheRemoveEvent
 
CacheResult - com.alicp.jetcache中的类
Created on 2016/9/28.
CacheResult(CacheResultCode, String) - 类的构造器 com.alicp.jetcache.CacheResult
 
CacheResult(Throwable) - 类的构造器 com.alicp.jetcache.CacheResult
 
CacheResult(CompletionStage<ResultData>) - 类的构造器 com.alicp.jetcache.CacheResult
 
CacheResultCode - com.alicp.jetcache中的枚举
 
caches() - 类中的方法 com.alicp.jetcache.MultiLevelCache
 
CacheStat - com.alicp.jetcache.support中的类
Created on 2016/10/27.
CacheStat() - 类的构造器 com.alicp.jetcache.support.CacheStat
 
cacheType(CacheType) - 类中的方法 com.alicp.jetcache.template.QuickConfig.Builder
 
CacheUtil - com.alicp.jetcache中的类
Created on 2017/5/22.
CacheUtil() - 类的构造器 com.alicp.jetcache.CacheUtil
 
CacheValueHolder<V> - com.alicp.jetcache中的类
Created on 16/9/13.
CacheValueHolder() - 类的构造器 com.alicp.jetcache.CacheValueHolder
used by kyro
CacheValueHolder(V, long) - 类的构造器 com.alicp.jetcache.CacheValueHolder
 
CaffeineCache<K,V> - com.alicp.jetcache.embedded中的类
Created on 2016/10/25.
CaffeineCache(EmbeddedCacheConfig<K, V>) - 类的构造器 com.alicp.jetcache.embedded.CaffeineCache
 
CaffeineCacheBuilder<T extends EmbeddedCacheBuilder<T>> - com.alicp.jetcache.embedded中的类
Created on 2016/11/29.
CaffeineCacheBuilder.CaffeineCacheBuilderImpl - com.alicp.jetcache.embedded中的类
 
CaffeineCacheBuilderImpl() - 类的构造器 com.alicp.jetcache.embedded.CaffeineCacheBuilder.CaffeineCacheBuilderImpl
 
cleanExpiredEntry() - 类中的方法 com.alicp.jetcache.embedded.LinkedHashMapCache
 
clear() - 类中的方法 com.alicp.jetcache.support.DecoderMap
 
clear() - 类中的方法 com.alicp.jetcache.support.DefaultMetricsManager
 
clone() - 类中的方法 com.alicp.jetcache.AbstractCacheBuilder
 
clone() - 类中的方法 com.alicp.jetcache.CacheConfig
 
clone() - 类中的方法 com.alicp.jetcache.MultiLevelCacheConfig
 
clone() - 类中的方法 com.alicp.jetcache.RefreshPolicy
 
clone() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
close() - 类中的方法 com.alicp.jetcache.AbstractCache
 
close() - 接口中的方法 com.alicp.jetcache.AutoReleaseLock
Release the lock use Java 7 try-with-resources.
close() - 接口中的方法 com.alicp.jetcache.Cache
Clean resources created by this cache.
close() - 类中的方法 com.alicp.jetcache.MultiLevelCache
 
close() - 类中的方法 com.alicp.jetcache.RefreshCache
 
close() - 类中的方法 com.alicp.jetcache.SimpleCacheManager
 
close() - 类中的方法 com.alicp.jetcache.SimpleProxyCache
 
close() - 类中的方法 com.alicp.jetcache.support.BroadcastManager
 
com.alicp.jetcache - 程序包 com.alicp.jetcache
 
com.alicp.jetcache.embedded - 程序包 com.alicp.jetcache.embedded
 
com.alicp.jetcache.event - 程序包 com.alicp.jetcache.event
 
com.alicp.jetcache.external - 程序包 com.alicp.jetcache.external
 
com.alicp.jetcache.support - 程序包 com.alicp.jetcache.support
 
com.alicp.jetcache.template - 程序包 com.alicp.jetcache.template
 
computeIfAbsent(K, Function<K, V>) - 接口中的方法 com.alicp.jetcache.Cache
If there is a value associated with the key, return the value; otherwise use the loader load the value and return, and then update the cache.
computeIfAbsent(K, Function<K, V>) - 类中的方法 com.alicp.jetcache.RefreshCache
 
computeIfAbsent(K, Function<K, V>) - 类中的方法 com.alicp.jetcache.SimpleProxyCache
 
computeIfAbsent(K, Function<K, V>, boolean) - 类中的方法 com.alicp.jetcache.AbstractCache
 
computeIfAbsent(K, Function<K, V>, boolean) - 接口中的方法 com.alicp.jetcache.Cache
If there is a value associated with the key, return the value; otherwise use the loader load the value and return, and then update the cache.
computeIfAbsent(K, Function<K, V>, boolean) - 类中的方法 com.alicp.jetcache.RefreshCache
 
computeIfAbsent(K, Function<K, V>, boolean) - 类中的方法 com.alicp.jetcache.SimpleProxyCache
 
computeIfAbsent(K, Function<K, V>, boolean, long, TimeUnit) - 类中的方法 com.alicp.jetcache.AbstractCache
 
computeIfAbsent(K, Function<K, V>, boolean, long, TimeUnit) - 接口中的方法 com.alicp.jetcache.Cache
If there is a value associated with the key, return the value; otherwise use the loader load the value and return, and then update the cache.
computeIfAbsent(K, Function<K, V>, boolean, long, TimeUnit) - 类中的方法 com.alicp.jetcache.RefreshCache
 
computeIfAbsent(K, Function<K, V>, boolean, long, TimeUnit) - 类中的方法 com.alicp.jetcache.SimpleProxyCache
 
config() - 接口中的方法 com.alicp.jetcache.Cache
Get the config of this cache.
config() - 类中的方法 com.alicp.jetcache.embedded.AbstractEmbeddedCache
 
config() - 类中的方法 com.alicp.jetcache.external.MockRemoteCache
 
config() - 类中的方法 com.alicp.jetcache.MultiLevelCache
 
config() - 类中的方法 com.alicp.jetcache.SimpleProxyCache
 
createBroadcastManager(CacheManager) - 类中的方法 com.alicp.jetcache.external.ExternalCacheBuilder
 
createBroadcastManager(CacheManager) - 类中的方法 com.alicp.jetcache.external.MockRemoteCacheBuilder
 
createCaffeineCacheBuilder() - 类中的静态方法 com.alicp.jetcache.embedded.CaffeineCacheBuilder
 
createEmbeddedCacheBuilder() - 类中的静态方法 com.alicp.jetcache.embedded.EmbeddedCacheBuilder
 
createLinkedHashMapCacheBuilder() - 类中的静态方法 com.alicp.jetcache.embedded.LinkedHashMapCacheBuilder
 
createMockRemoteCacheBuilder() - 类中的静态方法 com.alicp.jetcache.external.MockRemoteCacheBuilder
 
createMultiLevelCacheBuilder() - 类中的静态方法 com.alicp.jetcache.MultiLevelCacheBuilder
 
createProxyLoader(Cache<K, V>, CacheLoader<K, V>, Consumer<CacheEvent>) - 类中的静态方法 com.alicp.jetcache.CacheUtil
 
createProxyLoader(Cache<K, V>, Function<K, V>, Consumer<CacheEvent>) - 类中的静态方法 com.alicp.jetcache.CacheUtil
 

D

DecoderMap - com.alicp.jetcache.support中的类
 
DecoderMap() - 类的构造器 com.alicp.jetcache.support.DecoderMap
 
DefaultCacheMonitor - com.alicp.jetcache.support中的类
Created on 2016/10/27.
DefaultCacheMonitor(String) - 类的构造器 com.alicp.jetcache.support.DefaultCacheMonitor
 
defaultExecutor() - 类中的静态方法 com.alicp.jetcache.support.JetCacheExecutor
 
defaultInstance() - 类中的静态方法 com.alicp.jetcache.support.DecoderMap
 
defaultJavaValueDecoder() - 类中的静态方法 com.alicp.jetcache.support.DecoderMap
 
DefaultMetricsManager - com.alicp.jetcache.support中的类
Created on 2016/10/31.
DefaultMetricsManager(int, TimeUnit) - 类的构造器 com.alicp.jetcache.support.DefaultMetricsManager
 
DefaultMetricsManager(int, TimeUnit, boolean) - 类的构造器 com.alicp.jetcache.support.DefaultMetricsManager
 
DefaultMetricsManager(int, TimeUnit, Consumer<StatInfo>) - 类的构造器 com.alicp.jetcache.support.DefaultMetricsManager
 
doApply(byte[]) - 类中的方法 com.alicp.jetcache.support.JavaValueDecoder
 
doApply(byte[]) - 类中的方法 com.alicp.jetcache.support.Kryo5ValueDecoder
 
doApply(byte[]) - 类中的方法 com.alicp.jetcache.support.KryoValueDecoder
 

E

EmbeddedCacheBuilder<T extends EmbeddedCacheBuilder<T>> - com.alicp.jetcache.embedded中的类
Created on 16/9/7.
EmbeddedCacheBuilder() - 类的构造器 com.alicp.jetcache.embedded.EmbeddedCacheBuilder
 
EmbeddedCacheBuilder.EmbeddedCacheBuilderImpl - com.alicp.jetcache.embedded中的类
 
EmbeddedCacheBuilderImpl() - 类的构造器 com.alicp.jetcache.embedded.EmbeddedCacheBuilder.EmbeddedCacheBuilderImpl
 
EmbeddedCacheConfig<K,V> - com.alicp.jetcache.embedded中的类
Created on 16/9/7.
EmbeddedCacheConfig() - 类的构造器 com.alicp.jetcache.embedded.EmbeddedCacheConfig
 
error(CharSequence, Throwable) - 类中的方法 com.alicp.jetcache.support.SquashedLogger
 
EXISTS - 枚举 中的枚举常量 com.alicp.jetcache.CacheResultCode
 
EXISTS_WITHOUT_MSG - 类中的静态变量 com.alicp.jetcache.CacheResult
 
expire(Duration) - 类中的方法 com.alicp.jetcache.template.QuickConfig.Builder
 
expireAfterAccess(long, TimeUnit) - 类中的方法 com.alicp.jetcache.AbstractCacheBuilder
 
expireAfterAccess(long, TimeUnit) - 类中的方法 com.alicp.jetcache.MultiLevelCacheBuilder
 
expireAfterWrite(long, TimeUnit) - 类中的方法 com.alicp.jetcache.AbstractCacheBuilder
 
EXPIRED - 枚举 中的枚举常量 com.alicp.jetcache.CacheResultCode
 
EXPIRED_WITHOUT_MSG - 类中的静态变量 com.alicp.jetcache.CacheGetResult
 
ExternalCacheBuilder<T extends ExternalCacheBuilder<T>> - com.alicp.jetcache.external中的类
Created on 16/9/9.
ExternalCacheBuilder() - 类的构造器 com.alicp.jetcache.external.ExternalCacheBuilder
 
ExternalCacheConfig<K,V> - com.alicp.jetcache.external中的类
Created on 16/9/9.
ExternalCacheConfig() - 类的构造器 com.alicp.jetcache.external.ExternalCacheConfig
 
ExternalKeyUtil - com.alicp.jetcache.external中的类
Created on 2016/12/30.
ExternalKeyUtil() - 类的构造器 com.alicp.jetcache.external.ExternalKeyUtil
 

F

FAIL - 枚举 中的枚举常量 com.alicp.jetcache.CacheResultCode
 
FAIL_ILLEGAL_ARGUMENT - 类中的静态变量 com.alicp.jetcache.CacheResult
 
FAIL_WITHOUT_MSG - 类中的静态变量 com.alicp.jetcache.CacheResult
 
Fastjson2KeyConvertor - com.alicp.jetcache.support中的类
 
Fastjson2KeyConvertor() - 类的构造器 com.alicp.jetcache.support.Fastjson2KeyConvertor
 
Fastjson2ValueDecoder - com.alicp.jetcache.support中的类
Created on 2022/07/26.
Fastjson2ValueDecoder(boolean) - 类的构造器 com.alicp.jetcache.support.Fastjson2ValueDecoder
 
Fastjson2ValueEncoder - com.alicp.jetcache.support中的类
Created on 2022/07/26.
Fastjson2ValueEncoder(boolean) - 类的构造器 com.alicp.jetcache.support.Fastjson2ValueEncoder
 
FastjsonKeyConvertor - com.alicp.jetcache.support中的类
 
FastjsonKeyConvertor() - 类的构造器 com.alicp.jetcache.support.FastjsonKeyConvertor
 
future() - 类中的方法 com.alicp.jetcache.CacheResult
 

G

get(K) - 接口中的方法 com.alicp.jetcache.Cache
Gets an entry from the cache.
get(K) - 类中的方法 com.alicp.jetcache.LoadingCache
 
get(K) - 类中的方法 com.alicp.jetcache.RefreshCache
 
get(K) - 类中的方法 com.alicp.jetcache.SimpleProxyCache
 
GET(K) - 类中的方法 com.alicp.jetcache.AbstractCache
 
GET(K) - 接口中的方法 com.alicp.jetcache.Cache
Gets an entry from the cache.
GET(K) - 类中的方法 com.alicp.jetcache.SimpleProxyCache
 
GET_ALL(Set<? extends K>) - 类中的方法 com.alicp.jetcache.AbstractCache
 
GET_ALL(Set<? extends K>) - 接口中的方法 com.alicp.jetcache.Cache
Gets a collection of entries from the Cache.
GET_ALL(Set<? extends K>) - 类中的方法 com.alicp.jetcache.SimpleProxyCache
 
getAbstractCache(Cache<K, V>) - 类中的静态方法 com.alicp.jetcache.CacheUtil
 
getAccessTime() - 类中的方法 com.alicp.jetcache.CacheValueHolder
 
getAll(Set<? extends K>) - 接口中的方法 com.alicp.jetcache.Cache
Gets a collection of entries from the Cache, returning them as Map of the values associated with the set of keys requested.
getAll(Set<? extends K>) - 类中的方法 com.alicp.jetcache.LoadingCache
 
getAll(Set<? extends K>) - 类中的方法 com.alicp.jetcache.RefreshCache
 
getAll(Set<? extends K>) - 类中的方法 com.alicp.jetcache.SimpleProxyCache
 
getAllValues(Collection) - 接口中的方法 com.alicp.jetcache.embedded.InnerMap
 
getArea() - 类中的方法 com.alicp.jetcache.support.CacheMessage
 
getArea() - 类中的方法 com.alicp.jetcache.template.QuickConfig
 
getBroadcastChannel() - 类中的方法 com.alicp.jetcache.external.ExternalCacheConfig
 
getBroadcastManager(String) - 接口中的方法 com.alicp.jetcache.CacheManager
 
getBroadcastManager(String) - 类中的方法 com.alicp.jetcache.SimpleCacheManager
 
getCache() - 类中的方法 com.alicp.jetcache.event.CacheEvent
 
getCache(String) - 接口中的方法 com.alicp.jetcache.CacheManager
 
getCache(String, String) - 接口中的方法 com.alicp.jetcache.CacheManager
 
getCache(String, String) - 类中的方法 com.alicp.jetcache.SimpleCacheManager
 
getCacheBuilder(int, String) - 类中的方法 com.alicp.jetcache.template.CacheBuilderTemplate
 
getCacheBuilderTemplate() - 类中的方法 com.alicp.jetcache.SimpleCacheManager
 
getCacheManager() - 类中的方法 com.alicp.jetcache.support.BroadcastManager
 
getCacheMonitorInstallers() - 类中的方法 com.alicp.jetcache.template.CacheBuilderTemplate
 
getCacheName() - 类中的方法 com.alicp.jetcache.support.CacheMessage
 
getCacheName() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
getCacheName() - 类中的方法 com.alicp.jetcache.support.DefaultCacheMonitor
 
getCacheNullValue() - 类中的方法 com.alicp.jetcache.template.QuickConfig
 
getCaches() - 类中的方法 com.alicp.jetcache.MultiLevelCacheConfig
 
getCacheStat() - 类中的方法 com.alicp.jetcache.support.DefaultCacheMonitor
 
getCacheType() - 类中的方法 com.alicp.jetcache.template.QuickConfig
 
getConfig() - 类中的方法 com.alicp.jetcache.AbstractCacheBuilder
 
getConfig() - 类中的方法 com.alicp.jetcache.embedded.EmbeddedCacheBuilder
 
getConfig() - 类中的方法 com.alicp.jetcache.external.ExternalCacheBuilder
 
getConfig() - 类中的方法 com.alicp.jetcache.external.MockRemoteCacheBuilder
 
getConfig() - 类中的方法 com.alicp.jetcache.MultiLevelCacheBuilder
 
getData() - 类中的方法 com.alicp.jetcache.ResultData
 
getDecoder(int) - 类中的方法 com.alicp.jetcache.support.DecoderMap
 
getDefaultExpireInMillis() - 类中的方法 com.alicp.jetcache.CacheConfig
已过时。
getEndTime() - 类中的方法 com.alicp.jetcache.support.StatInfo
 
getExpire() - 类中的方法 com.alicp.jetcache.template.QuickConfig
 
getExpireAfterAccessInMillis() - 类中的方法 com.alicp.jetcache.CacheConfig
 
getExpireAfterWriteInMillis() - 类中的方法 com.alicp.jetcache.CacheConfig
 
getExpireTime() - 类中的方法 com.alicp.jetcache.CacheValueHolder
 
getGetCount() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
getGetExpireCount() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
getGetFailCount() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
getGetHitCount() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
getGetMissCount() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
getGetTimeSum() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
getHolder(K) - 类中的方法 com.alicp.jetcache.external.MockRemoteCache
 
getKey() - 类中的方法 com.alicp.jetcache.event.CacheGetEvent
 
getKey() - 类中的方法 com.alicp.jetcache.event.CacheLoadEvent
 
getKey() - 类中的方法 com.alicp.jetcache.event.CachePutEvent
 
getKey() - 类中的方法 com.alicp.jetcache.event.CacheRemoveEvent
 
getKeyConvertor() - 类中的方法 com.alicp.jetcache.CacheConfig
 
getKeyConvertor() - 类中的方法 com.alicp.jetcache.template.QuickConfig
 
getKeyPrefix() - 类中的方法 com.alicp.jetcache.external.ExternalCacheConfig
 
getKeyPrefixSupplier() - 类中的方法 com.alicp.jetcache.external.ExternalCacheConfig
 
getKeys() - 类中的方法 com.alicp.jetcache.event.CacheGetAllEvent
 
getKeys() - 类中的方法 com.alicp.jetcache.event.CacheLoadAllEvent
 
getKeys() - 类中的方法 com.alicp.jetcache.event.CacheRemoveAllEvent
 
getKeys() - 类中的方法 com.alicp.jetcache.support.CacheMessage
 
getLastPublishMessage() - 类中的静态方法 com.alicp.jetcache.external.MockRemoteCacheBuilder
 
getLimit() - 类中的方法 com.alicp.jetcache.embedded.EmbeddedCacheConfig
 
getLimit() - 类中的方法 com.alicp.jetcache.external.MockRemoteCacheConfig
 
getLoadCount() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
getLoadedValue() - 类中的方法 com.alicp.jetcache.event.CacheLoadAllEvent
 
getLoadedValue() - 类中的方法 com.alicp.jetcache.event.CacheLoadEvent
 
getLoader() - 类中的方法 com.alicp.jetcache.CacheConfig
 
getLoader() - 类中的方法 com.alicp.jetcache.template.QuickConfig
 
getLoadFailCount() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
getLoadSuccessCount() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
getLoadTimeSum() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
getLocalExpire() - 类中的方法 com.alicp.jetcache.template.QuickConfig
 
getLocalLimit() - 类中的方法 com.alicp.jetcache.template.QuickConfig
 
getLogger(Logger) - 类中的静态方法 com.alicp.jetcache.support.SquashedLogger
 
getLogger(Logger, int) - 类中的静态方法 com.alicp.jetcache.support.SquashedLogger
 
getMap() - 类中的方法 com.alicp.jetcache.event.CachePutAllEvent
 
getMaxGetTime() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
getMaxLoadTime() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
getMaxPutTime() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
getMaxRemoveTime() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
getMessage() - 类中的方法 com.alicp.jetcache.CacheResult
 
getMessage() - 类中的方法 com.alicp.jetcache.ResultData
 
getMillis() - 类中的方法 com.alicp.jetcache.event.CacheGetAllEvent
 
getMillis() - 类中的方法 com.alicp.jetcache.event.CacheGetEvent
 
getMillis() - 类中的方法 com.alicp.jetcache.event.CacheLoadAllEvent
 
getMillis() - 类中的方法 com.alicp.jetcache.event.CacheLoadEvent
 
getMillis() - 类中的方法 com.alicp.jetcache.event.CachePutAllEvent
 
getMillis() - 类中的方法 com.alicp.jetcache.event.CachePutEvent
 
getMillis() - 类中的方法 com.alicp.jetcache.event.CacheRemoveAllEvent
 
getMillis() - 类中的方法 com.alicp.jetcache.event.CacheRemoveEvent
 
getMinGetTime() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
getMinLoadTime() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
getMinPutTime() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
getMinRemoveTime() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
getMonitors() - 类中的方法 com.alicp.jetcache.CacheConfig
 
getName() - 类中的方法 com.alicp.jetcache.template.QuickConfig
 
getOrCreateCache(QuickConfig) - 接口中的方法 com.alicp.jetcache.CacheManager
create or get Cache instance.
getOrCreateCache(QuickConfig) - 类中的方法 com.alicp.jetcache.SimpleCacheManager
 
getOriginData() - 类中的方法 com.alicp.jetcache.ResultData
 
getPenetrationProtect() - 类中的方法 com.alicp.jetcache.template.QuickConfig
 
getPenetrationProtectTimeout() - 类中的方法 com.alicp.jetcache.CacheConfig
 
getPenetrationProtectTimeout() - 类中的方法 com.alicp.jetcache.template.QuickConfig
 
getPutCount() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
getPutFailCount() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
getPutSuccessCount() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
getPutTimeSum() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
getRefreshLockTimeoutMillis() - 类中的方法 com.alicp.jetcache.RefreshPolicy
 
getRefreshMillis() - 类中的方法 com.alicp.jetcache.RefreshPolicy
 
getRefreshPolicy() - 类中的方法 com.alicp.jetcache.CacheConfig
 
getRefreshPolicy() - 类中的方法 com.alicp.jetcache.template.QuickConfig
 
getRemoveCount() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
getRemoveFailCount() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
getRemoveSuccessCount() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
getRemoveTimeSum() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
getResult() - 类中的方法 com.alicp.jetcache.event.CacheGetAllEvent
 
getResult() - 类中的方法 com.alicp.jetcache.event.CacheGetEvent
 
getResult() - 类中的方法 com.alicp.jetcache.event.CachePutAllEvent
 
getResult() - 类中的方法 com.alicp.jetcache.event.CachePutEvent
 
getResult() - 类中的方法 com.alicp.jetcache.event.CacheRemoveAllEvent
 
getResult() - 类中的方法 com.alicp.jetcache.event.CacheRemoveEvent
 
getResultCode() - 类中的方法 com.alicp.jetcache.CacheResult
 
getResultCode() - 类中的方法 com.alicp.jetcache.ResultData
 
getSourceId() - 类中的方法 com.alicp.jetcache.support.BroadcastManager
 
getSourceId() - 类中的方法 com.alicp.jetcache.support.CacheMessage
 
getStartTime() - 类中的方法 com.alicp.jetcache.support.StatInfo
 
getStatEndTime() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
getStats() - 类中的方法 com.alicp.jetcache.support.StatInfo
 
getStatStartTime() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
getStopRefreshAfterLastAccessMillis() - 类中的方法 com.alicp.jetcache.RefreshPolicy
 
getSyncLocal() - 类中的方法 com.alicp.jetcache.template.QuickConfig
 
getTargetCache() - 接口中的方法 com.alicp.jetcache.ProxyCache
 
getTargetCache() - 类中的方法 com.alicp.jetcache.SimpleProxyCache
 
getTryLockInquiryCount() - 类中的方法 com.alicp.jetcache.CacheConfig
 
getTryLockLockCount() - 类中的方法 com.alicp.jetcache.CacheConfig
 
getTryLockUnlockCount() - 类中的方法 com.alicp.jetcache.CacheConfig
 
getType() - 类中的方法 com.alicp.jetcache.support.CacheMessage
 
getUseAreaInPrefix() - 类中的方法 com.alicp.jetcache.template.QuickConfig
 
getValue() - 类中的方法 com.alicp.jetcache.CacheGetResult
 
getValue() - 类中的方法 com.alicp.jetcache.CacheValueHolder
 
getValue() - 类中的方法 com.alicp.jetcache.event.CachePutEvent
 
getValue(Object) - 接口中的方法 com.alicp.jetcache.embedded.InnerMap
 
getValueDecoder() - 类中的方法 com.alicp.jetcache.external.ExternalCacheConfig
 
getValueDecoder() - 类中的方法 com.alicp.jetcache.template.QuickConfig
 
getValueEncoder() - 类中的方法 com.alicp.jetcache.external.ExternalCacheConfig
 
getValueEncoder() - 类中的方法 com.alicp.jetcache.template.QuickConfig
 
getValues() - 类中的方法 com.alicp.jetcache.MultiGetResult
 
getValues() - 类中的方法 com.alicp.jetcache.support.CacheMessage
 

H

heavyIOExecutor() - 类中的静态方法 com.alicp.jetcache.support.JetCacheExecutor
 
hitRate() - 类中的方法 com.alicp.jetcache.support.CacheStat
 

I

init() - 类中的方法 com.alicp.jetcache.support.AbstractLifecycle
 
initDefaultDecoder() - 类中的方法 com.alicp.jetcache.support.DecoderMap
 
InnerMap - com.alicp.jetcache.embedded中的接口
 
INSTANCE - 类中的静态变量 com.alicp.jetcache.support.Fastjson2KeyConvertor
 
INSTANCE - 类中的静态变量 com.alicp.jetcache.support.Fastjson2ValueDecoder
 
INSTANCE - 类中的静态变量 com.alicp.jetcache.support.Fastjson2ValueEncoder
 
INSTANCE - 类中的静态变量 com.alicp.jetcache.support.FastjsonKeyConvertor
 
INSTANCE - 类中的静态变量 com.alicp.jetcache.support.JacksonKeyConvertor
 
INSTANCE - 类中的静态变量 com.alicp.jetcache.support.JavaValueDecoder
 
INSTANCE - 类中的静态变量 com.alicp.jetcache.support.JavaValueEncoder
 
INSTANCE - 类中的静态变量 com.alicp.jetcache.support.Kryo5ValueDecoder
 
INSTANCE - 类中的静态变量 com.alicp.jetcache.support.Kryo5ValueEncoder
 
INSTANCE - 类中的静态变量 com.alicp.jetcache.support.KryoValueDecoder
 
INSTANCE - 类中的静态变量 com.alicp.jetcache.support.KryoValueEncoder
 
INSTANCE - 类中的静态变量 com.alicp.jetcache.support.SpringJavaValueDecoder
 
isCacheNullValue() - 类中的方法 com.alicp.jetcache.CacheConfig
 
isCachePenetrationProtect() - 类中的方法 com.alicp.jetcache.CacheConfig
 
isClosed() - 类中的方法 com.alicp.jetcache.AbstractCache
 
isExpireAfterAccess() - 类中的方法 com.alicp.jetcache.CacheConfig
 
isExpireAfterWrite() - 类中的方法 com.alicp.jetcache.CacheConfig
 
isPenetrationProtect() - 类中的方法 com.alicp.jetcache.template.CacheBuilderTemplate
 
isSubscribeStart() - 类中的静态方法 com.alicp.jetcache.external.MockRemoteCacheBuilder
 
isSuccess() - 类中的方法 com.alicp.jetcache.CacheResult
 
isSuccess() - 类中的方法 com.alicp.jetcache.event.CacheLoadAllEvent
 
isSuccess() - 类中的方法 com.alicp.jetcache.event.CacheLoadEvent
 
isUseExpireOfSubCache() - 类中的方法 com.alicp.jetcache.MultiLevelCacheConfig
 
isUseIdentityNumber() - 类中的方法 com.alicp.jetcache.support.AbstractValueDecoder
 
isUseIdentityNumber() - 类中的方法 com.alicp.jetcache.support.AbstractValueEncoder
 

J

JacksonKeyConvertor - com.alicp.jetcache.support中的类
 
JacksonKeyConvertor() - 类的构造器 com.alicp.jetcache.support.JacksonKeyConvertor
 
JavaValueDecoder - com.alicp.jetcache.support中的类
Created on 2016/10/4.
JavaValueDecoder(boolean) - 类的构造器 com.alicp.jetcache.support.JavaValueDecoder
 
JavaValueEncoder - com.alicp.jetcache.support中的类
Created on 2016/10/4.
JavaValueEncoder(boolean) - 类的构造器 com.alicp.jetcache.support.JavaValueEncoder
 
JetCacheExecutor - com.alicp.jetcache.support中的类
Created on 2017/5/3.
JetCacheExecutor() - 类的构造器 com.alicp.jetcache.support.JetCacheExecutor
 

K

keyConvertor(Function<Object, Object>) - 类中的方法 com.alicp.jetcache.AbstractCacheBuilder
 
keyConvertor(Function<Object, Object>) - 类中的方法 com.alicp.jetcache.MultiLevelCacheBuilder
 
keyConvertor(Function<Object, Object>) - 类中的方法 com.alicp.jetcache.template.QuickConfig.Builder
 
keyPrefix(String) - 类中的方法 com.alicp.jetcache.external.ExternalCacheBuilder
 
keyPrefixSupplier(Supplier<String>) - 类中的方法 com.alicp.jetcache.external.ExternalCacheBuilder
 
Kryo5ValueDecoder - com.alicp.jetcache.support中的类
Created on 2016/10/4.
Kryo5ValueDecoder(boolean) - 类的构造器 com.alicp.jetcache.support.Kryo5ValueDecoder
 
Kryo5ValueEncoder - com.alicp.jetcache.support中的类
Created on 2016/10/4.
Kryo5ValueEncoder(boolean) - 类的构造器 com.alicp.jetcache.support.Kryo5ValueEncoder
 
KryoValueDecoder - com.alicp.jetcache.support中的类
Created on 2016/10/4.
KryoValueDecoder(boolean) - 类的构造器 com.alicp.jetcache.support.KryoValueDecoder
 
KryoValueEncoder - com.alicp.jetcache.support中的类
Created on 2016/10/4.
KryoValueEncoder(boolean) - 类的构造器 com.alicp.jetcache.support.KryoValueEncoder
 

L

limit(int) - 类中的方法 com.alicp.jetcache.embedded.EmbeddedCacheBuilder
 
limit(int) - 类中的方法 com.alicp.jetcache.external.MockRemoteCacheBuilder
 
LinkedHashMapCache<K,V> - com.alicp.jetcache.embedded中的类
 
LinkedHashMapCache(EmbeddedCacheConfig<K, V>) - 类的构造器 com.alicp.jetcache.embedded.LinkedHashMapCache
 
LinkedHashMapCacheBuilder<T extends EmbeddedCacheBuilder<T>> - com.alicp.jetcache.embedded中的类
Created on 2016/11/29.
LinkedHashMapCacheBuilder.LinkedHashMapCacheBuilderImpl - com.alicp.jetcache.embedded中的类
 
LinkedHashMapCacheBuilderImpl() - 类的构造器 com.alicp.jetcache.embedded.LinkedHashMapCacheBuilder.LinkedHashMapCacheBuilderImpl
 
load(K) - 接口中的方法 com.alicp.jetcache.CacheLoader
 
loadAll(Set<K>) - 接口中的方法 com.alicp.jetcache.CacheLoader
 
loader(CacheLoader<K, V>) - 类中的方法 com.alicp.jetcache.AbstractCacheBuilder
 
loader(CacheLoader<K, V>) - 类中的方法 com.alicp.jetcache.template.QuickConfig.Builder
 
LoadingCache<K,V> - com.alicp.jetcache中的类
Created on 2017/5/17.
LoadingCache(Cache<K, V>) - 类的构造器 com.alicp.jetcache.LoadingCache
 
loadQps() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
localExpire(Duration) - 类中的方法 com.alicp.jetcache.template.QuickConfig.Builder
 
localLimit(Integer) - 类中的方法 com.alicp.jetcache.template.QuickConfig.Builder
 
LOCK_KEY_SUFFIX - 类中的静态变量 com.alicp.jetcache.RefreshCache
 
logger - 接口中的静态变量 com.alicp.jetcache.Cache
 

M

MetricsMonitorInstaller - com.alicp.jetcache.template中的类
 
MetricsMonitorInstaller(Consumer<StatInfo>, Duration) - 类的构造器 com.alicp.jetcache.template.MetricsMonitorInstaller
 
MockRemoteCache<K,V> - com.alicp.jetcache.external中的类
 
MockRemoteCache(MockRemoteCacheConfig<K, V>) - 类的构造器 com.alicp.jetcache.external.MockRemoteCache
 
MockRemoteCacheBuilder<T extends ExternalCacheBuilder<T>> - com.alicp.jetcache.external中的类
Created on 2016/10/20.
MockRemoteCacheBuilder() - 类的构造器 com.alicp.jetcache.external.MockRemoteCacheBuilder
 
MockRemoteCacheBuilder.MockRemoteCacheBuilderImpl - com.alicp.jetcache.external中的类
 
MockRemoteCacheBuilderImpl() - 类的构造器 com.alicp.jetcache.external.MockRemoteCacheBuilder.MockRemoteCacheBuilderImpl
 
MockRemoteCacheConfig<K,V> - com.alicp.jetcache.external中的类
 
MockRemoteCacheConfig() - 类的构造器 com.alicp.jetcache.external.MockRemoteCacheConfig
 
MSG_ILLEGAL_ARGUMENT - 类中的静态变量 com.alicp.jetcache.CacheResult
 
MultiGetResult<K,V> - com.alicp.jetcache中的类
Created on 2017/2/21.
MultiGetResult(CacheResultCode, String, Map<K, CacheGetResult<V>>) - 类的构造器 com.alicp.jetcache.MultiGetResult
 
MultiGetResult(Throwable) - 类的构造器 com.alicp.jetcache.MultiGetResult
 
MultiGetResult(CompletionStage<ResultData>) - 类的构造器 com.alicp.jetcache.MultiGetResult
 
MultiLevelCache<K,V> - com.alicp.jetcache中的类
Created on 16/9/13.
MultiLevelCache(Cache...) - 类的构造器 com.alicp.jetcache.MultiLevelCache
已过时。
MultiLevelCache(MultiLevelCacheConfig<K, V>) - 类的构造器 com.alicp.jetcache.MultiLevelCache
 
MultiLevelCacheBuilder<T extends MultiLevelCacheBuilder<T>> - com.alicp.jetcache中的类
Created on 2017/5/24.
MultiLevelCacheBuilder.MultiLevelCacheBuilderImpl - com.alicp.jetcache中的类
 
MultiLevelCacheBuilderImpl() - 类的构造器 com.alicp.jetcache.MultiLevelCacheBuilder.MultiLevelCacheBuilderImpl
 
MultiLevelCacheConfig<K,V> - com.alicp.jetcache中的类
Created on 2017/5/24.
MultiLevelCacheConfig() - 类的构造器 com.alicp.jetcache.MultiLevelCacheConfig
 

N

newBuilder(String) - 类中的静态方法 com.alicp.jetcache.template.QuickConfig
 
newBuilder(String, String) - 类中的静态方法 com.alicp.jetcache.template.QuickConfig
 
newPolicy(long, TimeUnit) - 类中的静态方法 com.alicp.jetcache.RefreshPolicy
 
NOT_EXISTS - 枚举 中的枚举常量 com.alicp.jetcache.CacheResultCode
 
NOT_EXISTS_WITHOUT_MSG - 类中的静态变量 com.alicp.jetcache.CacheGetResult
 
notify(CacheEvent) - 类中的方法 com.alicp.jetcache.AbstractCache
 
NotifyMonitorInstaller - com.alicp.jetcache.template中的类
 
NotifyMonitorInstaller(Function<String, CacheBuilder>) - 类的构造器 com.alicp.jetcache.template.NotifyMonitorInstaller
 

P

PART_SUCCESS - 枚举 中的枚举常量 com.alicp.jetcache.CacheResultCode
 
PART_SUCCESS_WITHOUT_MSG - 类中的静态变量 com.alicp.jetcache.CacheResult
 
penetrationProtect(Boolean) - 类中的方法 com.alicp.jetcache.template.QuickConfig.Builder
 
penetrationProtectTimeout(Duration) - 类中的方法 com.alicp.jetcache.template.QuickConfig.Builder
 
ProxyCache<K,V> - com.alicp.jetcache中的接口
Created on 2016/12/13.
publish(CacheMessage) - 类中的方法 com.alicp.jetcache.support.BroadcastManager
 
put(K, V) - 接口中的方法 com.alicp.jetcache.Cache
Associates the specified value with the specified key in the cache.
put(K, V) - 类中的方法 com.alicp.jetcache.SimpleProxyCache
 
put(K, V, long, TimeUnit) - 接口中的方法 com.alicp.jetcache.Cache
Associates the specified value with the specified key in the cache.
put(K, V, long, TimeUnit) - 类中的方法 com.alicp.jetcache.SimpleProxyCache
 
PUT(K, V) - 接口中的方法 com.alicp.jetcache.Cache
Associates the specified value with the specified key in the cache.
PUT(K, V) - 类中的方法 com.alicp.jetcache.MultiLevelCache
 
PUT(K, V) - 类中的方法 com.alicp.jetcache.SimpleProxyCache
 
PUT(K, V, long, TimeUnit) - 类中的方法 com.alicp.jetcache.AbstractCache
 
PUT(K, V, long, TimeUnit) - 接口中的方法 com.alicp.jetcache.Cache
Associates the specified value with the specified key in the cache.
PUT(K, V, long, TimeUnit) - 类中的方法 com.alicp.jetcache.SimpleProxyCache
 
PUT_ALL(Map<? extends K, ? extends V>) - 接口中的方法 com.alicp.jetcache.Cache
Copies all of the entries from the specified map to the cache.
PUT_ALL(Map<? extends K, ? extends V>) - 类中的方法 com.alicp.jetcache.MultiLevelCache
 
PUT_ALL(Map<? extends K, ? extends V>) - 类中的方法 com.alicp.jetcache.SimpleProxyCache
 
PUT_ALL(Map<? extends K, ? extends V>, long, TimeUnit) - 类中的方法 com.alicp.jetcache.AbstractCache
 
PUT_ALL(Map<? extends K, ? extends V>, long, TimeUnit) - 接口中的方法 com.alicp.jetcache.Cache
Copies all of the entries from the specified map to the cache.
PUT_ALL(Map<? extends K, ? extends V>, long, TimeUnit) - 类中的方法 com.alicp.jetcache.SimpleProxyCache
 
PUT_IF_ABSENT(K, V, long, TimeUnit) - 类中的方法 com.alicp.jetcache.AbstractCache
 
PUT_IF_ABSENT(K, V, long, TimeUnit) - 接口中的方法 com.alicp.jetcache.Cache
If the specified key is not already associated with a value, associate it with the given value.
PUT_IF_ABSENT(K, V, long, TimeUnit) - 类中的方法 com.alicp.jetcache.SimpleProxyCache
 
putAll(Map<? extends K, ? extends V>) - 接口中的方法 com.alicp.jetcache.Cache
Copies all of the entries from the specified map to the cache.
putAll(Map<? extends K, ? extends V>) - 类中的方法 com.alicp.jetcache.SimpleProxyCache
 
putAll(Map<? extends K, ? extends V>, long, TimeUnit) - 接口中的方法 com.alicp.jetcache.Cache
Copies all of the entries from the specified map to the cache.
putAll(Map<? extends K, ? extends V>, long, TimeUnit) - 类中的方法 com.alicp.jetcache.SimpleProxyCache
 
putAllValues(Map) - 接口中的方法 com.alicp.jetcache.embedded.InnerMap
 
putBroadcastManager(BroadcastManager) - 接口中的方法 com.alicp.jetcache.CacheManager
 
putBroadcastManager(String, BroadcastManager) - 接口中的方法 com.alicp.jetcache.CacheManager
 
putBroadcastManager(String, BroadcastManager) - 类中的方法 com.alicp.jetcache.SimpleCacheManager
 
putCache(String, Cache) - 接口中的方法 com.alicp.jetcache.CacheManager
 
putCache(String, String, Cache) - 接口中的方法 com.alicp.jetcache.CacheManager
 
putCache(String, String, Cache) - 类中的方法 com.alicp.jetcache.SimpleCacheManager
 
putIfAbsent(K, V) - 接口中的方法 com.alicp.jetcache.Cache
Atomically associates the specified key with the given value if it is not already associated with a value.
putIfAbsent(K, V) - 类中的方法 com.alicp.jetcache.MultiLevelCache
 
putIfAbsent(K, V) - 类中的方法 com.alicp.jetcache.SimpleProxyCache
 
putIfAbsentValue(Object, Object) - 接口中的方法 com.alicp.jetcache.embedded.InnerMap
 
putTps() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
putValue(Object, Object) - 接口中的方法 com.alicp.jetcache.embedded.InnerMap
 

Q

qps() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
QuickConfig - com.alicp.jetcache.template中的类
 
QuickConfig.Builder - com.alicp.jetcache.template中的类
 

R

RefreshCache<K,V> - com.alicp.jetcache中的类
Created on 2017/5/25.
RefreshCache(Cache) - 类的构造器 com.alicp.jetcache.RefreshCache
 
refreshLockTimeout(long, TimeUnit) - 类中的方法 com.alicp.jetcache.RefreshPolicy
 
refreshPolicy(RefreshPolicy) - 类中的方法 com.alicp.jetcache.AbstractCacheBuilder
 
refreshPolicy(RefreshPolicy) - 类中的方法 com.alicp.jetcache.template.QuickConfig.Builder
 
RefreshPolicy - com.alicp.jetcache中的类
Created on 2017/5/25.
RefreshPolicy() - 类的构造器 com.alicp.jetcache.RefreshPolicy
 
register(int, AbstractValueDecoder) - 类中的方法 com.alicp.jetcache.support.DecoderMap
 
remove(K) - 接口中的方法 com.alicp.jetcache.Cache
Removes the mapping for a key from this cache if it is present.
remove(K) - 类中的方法 com.alicp.jetcache.SimpleProxyCache
 
REMOVE(K) - 类中的方法 com.alicp.jetcache.AbstractCache
 
REMOVE(K) - 接口中的方法 com.alicp.jetcache.Cache
Removes the mapping for a key from this cache if it is present.
REMOVE(K) - 类中的方法 com.alicp.jetcache.SimpleProxyCache
 
REMOVE_ALL(Set<? extends K>) - 类中的方法 com.alicp.jetcache.AbstractCache
 
REMOVE_ALL(Set<? extends K>) - 接口中的方法 com.alicp.jetcache.Cache
Removes entries for the specified keys.
REMOVE_ALL(Set<? extends K>) - 类中的方法 com.alicp.jetcache.SimpleProxyCache
 
removeAll(Set<? extends K>) - 接口中的方法 com.alicp.jetcache.Cache
Removes entries for the specified keys.
removeAll(Set<? extends K>) - 类中的方法 com.alicp.jetcache.SimpleProxyCache
 
removeAllValues(Collection) - 接口中的方法 com.alicp.jetcache.embedded.InnerMap
 
removeTps() - 类中的方法 com.alicp.jetcache.support.CacheStat
 
removeValue(Object) - 接口中的方法 com.alicp.jetcache.embedded.InnerMap
 
reset() - 类中的静态方法 com.alicp.jetcache.external.MockRemoteCacheBuilder
 
resetStat() - 类中的方法 com.alicp.jetcache.support.DefaultCacheMonitor
 
ResultData - com.alicp.jetcache中的类
Created on 2017/5/2.
ResultData(CacheResultCode, String, Object) - 类的构造器 com.alicp.jetcache.ResultData
 
ResultData(Throwable) - 类的构造器 com.alicp.jetcache.ResultData
 

S

setAccessTime(long) - 类中的方法 com.alicp.jetcache.CacheValueHolder
 
setArea(String) - 类中的方法 com.alicp.jetcache.support.CacheMessage
 
setBroadcastChannel(String) - 类中的方法 com.alicp.jetcache.external.ExternalCacheBuilder
 
setBroadcastChannel(String) - 类中的方法 com.alicp.jetcache.external.ExternalCacheConfig
 
setCacheBuilderTemplate(CacheBuilderTemplate) - 类中的方法 com.alicp.jetcache.SimpleCacheManager
 
setCacheName(String) - 类中的方法 com.alicp.jetcache.support.CacheMessage
 
setCacheName(String) - 类中的方法 com.alicp.jetcache.support.CacheStat
 
setCacheNullValue(boolean) - 类中的方法 com.alicp.jetcache.AbstractCacheBuilder
 
setCacheNullValue(boolean) - 类中的方法 com.alicp.jetcache.CacheConfig
 
setCachePenetrateProtect(boolean) - 类中的方法 com.alicp.jetcache.AbstractCacheBuilder
 
setCachePenetrationProtect(boolean) - 类中的方法 com.alicp.jetcache.CacheConfig
 
setCaches(List<Cache<K, V>>) - 类中的方法 com.alicp.jetcache.MultiLevelCacheConfig
 
setCaches(List<Cache>) - 类中的方法 com.alicp.jetcache.MultiLevelCacheBuilder
 
setData(Object) - 类中的方法 com.alicp.jetcache.ResultData
 
setDecoderMap(DecoderMap) - 类中的方法 com.alicp.jetcache.support.AbstractValueDecoder
 
setDefaultExecutor(ScheduledExecutorService) - 类中的静态方法 com.alicp.jetcache.support.JetCacheExecutor
 
setDefaultExpireInMillis(long) - 类中的方法 com.alicp.jetcache.CacheConfig
已过时。
setDefaultTimeout(Duration) - 类中的静态方法 com.alicp.jetcache.CacheResult
 
setEndTime(long) - 类中的方法 com.alicp.jetcache.support.StatInfo
 
setExpireAfterAccessInMillis(long) - 类中的方法 com.alicp.jetcache.AbstractCacheBuilder
 
setExpireAfterAccessInMillis(long) - 类中的方法 com.alicp.jetcache.CacheConfig
 
setExpireAfterAccessInMillis(long) - 类中的方法 com.alicp.jetcache.MultiLevelCacheBuilder
 
setExpireAfterWriteInMillis(long) - 类中的方法 com.alicp.jetcache.AbstractCacheBuilder
 
setExpireAfterWriteInMillis(long) - 类中的方法 com.alicp.jetcache.CacheConfig
 
setExpireTime(long) - 类中的方法 com.alicp.jetcache.CacheValueHolder
 
setGetCount(long) - 类中的方法 com.alicp.jetcache.support.CacheStat
 
setGetExpireCount(long) - 类中的方法 com.alicp.jetcache.support.CacheStat
 
setGetFailCount(long) - 类中的方法 com.alicp.jetcache.support.CacheStat
 
setGetHitCount(long) - 类中的方法 com.alicp.jetcache.support.CacheStat
 
setGetMissCount(long) - 类中的方法 com.alicp.jetcache.support.CacheStat
 
setGetTimeSum(long) - 类中的方法 com.alicp.jetcache.support.CacheStat
 
setHeavyIOExecutor(ScheduledExecutorService) - 类中的静态方法 com.alicp.jetcache.support.JetCacheExecutor
 
setKeyConvertor(Function<Object, Object>) - 类中的方法 com.alicp.jetcache.AbstractCacheBuilder
 
setKeyConvertor(Function<Object, Object>) - 类中的方法 com.alicp.jetcache.MultiLevelCacheBuilder
 
setKeyConvertor(Function<K, Object>) - 类中的方法 com.alicp.jetcache.CacheConfig
 
setKeyPrefix(String) - 类中的方法 com.alicp.jetcache.external.ExternalCacheBuilder
 
setKeyPrefix(String) - 类中的方法 com.alicp.jetcache.external.ExternalCacheConfig
 
setKeyPrefixSupplier(Supplier<String>) - 类中的方法 com.alicp.jetcache.external.ExternalCacheBuilder
 
setKeyPrefixSupplier(Supplier<String>) - 类中的方法 com.alicp.jetcache.external.ExternalCacheConfig
 
setKeys(Object[]) - 类中的方法 com.alicp.jetcache.support.CacheMessage
 
setLimit(int) - 类中的方法 com.alicp.jetcache.embedded.EmbeddedCacheBuilder
 
setLimit(int) - 类中的方法 com.alicp.jetcache.embedded.EmbeddedCacheConfig
 
setLimit(int) - 类中的方法 com.alicp.jetcache.external.MockRemoteCacheBuilder
 
setLimit(int) - 类中的方法 com.alicp.jetcache.external.MockRemoteCacheConfig
 
setLoadCount(long) - 类中的方法 com.alicp.jetcache.support.CacheStat
 
setLoader(CacheLoader<K, V>) - 类中的方法 com.alicp.jetcache.AbstractCacheBuilder
 
setLoader(CacheLoader<K, V>) - 类中的方法 com.alicp.jetcache.CacheConfig
 
setLoadFailCount(long) - 类中的方法 com.alicp.jetcache.support.CacheStat
 
setLoadSuccessCount(long) - 类中的方法 com.alicp.jetcache.support.CacheStat
 
setLoadTimeSum(long) - 类中的方法 com.alicp.jetcache.support.CacheStat
 
setMaxGetTime(long) - 类中的方法 com.alicp.jetcache.support.CacheStat
 
setMaxLoadTime(long) - 类中的方法 com.alicp.jetcache.support.CacheStat
 
setMaxPutTime(long) - 类中的方法 com.alicp.jetcache.support.CacheStat
 
setMaxRemoveTime(long) - 类中的方法 com.alicp.jetcache.support.CacheStat
 
setMessage(String) - 类中的方法 com.alicp.jetcache.ResultData
 
setMinGetTime(long) - 类中的方法 com.alicp.jetcache.support.CacheStat
 
setMinLoadTime(long) - 类中的方法 com.alicp.jetcache.support.CacheStat
 
setMinPutTime(long) - 类中的方法 com.alicp.jetcache.support.CacheStat
 
setMinRemoveTime(long) - 类中的方法 com.alicp.jetcache.support.CacheStat
 
setMonitors(List<CacheMonitor>) - 类中的方法 com.alicp.jetcache.AbstractCacheBuilder
 
setMonitors(List<CacheMonitor>) - 类中的方法 com.alicp.jetcache.CacheConfig
 
setPenetrationProtectTimeout(Duration) - 类中的方法 com.alicp.jetcache.CacheConfig
 
setPutCount(long) - 类中的方法 com.alicp.jetcache.support.CacheStat
 
setPutFailCount(long) - 类中的方法 com.alicp.jetcache.support.CacheStat
 
setPutSuccessCount(long) - 类中的方法 com.alicp.jetcache.support.CacheStat
 
setPutTimeSum(long) - 类中的方法 com.alicp.jetcache.support.CacheStat
 
setRefreshLockTimeoutMillis(long) - 类中的方法 com.alicp.jetcache.RefreshPolicy
 
setRefreshMillis(long) - 类中的方法 com.alicp.jetcache.RefreshPolicy
 
setRefreshPolicy(RefreshPolicy) - 类中的方法 com.alicp.jetcache.AbstractCacheBuilder
 
setRefreshPolicy(RefreshPolicy) - 类中的方法 com.alicp.jetcache.CacheConfig
 
setRemoveCount(long) - 类中的方法 com.alicp.jetcache.support.CacheStat
 
setRemoveFailCount(long) - 类中的方法 com.alicp.jetcache.support.CacheStat
 
setRemoveSuccessCount(long) - 类中的方法 com.alicp.jetcache.support.CacheStat
 
setRemoveTimeSum(long) - 类中的方法 com.alicp.jetcache.support.CacheStat
 
setResultCode(CacheResultCode) - 类中的方法 com.alicp.jetcache.ResultData
 
setSourceId(String) - 类中的方法 com.alicp.jetcache.support.CacheMessage
 
setStartTime(long) - 类中的方法 com.alicp.jetcache.support.StatInfo
 
setStatEndTime(long) - 类中的方法 com.alicp.jetcache.support.CacheStat
 
setStats(List<CacheStat>) - 类中的方法 com.alicp.jetcache.support.StatInfo
 
setStatStartTime(long) - 类中的方法 com.alicp.jetcache.support.CacheStat
 
setStopRefreshAfterLastAccessMillis(long) - 类中的方法 com.alicp.jetcache.RefreshPolicy
 
setTimeout(Duration) - 类中的方法 com.alicp.jetcache.CacheResult
 
setTryLockInquiryCount(int) - 类中的方法 com.alicp.jetcache.CacheConfig
 
setTryLockLockCount(int) - 类中的方法 com.alicp.jetcache.CacheConfig
 
setTryLockUnlockCount(int) - 类中的方法 com.alicp.jetcache.CacheConfig
 
setType(int) - 类中的方法 com.alicp.jetcache.support.CacheMessage
 
setUseExpireOfSubCache(boolean) - 类中的方法 com.alicp.jetcache.MultiLevelCacheBuilder
 
setUseExpireOfSubCache(boolean) - 类中的方法 com.alicp.jetcache.MultiLevelCacheConfig
 
setValue(V) - 类中的方法 com.alicp.jetcache.CacheValueHolder
 
setValueDecoder(Function<byte[], Object>) - 类中的方法 com.alicp.jetcache.external.ExternalCacheBuilder
 
setValueDecoder(Function<byte[], Object>) - 类中的方法 com.alicp.jetcache.external.ExternalCacheConfig
 
setValueEncoder(Function<Object, byte[]>) - 类中的方法 com.alicp.jetcache.external.ExternalCacheBuilder
 
setValueEncoder(Function<Object, byte[]>) - 类中的方法 com.alicp.jetcache.external.ExternalCacheConfig
 
setValues(Object[]) - 类中的方法 com.alicp.jetcache.support.CacheMessage
 
shutdown() - 类中的方法 com.alicp.jetcache.support.AbstractLifecycle
 
SimpleCacheManager - com.alicp.jetcache中的类
 
SimpleCacheManager() - 类的构造器 com.alicp.jetcache.SimpleCacheManager
 
SimpleProxyCache<K,V> - com.alicp.jetcache中的类
Created on 2017/5/17.
SimpleProxyCache(Cache<K, V>) - 类的构造器 com.alicp.jetcache.SimpleProxyCache
 
SpringJavaValueDecoder - com.alicp.jetcache.support中的类
 
SpringJavaValueDecoder(boolean) - 类的构造器 com.alicp.jetcache.support.SpringJavaValueDecoder
 
SquashedLogger - com.alicp.jetcache.support中的类
 
start() - 类中的方法 com.alicp.jetcache.support.DefaultMetricsManager
 
startSubscribe() - 类中的方法 com.alicp.jetcache.support.BroadcastManager
 
StatInfo - com.alicp.jetcache.support中的类
Created on 2016/11/29.
StatInfo() - 类的构造器 com.alicp.jetcache.support.StatInfo
 
StatInfoLogger - com.alicp.jetcache.support中的类
Created on 2016/12/6.
StatInfoLogger(boolean) - 类的构造器 com.alicp.jetcache.support.StatInfoLogger
 
stop() - 类中的方法 com.alicp.jetcache.support.DefaultMetricsManager
 
stopRefreshAfterLastAccess(long, TimeUnit) - 类中的方法 com.alicp.jetcache.RefreshPolicy
 
SUCCESS - 枚举 中的枚举常量 com.alicp.jetcache.CacheResultCode
 
SUCCESS_WITHOUT_MSG - 类中的静态变量 com.alicp.jetcache.CacheResult
 
supportBroadcast() - 类中的方法 com.alicp.jetcache.external.ExternalCacheBuilder
 
supportBroadcast() - 类中的方法 com.alicp.jetcache.external.MockRemoteCacheBuilder
 
syncLocal(Boolean) - 类中的方法 com.alicp.jetcache.template.QuickConfig.Builder
 

T

TIMESTAMP_KEY_SUFFIX - 类中的静态变量 com.alicp.jetcache.RefreshCache
 
tryLock(K, long, TimeUnit) - 接口中的方法 com.alicp.jetcache.Cache
Use this cache attempt to acquire a exclusive lock specified by the key, this method will not block.
tryLock(K, long, TimeUnit) - 类中的方法 com.alicp.jetcache.MultiLevelCache
 
tryLock(K, long, TimeUnit) - 类中的方法 com.alicp.jetcache.SimpleProxyCache
 
tryLockAndRun(K, long, TimeUnit, Runnable) - 接口中的方法 com.alicp.jetcache.Cache
Use this cache to try run an action exclusively.
tryLockAndRun(K, long, TimeUnit, Runnable) - 类中的方法 com.alicp.jetcache.SimpleProxyCache
 
TYPE_PUT - 类中的静态变量 com.alicp.jetcache.support.CacheMessage
 
TYPE_PUT_ALL - 类中的静态变量 com.alicp.jetcache.support.CacheMessage
 
TYPE_REMOVE - 类中的静态变量 com.alicp.jetcache.support.CacheMessage
 
TYPE_REMOVE_ALL - 类中的静态变量 com.alicp.jetcache.support.CacheMessage
 

U

unwrap(Class<T>) - 接口中的方法 com.alicp.jetcache.Cache
Provides a standard way to access the underlying concrete cache entry implementation in order to provide access to further, proprietary features.
unwrap(Class<T>) - 类中的方法 com.alicp.jetcache.embedded.CaffeineCache
 
unwrap(Class<T>) - 类中的方法 com.alicp.jetcache.embedded.LinkedHashMapCache
 
unwrap(Class<T>) - 类中的方法 com.alicp.jetcache.external.MockRemoteCache
 
unwrap(Class<T>) - 类中的方法 com.alicp.jetcache.MultiLevelCache
 
unwrap(Class<T>) - 接口中的方法 com.alicp.jetcache.ProxyCache
 
unwrap(Class<T>) - 类中的方法 com.alicp.jetcache.SimpleProxyCache
 
unwrapValues() - 类中的方法 com.alicp.jetcache.MultiGetResult
 
useAreaInPrefix(Boolean) - 类中的方法 com.alicp.jetcache.template.QuickConfig.Builder
 
useExpireOfSubCache(boolean) - 类中的方法 com.alicp.jetcache.MultiLevelCacheBuilder
 

V

valueDecoder(Function<byte[], Object>) - 类中的方法 com.alicp.jetcache.external.ExternalCacheBuilder
 
valueDecoder(Function<byte[], Object>) - 类中的方法 com.alicp.jetcache.template.QuickConfig.Builder
 
valueEncoder(Function<Object, byte[]>) - 类中的方法 com.alicp.jetcache.external.ExternalCacheBuilder
 
valueEncoder(Function<Object, byte[]>) - 类中的方法 com.alicp.jetcache.template.QuickConfig.Builder
 
ValueEncoders - com.alicp.jetcache.support中的接口
 
valueOf(String) - 枚举中的静态方法 com.alicp.jetcache.CacheResultCode
返回带有指定名称的该类型的枚举常量。
values() - 枚举中的静态方法 com.alicp.jetcache.CacheResultCode
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。
vetoCacheUpdate() - 接口中的方法 com.alicp.jetcache.CacheLoader
 

W

waitForResult(Duration) - 类中的方法 com.alicp.jetcache.CacheResult
 

_

__removeAll(Set<? extends K>) - 类中的方法 com.alicp.jetcache.embedded.AbstractEmbeddedCache
 
A B C D E F G H I J K L M N P Q R S T U V W _ 
All Classes and Interfaces|常量字段值|所有程序包|序列化表格