- cache(Session, Serializable, Cache<Serializable, Session>) - 类 中的方法org.iherus.shiro.cache.redis.RedisSessionDAO
-
- calculateShift(int, int) - 类 中的静态方法org.iherus.shiro.util.concurrent.ConcurrentReferenceHashMap
-
Calculate a shift value that can be used to create a power-of-two value between
the specified maximum and minimum values.
- clear() - 类 中的方法org.iherus.shiro.cache.redis.MemorySessionCache
-
- clear() - 类 中的方法org.iherus.shiro.cache.redis.RedisCache
-
- clear() - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentReferenceHashMap
-
- clear() - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentReferenceHashMap.Segment
-
Clear all items from this segment.
- 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
-
- 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(RedisConnectionFactory) - 类 的构造器org.iherus.shiro.cache.redis.connection.spring.CompatibleRedisConnectionFactory
-
- ConcurrentReferenceHashMap<K,V> - org.iherus.shiro.util.concurrent中的类
-
Copy from ConcurrentReferenceHashMap.
- ConcurrentReferenceHashMap() - 类 的构造器org.iherus.shiro.util.concurrent.ConcurrentReferenceHashMap
-
Create a new ConcurrentReferenceHashMap instance.
- ConcurrentReferenceHashMap(int) - 类 的构造器org.iherus.shiro.util.concurrent.ConcurrentReferenceHashMap
-
Create a new ConcurrentReferenceHashMap instance.
- ConcurrentReferenceHashMap(int, float) - 类 的构造器org.iherus.shiro.util.concurrent.ConcurrentReferenceHashMap
-
Create a new ConcurrentReferenceHashMap instance.
- ConcurrentReferenceHashMap(int, int) - 类 的构造器org.iherus.shiro.util.concurrent.ConcurrentReferenceHashMap
-
Create a new ConcurrentReferenceHashMap instance.
- ConcurrentReferenceHashMap(int, ConcurrentReferenceHashMap.ReferenceType) - 类 的构造器org.iherus.shiro.util.concurrent.ConcurrentReferenceHashMap
-
Create a new ConcurrentReferenceHashMap instance.
- ConcurrentReferenceHashMap(int, float, int) - 类 的构造器org.iherus.shiro.util.concurrent.ConcurrentReferenceHashMap
-
Create a new ConcurrentReferenceHashMap instance.
- ConcurrentReferenceHashMap(int, float, int, ConcurrentReferenceHashMap.ReferenceType) - 类 的构造器org.iherus.shiro.util.concurrent.ConcurrentReferenceHashMap
-
Create a new ConcurrentReferenceHashMap instance.
- ConcurrentReferenceHashMap.Entry<K,V> - org.iherus.shiro.util.concurrent中的类
-
A single map entry.
- ConcurrentReferenceHashMap.Reference<K,V> - org.iherus.shiro.util.concurrent中的接口
-
- ConcurrentReferenceHashMap.ReferenceManager - org.iherus.shiro.util.concurrent中的类
-
- ConcurrentReferenceHashMap.ReferenceType - org.iherus.shiro.util.concurrent中的枚举
-
Various reference types supported by this map.
- ConcurrentReferenceHashMap.Restructure - org.iherus.shiro.util.concurrent中的枚举
-
The types of restructuring that can be performed.
- ConcurrentReferenceHashMap.Segment - org.iherus.shiro.util.concurrent中的类
-
A single segment used to divide the map to allow better concurrent performance.
- 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.ConcurrentReferenceHashMap
-
- 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
-
- createReference(ConcurrentReferenceHashMap.Entry<K, V>, int, ConcurrentReferenceHashMap.Reference<K, V>) - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentReferenceHashMap.ReferenceManager
-
- createReferenceManager() - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentReferenceHashMap
-
- 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(Serializable) - 类 中的方法org.iherus.shiro.cache.redis.MemorySessionCache
-
- get(K) - 类 中的方法org.iherus.shiro.cache.redis.RedisCache
-
- get(Object) - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentReferenceHashMap
-
- get() - 接口 中的方法org.iherus.shiro.util.concurrent.ConcurrentReferenceHashMap.Reference
-
Return the referenced entry, or null if the entry is no longer available.
- 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, Cache<Serializable, Session>) - 类 中的方法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
-
- 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
-
- getCount() - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentReferenceHashMap.Segment
-
Return the total number of references in this segment.
- 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
-
- 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
-
- getHash(Object) - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentReferenceHashMap
-
Get the hash for a given object, apply an additional hash function to reduce
collisions.
- getHash() - 接口 中的方法org.iherus.shiro.util.concurrent.ConcurrentReferenceHashMap.Reference
-
Return the hash for the reference.
- 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
-
- getKeepAliveTime() - 类 中的方法org.iherus.shiro.cache.redis.MemorySessionCache
-
- getKey() - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentReferenceHashMap.Entry
-
- 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.
- getL1Cache() - 类 中的方法org.iherus.shiro.cache.redis.RedisSessionDAO
-
- getLoadFactor() - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentReferenceHashMap
-
- getLocalCacheMap() - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheManager
-
Since 2.5.0
- 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(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
-
- getNext() - 接口 中的方法org.iherus.shiro.util.concurrent.ConcurrentReferenceHashMap.Reference
-
Return the next reference in the chain, or null if none.
- 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
-
- getOrDefault(Object, V) - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentReferenceHashMap
-
- 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
-
- getReadFrom() - 类 中的方法org.iherus.shiro.cache.redis.connection.lettuce.LettuceConnectionFactory
-
- getRedisson() - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnection
-
- getReference(Object, ConcurrentReferenceHashMap.Restructure) - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentReferenceHashMap
-
- getReference(Object, int, ConcurrentReferenceHashMap.Restructure) - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentReferenceHashMap.Segment
-
- getRequiredConfig() - 类 中的方法org.iherus.shiro.cache.redis.connection.redisson.RedissonConnectionFactory
-
- getRequiredConnectionFactory() - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheManager
-
- getScanBatchSize() - 类 中的方法org.iherus.shiro.cache.redis.connection.BatchOptions
-
- getSegment(int) - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentReferenceHashMap
-
- getSegmentsSize() - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentReferenceHashMap
-
- getSentinels() - 接口 中的方法org.iherus.shiro.cache.redis.config.RedisConfiguration.SentinelConfiguration
-
- getSentinels() - 类 中的方法org.iherus.shiro.cache.redis.config.RedisSentinelConfiguration
-
- getServerVersion(Supplier<String>) - 类 中的静态方法org.iherus.shiro.util.RedisVerUtils
-
- GETSET - 接口 中的静态变量org.iherus.shiro.cache.redis.Constant
-
- getSize() - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentReferenceHashMap.Segment
-
Return the size of the current references array.
- 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
-
- getValue() - 类 中的方法org.iherus.shiro.util.concurrent.ConcurrentReferenceHashMap.Entry
-
- 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
-