跳过导航链接
A B C D E F G H I J K L M N O P R S T U V W 

A

AbstractJedisConnection - org.iherus.shiro.cache.redis.connection.jedis中的类
AbstractJedisConnection
AbstractJedisConnection() - 类 的构造器org.iherus.shiro.cache.redis.connection.jedis.AbstractJedisConnection
 
AbstractLettuceConnection - org.iherus.shiro.cache.redis.connection.lettuce中的类
AbstractLettuceConnection
AbstractLettuceConnection() - 类 的构造器org.iherus.shiro.cache.redis.connection.lettuce.AbstractLettuceConnection
 
AbstractRedisConnection - org.iherus.shiro.cache.redis.connection中的类
RedisConnection_super_class
AbstractRedisConnection() - 类 的构造器org.iherus.shiro.cache.redis.connection.AbstractRedisConnection
 
AbstractRedisOperations - org.iherus.shiro.cache.redis中的类
根据FST依赖包的引入与否,将FstSerializer设定为默认的ValueSerializer
AbstractRedisOperations() - 类 的构造器org.iherus.shiro.cache.redis.AbstractRedisOperations
 
AbstractRedissonConnection - org.iherus.shiro.cache.redis.connection.redisson中的类
AbstractRedissonConnection
AbstractRedissonConnection() - 类 的构造器org.iherus.shiro.cache.redis.connection.redisson.AbstractRedissonConnection
 
add(boolean, Supplier<T>) - 类 中的方法org.iherus.shiro.util.Utils.MutableArray
 
addClusterNode(HostPortPair) - 类 中的方法org.iherus.shiro.cache.redis.config.RedisClusterConfiguration
Add cluster node.
addSentinel(HostPortPair) - 类 中的方法org.iherus.shiro.cache.redis.config.RedisSentinelConfiguration
Add sentinel.
afterCache(Serializable, Session) - 类 中的方法org.iherus.shiro.cache.redis.RedisSessionDAO
 
ascendingKeySet() - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentLinkedHashMap
Returns a unmodifiable snapshot Set view of the keys contained in this map.
ascendingKeySetWithLimit(int) - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Set view of the keys contained in this map.
ascendingMap() - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Map view of the mappings contained in this map.
ascendingMapWithLimit(int) - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Map view of the mappings contained in this map.
asEntryWeigher(Weigher<? super V>) - 类 中的静态方法org.iherus.shiro.util.concurrent.Weighers
A entry weigher backed by the specified weigher.
assertIsTrue(boolean, Supplier<String>) - 类 中的静态方法org.iherus.shiro.util.Utils
Assert a boolean expression, throwing an IllegalArgumentException if the expression evaluates to false.
assertNotBlank(String, String) - 类 中的静态方法org.iherus.shiro.util.Utils
Assert that the given String contains valid text content; that is, it must not be null and must contain at least one non-whitespace character.
assertNotNull(Object, String) - 类 中的静态方法org.iherus.shiro.util.Utils
Assert whether the object is null.

B

batchDeleteOnCluster(int, byte[][], Function<byte[][], Long>, Function<byte[], Integer>) - 类 中的方法org.iherus.shiro.cache.redis.connection.AbstractRedisConnection
集群批量删除
batchDeleteOnStandalone(int, byte[][], Function<byte[][], Long>) - 类 中的方法org.iherus.shiro.cache.redis.connection.AbstractRedisConnection
单机批量删除
batchGetOnCluster(int, byte[][], Function<byte[][], List<byte[]>>, Function<byte[], Integer>) - 类 中的方法org.iherus.shiro.cache.redis.connection.AbstractRedisConnection
集群批量获取,按slot分类后,分批执行MGET操作
batchGetOnStandalone(int, byte[][], Function<byte[][], List<byte[]>>) - 类 中的方法org.iherus.shiro.cache.redis.connection.AbstractRedisConnection
单机批量获取,分批次执行MGET操作
BatchOptions - org.iherus.shiro.cache.redis.connection中的类
批量处理参数类
BatchOptions.Builder - org.iherus.shiro.cache.redis.connection中的类
 
build() - 类 中的方法org.iherus.shiro.cache.redis.connection.BatchOptions.Builder
 
build() - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentLinkedHashMap.Builder
Creates a new ConcurrentLinkedHashMap instance.
builder() - 类 中的静态方法org.iherus.shiro.cache.redis.connection.BatchOptions
 
Builder() - 类 的构造器org.iherus.shiro.util.concurrent.ConcurrentLinkedHashMap.Builder
 
byteArray() - 类 中的静态方法org.iherus.shiro.util.concurrent.Weighers
A weigher where the value is a byte array and its weight is the number of bytes.
bytesToText(byte[]) - 类 中的静态方法org.iherus.shiro.util.Utils
Byte[] about

C

cache(Session, Serializable, Cache<Serializable, Session>) - 类 中的方法org.iherus.shiro.cache.redis.RedisSessionDAO
 
capacity() - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentLinkedHashMap
Retrieves the maximum weighted capacity of the map.
clear() - 类 中的方法org.iherus.shiro.cache.redis.RedisCache
 
clear() - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentLinkedHashMap
 
clone(byte[]) - 类 中的静态方法org.iherus.shiro.util.Utils
Clones an array returning a typecast result and handling null.
close() - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisClusterConnection
 
close() - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnection
 
close() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceClusterConnection
 
close() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnection
 
close() - 接口 中的方法org.iherus.shiro.cache.redis.connection.RedisConnection
 
close() - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonClusterConnection
 
close() - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnection
 
close() - 类 中的方法org.iherus.shiro.cache.redis.connection.spring.CompatibleRedisConnection
 
CodecException(String) - 异常错误 的构造器org.iherus.shiro.util.Md5Utils.CodecException
 
CodecException(String, Throwable) - 异常错误 的构造器org.iherus.shiro.util.Md5Utils.CodecException
 
collection() - 类 中的静态方法org.iherus.shiro.util.concurrent.Weighers
A weigher where the value is a Collection and its weight is the number of elements.
commaDelimitedListToSet(String) - 类 中的静态方法org.iherus.shiro.util.Utils
Convert a comma delimited list (e.g., a row from a CSV file) into a set.
commaDelimitedListToStringArray(String) - 类 中的静态方法org.iherus.shiro.util.Utils
Convert a comma delimited list (e.g., a row from a CSV file) into an array of strings.
command() - 枚举 中的方法org.iherus.shiro.cache.redis.Constant.Select
 
CompatibleRedisConnection - org.iherus.shiro.cache.redis.connection.spring中的类
Implemention for compatibility with RedisConnection
CompatibleRedisConnection(RedisConnection) - 类 的构造器org.iherus.shiro.cache.redis.connection.spring.CompatibleRedisConnection
 
CompatibleRedisConnection(RedisConnection, BatchOptions) - 类 的构造器org.iherus.shiro.cache.redis.connection.spring.CompatibleRedisConnection
 
CompatibleRedisConnectionFactory - org.iherus.shiro.cache.redis.connection.spring中的类
Implemention for compatibility with RedisConnectionFactory
CompatibleRedisConnectionFactory() - 类 的构造器org.iherus.shiro.cache.redis.connection.spring.CompatibleRedisConnectionFactory
 
CompatibleRedisConnectionFactory(RedisConnectionFactory) - 类 的构造器org.iherus.shiro.cache.redis.connection.spring.CompatibleRedisConnectionFactory
 
concurrencyLevel(int) - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentLinkedHashMap.Builder
Specifies the estimated number of concurrently updating threads.
ConcurrentLinkedHashMap<K,V> - org.iherus.shiro.util.concurrent中的类
A hash table supporting full concurrency of retrievals, adjustable expected concurrency for updates, and a maximum capacity to bound the map by.
ConcurrentLinkedHashMap.Builder<K,V> - org.iherus.shiro.util.concurrent中的类
A builder that creates ConcurrentLinkedHashMap instances.
ConnectionPool - org.iherus.shiro.cache.redis.connection.lettuce中的类
Lettuce_Commons-pool2 ConnectionPool
ConnectionPool() - 类 的构造器org.iherus.shiro.cache.redis.connection.lettuce.ConnectionPool
 
ConnectionPoolException - org.iherus.shiro.exception中的异常错误
ConnectionPool 相关业务异常
ConnectionPoolException(String) - 异常错误 的构造器org.iherus.shiro.exception.ConnectionPoolException
 
ConnectionPoolException(String, Throwable) - 异常错误 的构造器org.iherus.shiro.exception.ConnectionPoolException
 
ConnectionProvider - org.iherus.shiro.cache.redis.connection.lettuce中的接口
ConnectionProvider
ConnectionProvider.ClientProvider - org.iherus.shiro.cache.redis.connection.lettuce中的接口
 
Constant - org.iherus.shiro.cache.redis中的接口
 
Constant.Select - org.iherus.shiro.cache.redis中的枚举
 
containsKey(Object) - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentLinkedHashMap
 
containsValue(Object) - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentLinkedHashMap
 
convertToStringPairs(Set<HostPortPair>, boolean, boolean...) - 类 中的静态方法org.iherus.shiro.cache.redis.config.HostPortPair
 
createClient() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
createClient() - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
createConnectionPool(AbstractRedisClient, RedisCodec<?, ?>, ReadFrom) - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
createConnectionProvider(AbstractRedisClient, RedisCodec<?, ?>, ReadFrom) - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
createRedisCluster(RedisClusterConfiguration) - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
createRedisSentinelPool(RedisSentinelConfiguration) - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
createRedisStandalonePool(RedisStandaloneConfiguration) - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 

D

DEFAULT_BUFFER_SIZE - 类 中的静态变量org.iherus.shiro.cache.redis.serializer.ValueSerializer
 
DEFAULT_CACHE_EXPIRATION - 接口 中的静态变量org.iherus.shiro.cache.redis.Constant
Default cache timeout value, equal to 30 minutes.
DEFAULT_CACHE_KEY_PREFIX - 接口 中的静态变量org.iherus.shiro.cache.redis.Constant
Default cache key prefix.
DEFAULT_DEL_BATCH_SIZE - 接口 中的静态变量org.iherus.shiro.cache.redis.Constant
 
DEFAULT_FETCH_BATCH_SIZE - 接口 中的静态变量org.iherus.shiro.cache.redis.Constant
 
DEFAULT_SCAN_BATCH_SIZE - 接口 中的静态变量org.iherus.shiro.cache.redis.Constant
 
defaulted - 接口 中的静态变量org.iherus.shiro.cache.redis.config.RedisConfiguration
Default Configuration.
defaulted - 类 中的静态变量org.iherus.shiro.cache.redis.connection.BatchOptions
 
defaultExecutor() - 类 中的静态方法org.iherus.shiro.cache.redis.connection.AbstractRedisConnection
 
DefaultPoolConfig - org.iherus.shiro.cache.redis.config中的类
 
DefaultPoolConfig() - 类 的构造器org.iherus.shiro.cache.redis.config.DefaultPoolConfig
 
DefaultSerializer - org.iherus.shiro.cache.redis.serializer中的类
序列化工具类 Description:基于JDK原生实现,支持序列化和反序列化.
DefaultSerializer() - 类 的构造器org.iherus.shiro.cache.redis.serializer.DefaultSerializer
 
del(byte[]) - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisClusterConnection
 
del(byte[]) - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnection
 
del(byte[]) - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceClusterConnection
 
del(byte[]) - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnection
 
del(byte[]) - 接口 中的方法org.iherus.shiro.cache.redis.connection.RedisCacheCommands
 
del(byte[]) - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonClusterConnection
 
del(byte[]) - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnection
 
del(byte[]) - 类 中的方法org.iherus.shiro.cache.redis.connection.spring.CompatibleRedisConnection
 
delete(Session) - 类 中的方法org.iherus.shiro.cache.redis.RedisSessionDAO
 
deleteAny(String, String) - 类 中的静态方法org.iherus.shiro.util.Utils
Delete any character in a given String.
deleteSize(int) - 类 中的方法org.iherus.shiro.cache.redis.connection.BatchOptions.Builder
 
delimitedListToStringArray(String, String) - 类 中的静态方法org.iherus.shiro.util.Utils
Take a String that is a delimited list and convert it into a String array.
delimitedListToStringArray(String, String, String) - 类 中的静态方法org.iherus.shiro.util.Utils
Take a String that is a delimited list and convert it into a String array.
descendingKeySet() - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Set view of the keys contained in this map.
descendingKeySetWithLimit(int) - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Set view of the keys contained in this map.
descendingMap() - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Map view of the mappings contained in this map.
descendingMapWithLimit(int) - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentLinkedHashMap
Returns an unmodifiable snapshot Map view of the mappings contained in this map.
deserialize(byte[]) - 类 中的方法org.iherus.shiro.cache.redis.serializer.DefaultSerializer
 
deserialize(byte[]) - 类 中的方法org.iherus.shiro.cache.redis.serializer.FstSerializer
 
deserialize(byte[]) - 类 中的方法org.iherus.shiro.cache.redis.serializer.StringSerializer
 
destroy() - 接口 中的方法org.iherus.shiro.cache.redis.connection.Destroyable
Called when this object is being destroyed, allowing any necessary cleanup of internal resources.
destroy() - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
destroy() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
destroy() - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
destroy() - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheManager
 
Destroyable - org.iherus.shiro.cache.redis.connection中的接口
Implementation object requires a callback during destruction.
distributionScanKeys(Function<CompletionService<Set<byte[]>>, Integer>) - 类 中的方法org.iherus.shiro.cache.redis.connection.AbstractRedisConnection
并发扫描
doCreate(Session) - 类 中的方法org.iherus.shiro.cache.redis.RedisSessionDAO
 
doDelete(Session) - 类 中的方法org.iherus.shiro.cache.redis.RedisSessionDAO
 
doReadSession(Serializable) - 类 中的方法org.iherus.shiro.cache.redis.RedisSessionDAO
 
doUpdate(Session) - 类 中的方法org.iherus.shiro.cache.redis.RedisSessionDAO
 

E

EMPTY_ARRAY - 类 中的静态变量org.iherus.shiro.cache.redis.serializer.ValueSerializer
 
EMPTY_STRING - 类 中的静态变量org.iherus.shiro.cache.redis.connection.AbstractRedisConnection
 
entrySet() - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentLinkedHashMap
 
entrySingleton() - 类 中的静态方法org.iherus.shiro.util.concurrent.Weighers
A weigher where an entry has a weight of 1.
EntryWeigher<K,V> - org.iherus.shiro.util.concurrent中的接口
A class that can determine the weight of an entry.
equals(Object) - 类 中的方法org.iherus.shiro.cache.redis.config.HostPortPair
 
equals(Object) - 类 中的方法org.iherus.shiro.cache.redis.connection.BatchOptions
 
EvictionListener<K,V> - org.iherus.shiro.util.concurrent中的接口
A listener registered for notification when an entry is evicted.
execute(Function<RedisConnection, T>) - 接口 中的方法org.iherus.shiro.cache.redis.RedisOperations
 
ExecutionException - org.iherus.shiro.exception中的异常错误
命令执行出错时,抛出此异常
ExecutionException() - 异常错误 的构造器org.iherus.shiro.exception.ExecutionException
 
ExecutionException(String) - 异常错误 的构造器org.iherus.shiro.exception.ExecutionException
 
ExecutionException(Throwable) - 异常错误 的构造器org.iherus.shiro.exception.ExecutionException
 
ExecutionException(String, Throwable) - 异常错误 的构造器org.iherus.shiro.exception.ExecutionException
 
ExpiredCache<K,V> - org.iherus.shiro.cache.redis中的接口
Extension of Cache
ExpiredCache.Named - org.iherus.shiro.cache.redis中的接口
Instance with name.

F

failed(Throwable) - 类 中的静态方法org.iherus.shiro.cache.redis.connection.lettuce.Futures
Create a CompletableFuture that is completed exceptionally with throwable.
fetchJedisConnection() - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
Returns a Jedis instance to be used as a Redis connection.
fetchSize(int) - 类 中的方法org.iherus.shiro.cache.redis.connection.BatchOptions.Builder
 
findField(Class<?>, String) - 类 中的静态方法org.iherus.shiro.util.Utils
Attempt to find a field on the supplied Class with the supplied name.
findField(Class<?>, String, Class<?>) - 类 中的静态方法org.iherus.shiro.util.Utils
Attempt to find a field on the supplied Class with the supplied name and/or type.
findMethod(Class<?>, String) - 类 中的静态方法org.iherus.shiro.util.Utils
Attempt to find a Method on the supplied class with the supplied name and no parameters.
findMethod(Class<?>, String, Class<?>...) - 类 中的静态方法org.iherus.shiro.util.Utils
Attempt to find a Method on the supplied class with the supplied name and parameter types.
FstSerializer - org.iherus.shiro.cache.redis.serializer中的类
FST序相比Java原生序列化,具有更好的性能和更小的体积,建议使用 注意:当引入热部署组件:spring-boot-devtools,FST序列化会抛异常:java.lang.ClassCastException。
FstSerializer() - 类 的构造器org.iherus.shiro.cache.redis.serializer.FstSerializer
 
Futures - org.iherus.shiro.cache.redis.connection.lettuce中的类
CompletableFuture 工具类

G

get(byte[]) - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisClusterConnection
 
get(byte[]) - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnection
 
get(byte[]) - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceClusterConnection
 
get(byte[]) - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnection
 
get(byte[]) - 接口 中的方法org.iherus.shiro.cache.redis.connection.RedisCacheCommands
 
get(byte[]) - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonClusterConnection
 
get(byte[]) - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnection
 
get(byte[]) - 类 中的方法org.iherus.shiro.cache.redis.connection.spring.CompatibleRedisConnection
 
get(K) - 类 中的方法org.iherus.shiro.cache.redis.RedisCache
 
get(Object) - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentLinkedHashMap
 
getActiveSessionsCacheLazy() - 类 中的方法org.iherus.shiro.cache.redis.RedisSessionDAO
 
getAddress(boolean) - 类 中的方法org.iherus.shiro.cache.redis.config.RedisStandaloneConfiguration
 
getAddresses(boolean) - 类 中的方法org.iherus.shiro.cache.redis.config.RedisClusterConfiguration
 
getAddresses(boolean) - 接口 中的方法org.iherus.shiro.cache.redis.config.RedisConfiguration
 
getAddresses(boolean) - 类 中的方法org.iherus.shiro.cache.redis.config.RedisSentinelConfiguration
 
getAddresses(boolean) - 类 中的方法org.iherus.shiro.cache.redis.config.RedisStandaloneConfiguration
 
getBatchOptions() - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
getBatchOptions() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
getBatchOptions() - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
getBatchOptions() - 类 中的方法org.iherus.shiro.cache.redis.connection.spring.CompatibleRedisConnectionFactory
 
getCache(String) - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheManager
 
getCachedSession(Serializable) - 类 中的方法org.iherus.shiro.cache.redis.RedisSessionDAO
 
getClassifiedKeys(Function<byte[], Integer>, byte[]...) - 类 中的方法org.iherus.shiro.cache.redis.connection.AbstractRedisConnection
Keys安装slot分类
getClient() - 接口 中的方法org.iherus.shiro.cache.redis.connection.lettuce.ConnectionProvider.ClientProvider
Returns the underlying Redis's Client.
getClient() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceClusterConnectionProvider
 
getClient() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
getClient() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceStandaloneConnectionProvider
 
getClient() - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
getClientName() - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
getClientName() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
getClientName() - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
getClientOptions() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
getClientResources() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
getCluster() - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisClusterConnection
 
getCluster() - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
getClusterConnection() - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
getClusterConnection() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
getClusterConnection() - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
getClusterKeys(byte[]) - 类 中的方法org.iherus.shiro.cache.redis.connection.spring.CompatibleRedisConnection
 
getClusterNodes() - 类 中的方法org.iherus.shiro.cache.redis.config.RedisClusterConfiguration
 
getClusterNodes() - 接口 中的方法org.iherus.shiro.cache.redis.config.RedisConfiguration.ClusterConfiguration
Returns an Collections.unmodifiableSet(Set) of cluster nodes.
getCommandExecutor() - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnection
 
getCommandExecutor() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceClusterConnection
 
getCommandExecutor() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnection
 
getCommandExecutor() - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.AbstractRedissonConnection
 
getCommandExecutor() - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonClusterConnection
 
getCommandExecutor() - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnection
 
getConfiguration() - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
getConfiguration() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
getConfiguration() - 接口 中的方法org.iherus.shiro.cache.redis.connection.RedisConnectionFactory
 
getConfiguration() - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
getConfiguration() - 类 中的方法org.iherus.shiro.cache.redis.connection.spring.CompatibleRedisConnectionFactory
 
getConnection() - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
getConnection(Class<T>) - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.ConnectionPool
 
getConnection(Class<T>) - 接口 中的方法org.iherus.shiro.cache.redis.connection.lettuce.ConnectionProvider
 
getConnection() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
getConnection(Class<T>, RedisURI) - 接口 中的方法org.iherus.shiro.cache.redis.connection.lettuce.StandaloneConnectionProvider
RedisClient.connect(io.lettuce.core.codec.RedisCodec, RedisURI)
getConnection() - 接口 中的方法org.iherus.shiro.cache.redis.connection.RedisConnectionFactory
 
getConnection() - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
getConnection() - 类 中的方法org.iherus.shiro.cache.redis.connection.spring.CompatibleRedisConnectionFactory
 
getConnectionAsync(Class<T>) - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.ConnectionPool
 
getConnectionAsync(Class<T>) - 接口 中的方法org.iherus.shiro.cache.redis.connection.lettuce.ConnectionProvider
 
getConnectionAsync(Class<T>) - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceClusterConnectionProvider
 
getConnectionAsync(Class<T>) - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceStandaloneConnectionProvider
 
getConnectionAsync(Class<T>, RedisURI) - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceStandaloneConnectionProvider
 
getConnectionAsync(Class<T>, RedisURI) - 接口 中的方法org.iherus.shiro.cache.redis.connection.lettuce.StandaloneConnectionProvider
RedisClient.connectAsync(io.lettuce.core.codec.RedisCodec, RedisURI)
getConnectionFactory() - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheManager
 
getConnectionFactory() - 接口 中的方法org.iherus.shiro.cache.redis.RedisOperations
 
getConnectionMinIdleSize() - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
getConnectionPoolSize() - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
getConnectionTimeoutAsMillis() - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
getConnectTimeout() - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
getConnectTimeout() - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
getDatabase() - 接口 中的方法org.iherus.shiro.cache.redis.config.RedisConfiguration.DatabaseConfiguration
Get the database index to use.
getDatabase() - 类 中的方法org.iherus.shiro.cache.redis.config.RedisSentinelConfiguration
 
getDatabase() - 类 中的方法org.iherus.shiro.cache.redis.config.RedisStandaloneConfiguration
 
getDatabase() - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnection
 
getDatabase() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnection
 
getDatabase() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceStandaloneConnectionProvider
 
getDatabase() - 接口 中的方法org.iherus.shiro.cache.redis.connection.lettuce.StandaloneConnectionProvider.DatabaseProvider
 
getDatabase() - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnection
 
getDatabase() - 类 中的方法org.iherus.shiro.cache.redis.RedisCache
 
getDatabase() - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheManager
 
GETDEL - 接口 中的静态变量org.iherus.shiro.cache.redis.Constant
 
getDelayTimeMillis() - 类 中的方法org.iherus.shiro.cache.redis.RedisSessionDAO
已过时。
getDeleteBatchSize() - 类 中的方法org.iherus.shiro.cache.redis.connection.BatchOptions
 
getExecutor() - 类 中的方法org.iherus.shiro.cache.redis.connection.AbstractRedisConnection
可自由定制
getExecutor() - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonClusterConnection
 
getExpiration() - 类 中的方法org.iherus.shiro.cache.redis.RedisCache
 
getExpiration() - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheManager
 
getFetchBatchSize() - 类 中的方法org.iherus.shiro.cache.redis.connection.BatchOptions
 
getFieldValue(Object, String, Class<T>) - 类 中的静态方法org.iherus.shiro.util.Utils
Get the field represented by the supplied field object on the specified target object.
getHost() - 类 中的方法org.iherus.shiro.cache.redis.config.HostPortPair
 
getHost() - 接口 中的方法org.iherus.shiro.cache.redis.config.RedisConfiguration.StandaloneConfiguration
 
getHost() - 类 中的方法org.iherus.shiro.cache.redis.config.RedisStandaloneConfiguration
 
getHostnameVerifier() - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
getJedis() - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnection
 
getKeyPrefix() - 类 中的方法org.iherus.shiro.cache.redis.RedisCache
 
getKeyPrefix() - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheManager
 
getKeys(byte[]) - 类 中的方法org.iherus.shiro.cache.redis.connection.spring.CompatibleRedisConnection
 
getKeySerializer() - 接口 中的方法org.iherus.shiro.cache.redis.RedisOperations
 
getKeyToBytes(K) - 类 中的方法org.iherus.shiro.cache.redis.RedisCache
Gets bytes key with key prefix.
getMasterName() - 接口 中的方法org.iherus.shiro.cache.redis.config.RedisConfiguration.SentinelConfiguration
Get the Sentinel master node.
getMasterName() - 类 中的方法org.iherus.shiro.cache.redis.config.RedisSentinelConfiguration
 
getMaxAttempts() - 类 中的方法org.iherus.shiro.cache.redis.config.RedisClusterConfiguration
 
getMaxAttempts() - 接口 中的方法org.iherus.shiro.cache.redis.config.RedisConfiguration.ClusterConfiguration
 
getMd5(SimpleSession) - 类 中的方法org.iherus.shiro.cache.redis.RedisSessionDAO
 
getMd5(Object) - 类 中的静态方法org.iherus.shiro.util.Md5Utils
Objects are supported: byte[], char[], String, File or InputStream.
getMd5(Object, Object) - 类 中的静态方法org.iherus.shiro.util.Md5Utils
Objects are supported: byte[], char[], String, File or InputStream.
getMd5(Object, Object, int) - 类 中的静态方法org.iherus.shiro.util.Md5Utils
Objects are supported: byte[], char[], String, File or InputStream.
getMd5ToBase64(Object) - 类 中的静态方法org.iherus.shiro.util.Md5Utils
Objects are supported: byte[], char[], String, File or InputStream.
getMd5ToBase64(Object, Object) - 类 中的静态方法org.iherus.shiro.util.Md5Utils
Objects are supported: byte[], char[], String, File or InputStream.
getMd5ToBase64(Object, Object, int) - 类 中的静态方法org.iherus.shiro.util.Md5Utils
Objects are supported: byte[], char[], String, File or InputStream.
getMd5ToHex(Object) - 类 中的静态方法org.iherus.shiro.util.Md5Utils
Objects are supported: byte[], char[], String, File or InputStream.
getMd5ToHex(Object, Object) - 类 中的静态方法org.iherus.shiro.util.Md5Utils
Objects are supported: byte[], char[], String, File or InputStream.
getMd5ToHex(Object, Object, int) - 类 中的静态方法org.iherus.shiro.util.Md5Utils
Objects are supported: byte[], char[], String, File or InputStream.
getName() - 接口 中的方法org.iherus.shiro.cache.redis.ExpiredCache.Named
 
getName() - 类 中的方法org.iherus.shiro.cache.redis.RedisCache
 
getNativeConnection() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceClusterConnection
 
getNativeConnection() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnection
 
getNativeConnection() - 类 中的方法org.iherus.shiro.cache.redis.connection.spring.CompatibleRedisConnection
 
getNativeConnectionFactory() - 类 中的方法org.iherus.shiro.cache.redis.connection.spring.CompatibleRedisConnectionFactory
 
getOperations() - 类 中的方法org.iherus.shiro.cache.redis.RedisCache
 
getOptions() - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisClusterConnection
 
getOptions() - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnection
 
getOptions() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceClusterConnection
 
getOptions() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnection
 
getOptions() - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnection
 
getOptions() - 类 中的方法org.iherus.shiro.cache.redis.connection.spring.CompatibleRedisConnection
 
getPassword() - 类 中的方法org.iherus.shiro.cache.redis.config.RedisClusterConfiguration
 
getPassword() - 接口 中的方法org.iherus.shiro.cache.redis.config.RedisConfiguration
Get the password to use.
getPassword() - 类 中的方法org.iherus.shiro.cache.redis.config.RedisSentinelConfiguration
 
getPassword() - 类 中的方法org.iherus.shiro.cache.redis.config.RedisStandaloneConfiguration
 
getPool() - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
getPool() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
getPoolConfig() - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
getPoolConfig() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
getPort() - 类 中的方法org.iherus.shiro.cache.redis.config.HostPortPair
 
getPort() - 接口 中的方法org.iherus.shiro.cache.redis.config.RedisConfiguration.StandaloneConfiguration
 
getPort() - 类 中的方法org.iherus.shiro.cache.redis.config.RedisStandaloneConfiguration
 
getQuietly(Object) - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentLinkedHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
getReadFrom() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
getRedisson() - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnection
 
getRedissonDelegate() - 类 中的方法org.iherus.shiro.cache.redis.connection.spring.CompatibleRedisConnection
 
getRequiredConfig() - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
getRequiredConnectionFactory() - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheManager
 
getScanBatchSize() - 类 中的方法org.iherus.shiro.cache.redis.connection.BatchOptions
 
getSentinels() - 接口 中的方法org.iherus.shiro.cache.redis.config.RedisConfiguration.SentinelConfiguration
Returns an Collections.unmodifiableSet(Set) of Sentinels.
getSentinels() - 类 中的方法org.iherus.shiro.cache.redis.config.RedisSentinelConfiguration
 
getServerVersion(Supplier<String>) - 类 中的静态方法org.iherus.shiro.util.RedisVerUtils
 
GETSET - 接口 中的静态变量org.iherus.shiro.cache.redis.Constant
 
getSoTimeout() - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
getSoTimeout() - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
getSoTimeoutAsMillis() - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
getSslKeystore() - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
getSslKeystorePassword() - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
getSslParameters() - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
getSslSocketFactory() - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
getSslTruststore() - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
getSslTruststorePassword() - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
getTextSentinels() - 类 中的方法org.iherus.shiro.cache.redis.config.RedisSentinelConfiguration
 
getTimeout() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceClusterConnection
 
getTimeout() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnection
 
getTimeout() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
getUpdateAboveDelayTimeMillis() - 类 中的方法org.iherus.shiro.cache.redis.RedisSessionDAO
 
getValueSerializer() - 类 中的方法org.iherus.shiro.cache.redis.AbstractRedisOperations
If the FST.jar is added, the FstSerializer will be the default Serializer.
getValueSerializer() - 接口 中的方法org.iherus.shiro.cache.redis.RedisOperations
 
getVersion() - 类 中的方法org.iherus.shiro.util.RedisVerUtils.VersionInfo
 

H

hashCode() - 类 中的方法org.iherus.shiro.cache.redis.config.HostPortPair
 
hasLength(String) - 类 中的静态方法org.iherus.shiro.util.Utils
Check that the given String is neither null nor of length 0.
HostPortPair - org.iherus.shiro.cache.redis.config中的类
 
HostPortPair() - 类 的构造器org.iherus.shiro.cache.redis.config.HostPortPair
 
HostPortPair(String, int) - 类 的构造器org.iherus.shiro.cache.redis.config.HostPortPair
 

I

init() - 接口 中的方法org.iherus.shiro.cache.redis.connection.Initializable
Initializes this object.
init() - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
init() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
init() - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
init() - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheManager
 
init() - 类 中的方法org.iherus.shiro.cache.redis.RedisSessionDAO
 
initialCapacity(int) - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentLinkedHashMap.Builder
Specifies the initial capacity of the hash table (default 16).
Initializable - org.iherus.shiro.cache.redis.connection中的接口
Implementation object requires a callback during initialization.
initializePartitions() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceClusterConnectionProvider
 
initializeReferences(Session) - 类 中的方法org.iherus.shiro.cache.redis.RedisSessionDAO
 
INSTANCE - 类 中的静态变量org.iherus.shiro.cache.redis.serializer.DefaultSerializer
 
intToBytes(int) - 类 中的静态方法org.iherus.shiro.util.Utils
numeric long to byte array.
InvocationException - org.iherus.shiro.exception中的异常错误
不合理调用接口时,抛出此异常
InvocationException() - 异常错误 的构造器org.iherus.shiro.exception.InvocationException
 
InvocationException(String) - 异常错误 的构造器org.iherus.shiro.exception.InvocationException
 
InvocationException(Throwable) - 异常错误 的构造器org.iherus.shiro.exception.InvocationException
 
InvocationException(String, Throwable) - 异常错误 的构造器org.iherus.shiro.exception.InvocationException
 
invokeMethod(Object, String) - 类 中的静态方法org.iherus.shiro.util.Utils
 
invokeMethod(Object, String, Class<?>, Object) - 类 中的静态方法org.iherus.shiro.util.Utils
 
invokeMethod(Object, String, Class<?>[], Object...) - 类 中的静态方法org.iherus.shiro.util.Utils
 
invokeSuperMethod(Object, String) - 类 中的静态方法org.iherus.shiro.util.Utils
 
invokeSuperMethod(Object, String, Class<?>[], Object...) - 类 中的静态方法org.iherus.shiro.util.Utils
 
isBlank(CharSequence) - 类 中的静态方法org.iherus.shiro.util.Utils
Whether the CharSequence is blank.
isClusterConfiguration(RedisConfiguration) - 接口 中的静态方法org.iherus.shiro.cache.redis.config.RedisConfiguration
 
isClusterConnection() - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisClusterConnection
 
isClusterConnection() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceClusterConnection
 
isClusterConnection() - 接口 中的方法org.iherus.shiro.cache.redis.connection.RedisConnection
 
isClusterConnection() - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonClusterConnection
 
isClusterConnection() - 类 中的方法org.iherus.shiro.cache.redis.connection.spring.CompatibleRedisConnection
 
isEmpty() - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentLinkedHashMap
 
isEmpty(CharSequence) - 类 中的静态方法org.iherus.shiro.util.Utils
Whether the CharSequence is empty.
isEmpty(Collection<?>) - 类 中的静态方法org.iherus.shiro.util.Utils
Return true if the supplied Collection is null or empty.
isEmpty(byte[]) - 类 中的静态方法org.iherus.shiro.util.Utils
Whether the byte array is empty.
isEmpty(byte[][]) - 类 中的静态方法org.iherus.shiro.util.Utils
Whether the byte[] array is empty.
isExpiredCacheAware(Cache) - 类 中的静态方法org.iherus.shiro.cache.redis.RedisSessionDAO
 
isJedisClusterConnection() - 类 中的方法org.iherus.shiro.cache.redis.connection.spring.CompatibleRedisConnection
 
isMaster(Jedis) - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.AbstractJedisConnection
 
isNotBlank(CharSequence) - 类 中的静态方法org.iherus.shiro.util.Utils
Whether the CharSequence is not blank.
isNotEmpty(CharSequence) - 类 中的静态方法org.iherus.shiro.util.Utils
Whether the CharSequence is not empty.
isRedisClusterAware() - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
isRedisClusterAware() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
isRedisClusterAware() - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
isRedisSentinelAware() - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
isRedisSentinelAware() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
isRedisSentinelAware() - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
isRedissonConnection() - 类 中的方法org.iherus.shiro.cache.redis.connection.spring.CompatibleRedisConnection
 
isSentinelConfiguration(RedisConfiguration) - 接口 中的静态方法org.iherus.shiro.cache.redis.config.RedisConfiguration
 
isSimpleSession(Session) - 类 中的静态方法org.iherus.shiro.cache.redis.RedisSessionDAO
 
isStartTls() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
isSupportStream() - 类 中的方法org.iherus.shiro.util.RedisVerUtils.VersionInfo
 
isSupportUnlink() - 类 中的方法org.iherus.shiro.util.RedisVerUtils.VersionInfo
 
isSwitchDb() - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnection
 
isUseSsl() - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
isUseSsl() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
isUseSsl() - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
isVerifyPeer() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
iterable() - 类 中的静态方法org.iherus.shiro.util.concurrent.Weighers
A weigher where the value is a Iterable and its weight is the number of elements.

J

JedisClusterConnection - org.iherus.shiro.cache.redis.connection.jedis中的类
JedisClusterConnection
JedisClusterConnection(JedisCluster) - 类 的构造器org.iherus.shiro.cache.redis.connection.jedis.JedisClusterConnection
 
JedisClusterConnection(JedisCluster, BatchOptions) - 类 的构造器org.iherus.shiro.cache.redis.connection.jedis.JedisClusterConnection
 
JedisConnection - org.iherus.shiro.cache.redis.connection.jedis中的类
JedisConnection
JedisConnection(Jedis) - 类 的构造器org.iherus.shiro.cache.redis.connection.jedis.JedisConnection
 
JedisConnection(Jedis, BatchOptions) - 类 的构造器org.iherus.shiro.cache.redis.connection.jedis.JedisConnection
 
JedisConnectionFactory - org.iherus.shiro.cache.redis.connection.jedis中的类
Implementation of RedisConnectionFactory a based on Jedis.
JedisConnectionFactory() - 类 的构造器org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
JedisConnectionFactory(GenericObjectPoolConfig<?>) - 类 的构造器org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
JedisConnectionFactory(RedisStandaloneConfiguration) - 类 的构造器org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
JedisConnectionFactory(RedisSentinelConfiguration) - 类 的构造器org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
JedisConnectionFactory(RedisClusterConfiguration) - 类 的构造器org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
JedisConnectionFactory(RedisStandaloneConfiguration, GenericObjectPoolConfig<?>) - 类 的构造器org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
JedisConnectionFactory(RedisSentinelConfiguration, GenericObjectPoolConfig<?>) - 类 的构造器org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
JedisConnectionFactory(RedisClusterConfiguration, GenericObjectPoolConfig<?>) - 类 的构造器org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
join(CompletableFuture<T>) - 类 中的静态方法org.iherus.shiro.cache.redis.connection.lettuce.Futures

K

keys(byte[]) - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisClusterConnection
 
keys(byte[]) - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnection
 
keys(byte[]) - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceClusterConnection
 
keys(byte[]) - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnection
 
keys(byte[]) - 接口 中的方法org.iherus.shiro.cache.redis.connection.RedisCacheCommands
 
keys(byte[]) - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonClusterConnection
 
keys(byte[]) - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnection
 
keys(byte[]) - 类 中的方法org.iherus.shiro.cache.redis.connection.spring.CompatibleRedisConnection
 
keys() - 类 中的方法org.iherus.shiro.cache.redis.RedisCache
Because the final type of the cache instance is cache<Object, Object>, the return type of the key is a string.
keySet() - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentLinkedHashMap
 

L

LettuceClusterConnection - org.iherus.shiro.cache.redis.connection.lettuce中的类
LettuceClusterConnection
LettuceClusterConnection(ConnectionPool) - 类 的构造器org.iherus.shiro.cache.redis.connection.lettuce.LettuceClusterConnection
 
LettuceClusterConnection(ConnectionPool, BatchOptions, Duration) - 类 的构造器org.iherus.shiro.cache.redis.connection.lettuce.LettuceClusterConnection
 
LettuceClusterConnectionProvider - org.iherus.shiro.cache.redis.connection.lettuce中的类
LettuceClusterConnectionProvider
LettuceClusterConnectionProvider(RedisClusterClient, RedisCodec<?, ?>) - 类 的构造器org.iherus.shiro.cache.redis.connection.lettuce.LettuceClusterConnectionProvider
 
LettuceClusterConnectionProvider(RedisClusterClient, RedisCodec<?, ?>, ReadFrom) - 类 的构造器org.iherus.shiro.cache.redis.connection.lettuce.LettuceClusterConnectionProvider
 
LettuceConnection - org.iherus.shiro.cache.redis.connection.lettuce中的类
LettuceConnection
LettuceConnection(ConnectionPool) - 类 的构造器org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnection
 
LettuceConnection(ConnectionPool, BatchOptions, Duration) - 类 的构造器org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnection
 
LettuceConnectionFactory - org.iherus.shiro.cache.redis.connection.lettuce中的类
Implementation of RedisConnectionFactory a based on Lettuce.
LettuceConnectionFactory() - 类 的构造器org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
LettuceConnectionFactory(GenericObjectPoolConfig<?>) - 类 的构造器org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
LettuceConnectionFactory(RedisStandaloneConfiguration) - 类 的构造器org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
LettuceConnectionFactory(RedisSentinelConfiguration) - 类 的构造器org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
LettuceConnectionFactory(RedisClusterConfiguration) - 类 的构造器org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
LettuceConnectionFactory(RedisStandaloneConfiguration, GenericObjectPoolConfig<?>) - 类 的构造器org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
LettuceConnectionFactory(RedisSentinelConfiguration, GenericObjectPoolConfig) - 类 的构造器org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
LettuceConnectionFactory(RedisClusterConfiguration, GenericObjectPoolConfig) - 类 的构造器org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
LettuceStandaloneConnectionProvider - org.iherus.shiro.cache.redis.connection.lettuce中的类
LettuceStandaloneConnectionProvider
LettuceStandaloneConnectionProvider(RedisClient, RedisCodec<?, ?>) - 类 的构造器org.iherus.shiro.cache.redis.connection.lettuce.LettuceStandaloneConnectionProvider
 
LettuceStandaloneConnectionProvider(RedisClient, RedisCodec<?, ?>, ReadFrom) - 类 的构造器org.iherus.shiro.cache.redis.connection.lettuce.LettuceStandaloneConnectionProvider
 
list() - 类 中的静态方法org.iherus.shiro.util.concurrent.Weighers
A weigher where the value is a List and its weight is the number of elements.
listener(EvictionListener<K, V>) - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentLinkedHashMap.Builder
Specifies an optional listener that is registered for notification when an entry is evicted.
longToBytes(long) - 类 中的静态方法org.iherus.shiro.util.Utils
 

M

makeAccessible(Field) - 类 中的静态方法org.iherus.shiro.util.Utils
Make the given field accessible, explicitly setting it accessible if necessary.
makeAccessible(Method) - 类 中的静态方法org.iherus.shiro.util.Utils
 
map() - 类 中的静态方法org.iherus.shiro.util.concurrent.Weighers
A weigher where the value is a Map and its weight is the number of entries.
maximumWeightedCapacity(long) - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentLinkedHashMap.Builder
Specifies the maximum weighted capacity to coerce the map to and may exceed it temporarily.
Md5Utils - org.iherus.shiro.util中的类
Md5Utils, Thread safe.
Md5Utils.CodecException - org.iherus.shiro.util中的异常错误
 
Md5Utils.UnknownAlgorithmException - org.iherus.shiro.util中的异常错误
 
mdel(byte[]...) - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisClusterConnection
 
mdel(byte[]...) - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnection
 
mdel(byte[]...) - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceClusterConnection
 
mdel(byte[]...) - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnection
 
mdel(byte[]...) - 接口 中的方法org.iherus.shiro.cache.redis.connection.RedisCacheCommands
 
mdel(byte[]...) - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonClusterConnection
 
mdel(byte[]...) - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnection
 
mdel(byte[]...) - 类 中的方法org.iherus.shiro.cache.redis.connection.spring.CompatibleRedisConnection
 
mergeAll(byte[], byte...) - 类 中的静态方法org.iherus.shiro.util.Utils
Merges all the elements of the given arrays into a new array.
mget(byte[]...) - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisClusterConnection
 
mget(byte[]...) - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnection
 
mget(byte[]...) - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceClusterConnection
 
mget(byte[]...) - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnection
 
mget(byte[]...) - 接口 中的方法org.iherus.shiro.cache.redis.connection.RedisCacheCommands
 
mget(byte[]...) - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonClusterConnection
 
mget(byte[]...) - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnection
 
mget(byte[]...) - 类 中的方法org.iherus.shiro.cache.redis.connection.spring.CompatibleRedisConnection
 
mgetOnCluster(byte[]...) - 类 中的方法org.iherus.shiro.cache.redis.connection.spring.CompatibleRedisConnection
 

N

newMutableArray(T...) - 类 中的静态方法org.iherus.shiro.util.Utils
 
nullSafeEquals(Object, Object) - 类 中的静态方法org.iherus.shiro.util.Utils
Determine if the given objects are equal, returning true if both are null or false if only one is null.
nullSafeHashCode(Object) - 类 中的静态方法org.iherus.shiro.util.Utils
Return as hash code for the given object; typically the value of Object#hashCode()}.
nullSafeHashCode(Object[]) - 类 中的静态方法org.iherus.shiro.util.Utils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(boolean[]) - 类 中的静态方法org.iherus.shiro.util.Utils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(byte[]) - 类 中的静态方法org.iherus.shiro.util.Utils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(char[]) - 类 中的静态方法org.iherus.shiro.util.Utils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(double[]) - 类 中的静态方法org.iherus.shiro.util.Utils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(float[]) - 类 中的静态方法org.iherus.shiro.util.Utils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(int[]) - 类 中的静态方法org.iherus.shiro.util.Utils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(long[]) - 类 中的静态方法org.iherus.shiro.util.Utils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(short[]) - 类 中的静态方法org.iherus.shiro.util.Utils
Return a hash code based on the contents of the specified array.

O

onEviction(K, V) - 接口 中的方法org.iherus.shiro.util.concurrent.EvictionListener
A call-back notification that the entry was evicted.
org.iherus.shiro.cache.redis - 程序包 org.iherus.shiro.cache.redis
 
org.iherus.shiro.cache.redis.config - 程序包 org.iherus.shiro.cache.redis.config
 
org.iherus.shiro.cache.redis.connection - 程序包 org.iherus.shiro.cache.redis.connection
 
org.iherus.shiro.cache.redis.connection.jedis - 程序包 org.iherus.shiro.cache.redis.connection.jedis
 
org.iherus.shiro.cache.redis.connection.lettuce - 程序包 org.iherus.shiro.cache.redis.connection.lettuce
 
org.iherus.shiro.cache.redis.connection.redisson - 程序包 org.iherus.shiro.cache.redis.connection.redisson
 
org.iherus.shiro.cache.redis.connection.spring - 程序包 org.iherus.shiro.cache.redis.connection.spring
 
org.iherus.shiro.cache.redis.serializer - 程序包 org.iherus.shiro.cache.redis.serializer
 
org.iherus.shiro.exception - 程序包 org.iherus.shiro.exception
 
org.iherus.shiro.util - 程序包 org.iherus.shiro.util
 
org.iherus.shiro.util.concurrent - 程序包 org.iherus.shiro.util.concurrent
 

P

parseServerVersion(String) - 类 中的方法org.iherus.shiro.cache.redis.connection.AbstractRedisConnection
解析当前Redis-Server版本,不支持Redis跨版本集群解析
put(K, V, Duration) - 接口 中的方法org.iherus.shiro.cache.redis.ExpiredCache
 
put(K, V) - 类 中的方法org.iherus.shiro.cache.redis.RedisCache
 
put(K, V, Duration) - 类 中的方法org.iherus.shiro.cache.redis.RedisCache
 
put(K, V) - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentLinkedHashMap
 
putIfAbsent(K, V) - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentLinkedHashMap
 

R

RedisCache<K,V> - org.iherus.shiro.cache.redis中的类
缓存接口实现类 Description:实现Shiro缓存接口,提供集中式缓存对象的增删查改。
RedisCache(String, RedisOperations) - 类 的构造器org.iherus.shiro.cache.redis.RedisCache
 
RedisCache(String, RedisOperations, String, Duration, Integer) - 类 的构造器org.iherus.shiro.cache.redis.RedisCache
 
RedisCacheCommands - org.iherus.shiro.cache.redis.connection中的接口
 
RedisCacheManager - org.iherus.shiro.cache.redis中的类
缓存管理器 Description:管理缓存池的初始化、获取当前缓存对象和销毁缓存池
RedisCacheManager() - 类 的构造器org.iherus.shiro.cache.redis.RedisCacheManager
 
RedisClusterConfiguration - org.iherus.shiro.cache.redis.config中的类
 
RedisClusterConfiguration() - 类 的构造器org.iherus.shiro.cache.redis.config.RedisClusterConfiguration
 
RedisConfiguration - org.iherus.shiro.cache.redis.config中的接口
 
RedisConfiguration.ClusterConfiguration - org.iherus.shiro.cache.redis.config中的接口
 
RedisConfiguration.DatabaseConfiguration - org.iherus.shiro.cache.redis.config中的接口
 
RedisConfiguration.SentinelConfiguration - org.iherus.shiro.cache.redis.config中的接口
 
RedisConfiguration.StandaloneConfiguration - org.iherus.shiro.cache.redis.config中的接口
 
RedisConnection - org.iherus.shiro.cache.redis.connection中的接口
 
RedisConnectionFactory - org.iherus.shiro.cache.redis.connection中的接口
 
RedisOperations - org.iherus.shiro.cache.redis中的接口
 
RedisSentinelConfiguration - org.iherus.shiro.cache.redis.config中的类
 
RedisSentinelConfiguration() - 类 的构造器org.iherus.shiro.cache.redis.config.RedisSentinelConfiguration
 
RedisSessionDAO - org.iherus.shiro.cache.redis中的类
Implementation of SessionDAO, it based on local cache to alleviate Redis access pressure.
RedisSessionDAO() - 类 的构造器org.iherus.shiro.cache.redis.RedisSessionDAO
 
RedissonClusterConnection - org.iherus.shiro.cache.redis.connection.redisson中的类
RedissonClusterConnection
RedissonClusterConnection(RedissonClient) - 类 的构造器org.iherus.shiro.cache.redis.connection.redisson.RedissonClusterConnection
 
RedissonClusterConnection(RedissonClient, BatchOptions) - 类 的构造器org.iherus.shiro.cache.redis.connection.redisson.RedissonClusterConnection
 
RedissonConnection - org.iherus.shiro.cache.redis.connection.redisson中的类
RedissonConnection
RedissonConnection(RedissonClient) - 类 的构造器org.iherus.shiro.cache.redis.connection.redisson.RedissonConnection
 
RedissonConnection(RedissonClient, BatchOptions) - 类 的构造器org.iherus.shiro.cache.redis.connection.redisson.RedissonConnection
 
RedissonConnectionFactory - org.iherus.shiro.cache.redis.connection.redisson中的类
Implementation of RedisConnectionFactory a based on Redisson.
RedissonConnectionFactory() - 类 的构造器org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
RedissonConnectionFactory(RedisStandaloneConfiguration) - 类 的构造器org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
RedissonConnectionFactory(RedisSentinelConfiguration) - 类 的构造器org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
RedissonConnectionFactory(RedisClusterConfiguration) - 类 的构造器org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
RedisStandaloneConfiguration - org.iherus.shiro.cache.redis.config中的类
 
RedisStandaloneConfiguration() - 类 的构造器org.iherus.shiro.cache.redis.config.RedisStandaloneConfiguration
Create a new default RedisStandaloneConfiguration.
RedisStandaloneConfiguration(String) - 类 的构造器org.iherus.shiro.cache.redis.config.RedisStandaloneConfiguration
Create a new RedisStandaloneConfiguration given host.
RedisStandaloneConfiguration(String, int) - 类 的构造器org.iherus.shiro.cache.redis.config.RedisStandaloneConfiguration
Create a new RedisStandaloneConfiguration given host and port.
RedisVerUtils - org.iherus.shiro.util中的类
Redis 版本解析工具。
RedisVerUtils() - 类 的构造器org.iherus.shiro.util.RedisVerUtils
 
RedisVerUtils.VersionInfo - org.iherus.shiro.util中的类
 
release(StatefulConnection<?, ?>) - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.ConnectionPool
 
release(StatefulConnection<?, ?>) - 接口 中的方法org.iherus.shiro.cache.redis.connection.lettuce.ConnectionProvider
 
releaseAsync(StatefulConnection<?, ?>) - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.ConnectionPool
 
releaseAsync(StatefulConnection<?, ?>) - 接口 中的方法org.iherus.shiro.cache.redis.connection.lettuce.ConnectionProvider
 
releaseConnection(Jedis) - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.AbstractJedisConnection
 
remove(K) - 类 中的方法org.iherus.shiro.cache.redis.RedisCache
 
remove(Object) - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentLinkedHashMap
 
remove(Object, Object) - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentLinkedHashMap
 
replace(K, V) - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentLinkedHashMap
 
replace(K, V, V) - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentLinkedHashMap
 
replace(int, T) - 类 中的方法org.iherus.shiro.util.Utils.MutableArray
 

S

scanKeys(Jedis, byte[], int) - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.AbstractJedisConnection
 
scanKeys(RedisCommands<byte[], byte[]>, byte[], int) - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.AbstractLettuceConnection
 
scanKeys(MasterSlaveEntry, byte[], int) - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.AbstractRedissonConnection
 
scanKeysOnDb(MasterSlaveEntry, int, byte[], int) - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.AbstractRedissonConnection
 
scanSize(int) - 类 中的方法org.iherus.shiro.cache.redis.connection.BatchOptions.Builder
 
selectDatabase(RedisConnection) - 类 中的方法org.iherus.shiro.cache.redis.RedisCache
 
serialize(Object) - 类 中的方法org.iherus.shiro.cache.redis.serializer.DefaultSerializer
 
serialize(Object) - 类 中的方法org.iherus.shiro.cache.redis.serializer.FstSerializer
 
serialize(String) - 类 中的方法org.iherus.shiro.cache.redis.serializer.StringSerializer
 
set(byte[], byte[], Duration) - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisClusterConnection
 
set(byte[], byte[], Duration) - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnection
 
set(byte[], byte[], Duration) - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceClusterConnection
 
set(byte[], byte[], Duration) - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnection
 
set(byte[], byte[], Duration) - 接口 中的方法org.iherus.shiro.cache.redis.connection.RedisCacheCommands
 
set(byte[], byte[], Duration) - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonClusterConnection
 
set(byte[], byte[], Duration) - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnection
 
set(byte[], byte[], Duration) - 类 中的方法org.iherus.shiro.cache.redis.connection.spring.CompatibleRedisConnection
 
set() - 类 中的静态方法org.iherus.shiro.util.concurrent.Weighers
A weigher where the value is a Set and its weight is the number of elements.
setBatchOptions(BatchOptions) - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
setBatchOptions(BatchOptions) - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
setBatchOptions(BatchOptions) - 接口 中的方法org.iherus.shiro.cache.redis.connection.RedisConnectionFactory
 
setBatchOptions(BatchOptions) - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
setBatchOptions(BatchOptions) - 类 中的方法org.iherus.shiro.cache.redis.connection.spring.CompatibleRedisConnectionFactory
 
setCapacity(long) - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentLinkedHashMap
Sets the maximum weighted capacity of the map and eagerly evicts entries until it shrinks to the appropriate size.
setClientName(String) - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
setClientName(String) - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
setClientName(String) - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
setClientOptions(ClientOptions) - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
setClientResources(ClientResources) - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
setClusterNodes(Set<HostPortPair>) - 类 中的方法org.iherus.shiro.cache.redis.config.RedisClusterConfiguration
 
setClusterNodesFromText(String) - 类 中的方法org.iherus.shiro.cache.redis.config.RedisClusterConfiguration
 
setCommonProperties(Object, String) - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
setConfiguration(RedisConfiguration) - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
setConfiguration(RedisConfiguration) - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
setConfiguration(RedisConfiguration) - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
setConnectionFactory(RedisConnectionFactory) - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheManager
Setting RedisConnectionFactory instance.
setConnectionMinIdleSize(Integer) - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
setConnectionPoolSize(Integer) - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
setConnectTimeout(Duration) - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
setConnectTimeout(Duration) - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
setConnectTimeoutMillis(long) - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
setConnectTimeoutMillis(long) - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
setDatabase(int) - 类 中的方法org.iherus.shiro.cache.redis.config.RedisSentinelConfiguration
 
setDatabase(int) - 类 中的方法org.iherus.shiro.cache.redis.config.RedisStandaloneConfiguration
 
setDatabase(Integer) - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnection
 
setDatabase(Integer) - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnection
 
setDatabase(Integer) - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnection
 
setDatabase(Integer) - 类 中的方法org.iherus.shiro.cache.redis.RedisCache
 
setDatabase(Integer) - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheManager
Sets shiro's cache to store the database.
setDelayTimeMillis(int) - 类 中的方法org.iherus.shiro.cache.redis.RedisSessionDAO
已过时。
setDeleteBatchSize(int) - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheManager
 
setExpiration(Duration) - 类 中的方法org.iherus.shiro.cache.redis.RedisCache
 
setExpiration(Duration) - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheManager
 
setExpirationMillis(long) - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheManager
 
setFetchBatchSize(int) - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheManager
 
setFieldValue(Object, String, Class<T>, Object) - 类 中的静态方法org.iherus.shiro.util.Utils
 
setHost(String) - 类 中的方法org.iherus.shiro.cache.redis.config.RedisStandaloneConfiguration
 
setHostnameVerifier(HostnameVerifier) - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
setKeyPrefix(String) - 类 中的方法org.iherus.shiro.cache.redis.RedisCache
 
setKeyPrefix(String) - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheManager
 
setLocalSessionCacheMaxCapacity(long) - 类 中的方法org.iherus.shiro.cache.redis.RedisSessionDAO
已过时。
setMasterName(String) - 类 中的方法org.iherus.shiro.cache.redis.config.RedisSentinelConfiguration
 
setMaxAttempts(int) - 类 中的方法org.iherus.shiro.cache.redis.config.RedisClusterConfiguration
 
setMemoryCacheMaxCapacity(long) - 类 中的方法org.iherus.shiro.cache.redis.RedisSessionDAO
Default is equals to 2 << 16 = 131072 .
setMemorySessionTtl(int) - 类 中的方法org.iherus.shiro.cache.redis.RedisSessionDAO
Default: 1000 millisecond, it is recommended to use the default value.
setNativeConnectionFactory(RedisConnectionFactory) - 类 中的方法org.iherus.shiro.cache.redis.connection.spring.CompatibleRedisConnectionFactory
 
setPassword(String) - 类 中的方法org.iherus.shiro.cache.redis.config.RedisClusterConfiguration
 
setPassword(String) - 类 中的方法org.iherus.shiro.cache.redis.config.RedisSentinelConfiguration
 
setPassword(String) - 类 中的方法org.iherus.shiro.cache.redis.config.RedisStandaloneConfiguration
 
setPoolConfig(GenericObjectPoolConfig<?>) - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
setPoolConfig(GenericObjectPoolConfig) - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
setPort(int) - 类 中的方法org.iherus.shiro.cache.redis.config.RedisStandaloneConfiguration
 
setReadFrom(ReadFrom) - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
setScanBatchSize(int) - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheManager
 
setSentinels(Set<HostPortPair>) - 类 中的方法org.iherus.shiro.cache.redis.config.RedisSentinelConfiguration
 
setSentinelsFromText(String) - 类 中的方法org.iherus.shiro.cache.redis.config.RedisSentinelConfiguration
 
setSoTimeout(Duration) - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
setSoTimeout(Duration) - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
setSoTimeoutMillis(long) - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
setSoTimeoutMillis(long) - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
setSslKeystore(URL) - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
setSslKeystorePassword(String) - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
setSslParameters(SSLParameters) - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
setSslSocketFactory(SSLSocketFactory) - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
setSslTruststore(URL) - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
setSslTruststorePassword(String) - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
setStartTls(boolean) - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
setTimeout(Duration) - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
setTimeoutMillis(long) - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
setUpdateAboveDelayTimeMillis(long) - 类 中的方法org.iherus.shiro.cache.redis.RedisSessionDAO
Default is equals -1 (No Delay).
setUseSsl(boolean) - 类 中的方法org.iherus.shiro.cache.redis.connection.jedis.JedisConnectionFactory
 
setUseSsl(boolean) - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
setUseSsl(boolean) - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
 
setVerifyPeer(boolean) - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
 
singleton() - 类 中的静态方法org.iherus.shiro.util.concurrent.Weighers
A weigher where a value has a weight of 1.
size(byte[]) - 接口 中的方法org.iherus.shiro.cache.redis.connection.RedisCacheCommands
 
size() - 类 中的方法org.iherus.shiro.cache.redis.RedisCache
 
size() - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentLinkedHashMap
 
split(String, String) - 类 中的静态方法org.iherus.shiro.util.Utils
Split a String at the first occurrence of the delimiter.
StandaloneConnectionProvider - org.iherus.shiro.cache.redis.connection.lettuce中的接口
StandaloneConnectionProvider
StandaloneConnectionProvider.DatabaseProvider - org.iherus.shiro.cache.redis.connection.lettuce中的接口
Gets Setting database.
StringSerializer - org.iherus.shiro.cache.redis.serializer中的类
字符串序列化器 Description:基于字符串与字节数组的序列化和反序列化
StringSerializer() - 类 的构造器org.iherus.shiro.cache.redis.serializer.StringSerializer
 
StringSerializer(Charset) - 类 的构造器org.iherus.shiro.cache.redis.serializer.StringSerializer
 
subarray(byte[], int, int) - 类 中的静态方法org.iherus.shiro.util.Utils
Produces a new byte array containing the elements between the start and end indices.

T

toArray() - 类 中的方法org.iherus.shiro.util.Utils.MutableArray
 
toBase64String(byte[]) - 类 中的静态方法org.iherus.shiro.util.Md5Utils
 
toBytes(InputStream) - 类 中的静态方法org.iherus.shiro.util.Md5Utils
 
toHexString(byte[]) - 类 中的静态方法org.iherus.shiro.util.Md5Utils
 
toString() - 类 中的方法org.iherus.shiro.cache.redis.config.HostPortPair
 
toStringArray(Collection<String>) - 类 中的静态方法org.iherus.shiro.util.Utils
Copy the given Collection into a String array.
toStringWithProtocol(boolean) - 类 中的方法org.iherus.shiro.cache.redis.config.HostPortPair
 

U

uncache(Session) - 类 中的方法org.iherus.shiro.cache.redis.RedisSessionDAO
 
UnknownAlgorithmException(String) - 异常错误 的构造器org.iherus.shiro.util.Md5Utils.UnknownAlgorithmException
 
UnknownAlgorithmException(String, Throwable) - 异常错误 的构造器org.iherus.shiro.util.Md5Utils.UnknownAlgorithmException
 
update(Session) - 类 中的方法org.iherus.shiro.cache.redis.RedisSessionDAO
 
UTF_8 - 类 中的静态变量org.iherus.shiro.cache.redis.serializer.StringSerializer
 
Utils - org.iherus.shiro.util中的类
工具类
Utils() - 类 的构造器org.iherus.shiro.util.Utils
 
Utils.MutableArray<T> - org.iherus.shiro.util中的类
 

V

valueOf(String) - 枚举 中的静态方法org.iherus.shiro.cache.redis.Constant.Select
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.iherus.shiro.cache.redis.Constant.Select
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 类 中的方法org.iherus.shiro.cache.redis.RedisCache
 
values() - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentLinkedHashMap
 
ValueSerializer - org.iherus.shiro.cache.redis.serializer中的类
 
ValueSerializer() - 类 的构造器org.iherus.shiro.cache.redis.serializer.ValueSerializer
 

W

weigher(Weigher<? super V>) - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentLinkedHashMap.Builder
Specifies an algorithm to determine how many the units of capacity a value consumes.
weigher(EntryWeigher<? super K, ? super V>) - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentLinkedHashMap.Builder
Specifies an algorithm to determine how many the units of capacity an entry consumes.
Weigher<V> - org.iherus.shiro.util.concurrent中的接口
A class that can determine the weight of a value.
Weighers - org.iherus.shiro.util.concurrent中的类
A common set of Weigher and EntryWeigher implementations.
weightedSize() - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentLinkedHashMap
Returns the weighted size of this map.
weightOf(K, V) - 接口 中的方法org.iherus.shiro.util.concurrent.EntryWeigher
Measures an entry's weight to determine how many units of capacity that the key and value consumes.
weightOf(V) - 接口 中的方法org.iherus.shiro.util.concurrent.Weigher
Measures an object's weight to determine how many units of capacity that the value consumes.
A B C D E F G H I J K L M N O P R S T U V W 
跳过导航链接

Copyright © 2020. All rights reserved.