Class Hierarchy
- java.lang.Object
- org.springframework.cache.support.AbstractCacheManager (implements org.springframework.cache.CacheManager, org.springframework.beans.factory.InitializingBean)
- org.springframework.cache.transaction.AbstractTransactionSupportingCacheManager
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
- org.springframework.data.redis.support.collections.AbstractRedisCollection<E> (implements org.springframework.data.redis.support.collections.RedisCollection<E>)
- org.springframework.data.redis.support.collections.DefaultRedisList<E> (implements org.springframework.data.redis.support.collections.RedisList<E>)
- org.springframework.data.redis.support.collections.DefaultRedisSet<E> (implements org.springframework.data.redis.support.collections.RedisSet<E>)
- org.springframework.data.redis.support.collections.DefaultRedisZSet<E> (implements org.springframework.data.redis.support.collections.RedisZSet<E>)
- org.springframework.data.redis.connection.util.AbstractSubscription (implements org.springframework.data.redis.connection.Subscription)
- org.apache.commons.pool2.impl.BaseObjectPoolConfig (implements java.lang.Cloneable)
- org.apache.commons.pool2.impl.GenericObjectPoolConfig
- org.springframework.data.redis.connection.PoolConfig
- org.springframework.data.redis.hash.BeanUtilsHashMapper<T> (implements org.springframework.data.redis.hash.HashMapper<T,K,V>)
- org.springframework.data.redis.connection.util.ByteArrayWrapper
- org.springframework.data.redis.listener.ChannelTopic (implements org.springframework.data.redis.listener.Topic)
- org.springframework.data.redis.connection.ConnectionUtils
- org.springframework.data.redis.connection.convert.Converters
- org.springframework.data.redis.connection.util.DecodeUtils
- org.springframework.data.redis.hash.DecoratingStringHashMapper<T> (implements org.springframework.data.redis.hash.HashMapper<T,K,V>)
- org.springframework.data.redis.connection.lettuce.DefaultLettucePool (implements org.springframework.beans.factory.InitializingBean, org.springframework.data.redis.connection.lettuce.LettucePool)
- org.springframework.data.redis.connection.DefaultMessage (implements org.springframework.data.redis.connection.Message)
- org.springframework.data.redis.cache.DefaultRedisCachePrefix (implements org.springframework.data.redis.cache.RedisCachePrefix)
- org.springframework.data.redis.support.collections.DefaultRedisMap<K,V> (implements org.springframework.data.redis.support.collections.RedisMap<K,V>)
- org.springframework.data.redis.core.script.DefaultRedisScript<T> (implements org.springframework.beans.factory.InitializingBean, org.springframework.data.redis.core.script.RedisScript<T>)
- org.springframework.data.redis.core.script.DefaultScriptExecutor<K> (implements org.springframework.data.redis.core.script.ScriptExecutor<K>)
- org.springframework.data.redis.connection.DefaultSortParameters (implements org.springframework.data.redis.connection.SortParameters)
- org.springframework.data.redis.connection.DefaultStringRedisConnection (implements org.springframework.data.redis.connection.StringRedisConnection)
- org.springframework.data.redis.connection.DefaultTuple (implements org.springframework.data.redis.connection.RedisZSetCommands.Tuple)
- org.springframework.data.redis.core.DefaultTypedTuple<V> (implements org.springframework.data.redis.core.ZSetOperations.TypedTuple<V>)
- java.util.Dictionary<K,V>
- org.springframework.data.redis.core.script.DigestUtils
- org.springframework.data.redis.connection.FutureResult<T>
- org.springframework.data.redis.serializer.GenericToStringSerializer<T> (implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.data.redis.serializer.RedisSerializer<T>)
- org.springframework.data.redis.serializer.Jackson2JsonRedisSerializer<T> (implements org.springframework.data.redis.serializer.RedisSerializer<T>)
- org.springframework.data.redis.hash.JacksonHashMapper<T> (implements org.springframework.data.redis.hash.HashMapper<T,K,V>)
- org.springframework.data.redis.serializer.JacksonJsonRedisSerializer<T> (implements org.springframework.data.redis.serializer.RedisSerializer<T>)
- org.springframework.data.redis.serializer.JdkSerializationRedisSerializer (implements org.springframework.data.redis.serializer.RedisSerializer<T>)
- org.springframework.data.redis.connection.jedis.JedisConnection (implements org.springframework.data.redis.connection.RedisConnection)
- org.springframework.data.redis.connection.jedis.JedisConnectionFactory (implements org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.data.redis.connection.RedisConnectionFactory)
- org.springframework.data.redis.connection.jedis.JedisExceptionConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.springframework.data.redis.connection.jedis.JedisScriptReturnConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.springframework.data.redis.connection.jedis.JedisUtils
- org.springframework.data.redis.connection.jedis.JedisVersionUtil
- org.springframework.data.redis.connection.jredis.JredisConnection (implements org.springframework.data.redis.connection.RedisConnection)
- org.springframework.data.redis.connection.jredis.JredisConnectionFactory (implements org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.data.redis.connection.RedisConnectionFactory)
- org.springframework.data.redis.connection.jredis.JredisPool (implements org.springframework.data.redis.connection.Pool<T>)
- org.springframework.data.redis.connection.jredis.JredisUtils
- org.springframework.data.redis.connection.lettuce.LettuceConnection (implements org.springframework.data.redis.connection.RedisConnection)
- org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory (implements org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.data.redis.connection.RedisConnectionFactory)
- org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.springframework.data.redis.connection.convert.ListConverter<S,T> (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.springframework.data.redis.connection.convert.LongToBooleanConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.springframework.data.redis.connection.convert.MapConverter<S,T> (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.springframework.data.redis.listener.adapter.MessageListenerAdapter (implements org.springframework.beans.factory.InitializingBean, org.springframework.data.redis.connection.MessageListener)
- java.lang.Number (implements java.io.Serializable)
- org.springframework.data.redis.serializer.OxmSerializer (implements org.springframework.beans.factory.InitializingBean, org.springframework.data.redis.serializer.RedisSerializer<T>)
- org.springframework.data.redis.PassThroughExceptionTranslationStrategy (implements org.springframework.data.redis.ExceptionTranslationStrategy)
- org.springframework.data.redis.listener.PatternTopic (implements org.springframework.data.redis.listener.Topic)
- org.springframework.data.redis.core.query.QueryUtils
- org.springframework.data.redis.core.RedisAccessor (implements org.springframework.beans.factory.InitializingBean)
- com.lambdaworks.redis.RedisClient
- org.springframework.data.redis.core.types.RedisClientInfo
- org.springframework.data.redis.core.types.RedisClientInfo.RedisClientInfoBuilder
- org.springframework.data.redis.support.collections.RedisCollectionFactoryBean (implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean)
- org.springframework.data.redis.core.RedisConnectionUtils
- org.springframework.data.redis.listener.RedisMessageListenerContainer (implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.SmartLifecycle)
- org.springframework.data.redis.serializer.SerializationUtils
- org.springframework.data.redis.connection.convert.SetConverter<S,T> (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.springframework.data.redis.connection.SortParameters.Range
- org.springframework.data.redis.core.query.SortQueryBuilder<K>
- org.springframework.data.redis.connection.srp.SrpConnection (implements org.springframework.data.redis.connection.RedisConnection)
- org.springframework.data.redis.connection.srp.SrpConnectionFactory (implements org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.data.redis.connection.RedisConnectionFactory)
- org.springframework.data.redis.connection.srp.SrpScriptReturnConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.springframework.data.redis.serializer.StringRedisSerializer (implements org.springframework.data.redis.serializer.RedisSerializer<T>)
- org.springframework.data.redis.connection.convert.StringToDataTypeConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.springframework.data.redis.connection.convert.StringToPropertiesConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.springframework.data.redis.connection.convert.StringToRedisClientInfoConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.springframework.core.NestedRuntimeException
- org.springframework.dao.DataAccessException
- org.springframework.dao.NonTransientDataAccessException
- org.springframework.dao.InvalidDataAccessApiUsageException
- org.springframework.dao.InvalidDataAccessResourceUsageException
- org.springframework.dao.NonTransientDataAccessResourceException
- org.springframework.dao.DataAccessResourceFailureException
- org.springframework.dao.UncategorizedDataAccessException
- org.springframework.data.redis.connection.PoolException
- org.springframework.data.redis.core.script.ScriptingException
- org.springframework.data.redis.serializer.SerializationException
- org.springframework.data.redis.core.TimeoutUtils
- org.springframework.data.redis.connection.convert.TransactionResultConverter<T> (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.springframework.data.redis.Version (implements java.lang.Comparable<T>)
- org.springframework.data.redis.VersionParser
Interface Hierarchy
- org.springframework.data.redis.core.BoundKeyOperations<K>
- org.springframework.data.redis.core.BoundHashOperations<H,HK,HV>
- org.springframework.data.redis.core.BoundListOperations<K,V>
- org.springframework.data.redis.core.BoundSetOperations<K,V>
- org.springframework.data.redis.core.BoundValueOperations<K,V>
- org.springframework.data.redis.core.BoundZSetOperations<K,V>
- org.springframework.data.redis.support.collections.RedisCollection<E>
- org.springframework.data.redis.support.collections.RedisList<E> (also extends java.util.concurrent.BlockingDeque<E>, java.util.List<E>)
- org.springframework.data.redis.support.collections.RedisSet<E> (also extends java.util.Set<E>)
- org.springframework.data.redis.support.collections.RedisZSet<E> (also extends java.util.Set<E>)
- org.springframework.data.redis.support.collections.RedisList<E> (also extends java.util.concurrent.BlockingDeque<E>, java.util.List<E>, org.springframework.data.redis.support.collections.RedisCollection<E>)
- org.springframework.data.redis.support.collections.RedisMap<K,V> (also extends java.util.concurrent.ConcurrentMap<K,V>, org.springframework.data.redis.support.collections.RedisStore)
- org.springframework.data.redis.support.collections.RedisSet<E> (also extends org.springframework.data.redis.support.collections.RedisCollection<E>, java.util.Set<E>)
- org.springframework.data.redis.support.collections.RedisStore
- org.springframework.data.redis.support.collections.RedisCollection<E>
- org.springframework.data.redis.support.collections.RedisList<E> (also extends java.util.concurrent.BlockingDeque<E>, java.util.List<E>)
- org.springframework.data.redis.support.collections.RedisSet<E> (also extends java.util.Set<E>)
- org.springframework.data.redis.support.collections.RedisZSet<E> (also extends java.util.Set<E>)
- org.springframework.data.redis.support.collections.RedisList<E> (also extends java.util.concurrent.BlockingDeque<E>, java.util.List<E>, org.springframework.data.redis.support.collections.RedisCollection<E>)
- org.springframework.data.redis.support.collections.RedisMap<K,V> (also extends java.util.concurrent.ConcurrentMap<K,V>)
- org.springframework.data.redis.support.collections.RedisSet<E> (also extends org.springframework.data.redis.support.collections.RedisCollection<E>, java.util.Set<E>)
- org.springframework.data.redis.support.collections.RedisZSet<E> (also extends org.springframework.data.redis.support.collections.RedisCollection<E>, java.util.Set<E>)
- org.springframework.data.redis.support.collections.RedisZSet<E> (also extends org.springframework.data.redis.support.collections.RedisCollection<E>, java.util.Set<E>)
- org.springframework.data.redis.core.BulkMapper<T,V>
- java.lang.Comparable<T>
- org.springframework.data.redis.ExceptionTranslationStrategy
- org.springframework.data.redis.hash.HashMapper<T,K,V>
- org.springframework.data.redis.core.HashOperations<H,HK,HV>
- java.lang.Iterable<T>
- java.util.concurrent.BlockingDeque<E> (also extends java.util.concurrent.BlockingQueue<E>, java.util.Deque<E>)
- org.springframework.data.redis.support.collections.RedisList<E> (also extends java.util.List<E>, org.springframework.data.redis.support.collections.RedisCollection<E>)
- java.util.concurrent.BlockingQueue<E>
- java.util.concurrent.BlockingDeque<E> (also extends java.util.Deque<E>)
- org.springframework.data.redis.support.collections.RedisList<E> (also extends java.util.List<E>, org.springframework.data.redis.support.collections.RedisCollection<E>)
- org.springframework.data.redis.support.collections.RedisList<E> (also extends java.util.concurrent.BlockingDeque<E>, java.util.List<E>, org.springframework.data.redis.support.collections.RedisCollection<E>)
- java.util.Collection<E>
- java.util.concurrent.BlockingDeque<E> (also extends java.util.concurrent.BlockingQueue<E>, java.util.Deque<E>)
- org.springframework.data.redis.support.collections.RedisList<E> (also extends java.util.List<E>, org.springframework.data.redis.support.collections.RedisCollection<E>)
- java.util.concurrent.BlockingQueue<E>
- java.util.concurrent.BlockingDeque<E> (also extends java.util.Deque<E>)
- org.springframework.data.redis.support.collections.RedisList<E> (also extends java.util.List<E>, org.springframework.data.redis.support.collections.RedisCollection<E>)
- org.springframework.data.redis.support.collections.RedisList<E> (also extends java.util.concurrent.BlockingDeque<E>, java.util.List<E>, org.springframework.data.redis.support.collections.RedisCollection<E>)
- java.util.Deque<E>
- java.util.List<E>
- org.springframework.data.redis.support.collections.RedisList<E> (also extends java.util.concurrent.BlockingDeque<E>, org.springframework.data.redis.support.collections.RedisCollection<E>)
- java.util.Queue<E>
- org.springframework.data.redis.support.collections.RedisList<E> (also extends java.util.concurrent.BlockingDeque<E>, java.util.List<E>, org.springframework.data.redis.support.collections.RedisCollection<E>)
- org.springframework.data.redis.support.collections.RedisSet<E> (also extends org.springframework.data.redis.support.collections.RedisCollection<E>, java.util.Set<E>)
- org.springframework.data.redis.support.collections.RedisZSet<E> (also extends org.springframework.data.redis.support.collections.RedisCollection<E>, java.util.Set<E>)
- java.util.Set<E>
- org.springframework.data.redis.support.collections.RedisSet<E> (also extends org.springframework.data.redis.support.collections.RedisCollection<E>)
- org.springframework.data.redis.support.collections.RedisZSet<E> (also extends org.springframework.data.redis.support.collections.RedisCollection<E>)
- java.util.Deque<E>
- java.util.List<E>
- org.springframework.data.redis.support.collections.RedisList<E> (also extends java.util.concurrent.BlockingDeque<E>, org.springframework.data.redis.support.collections.RedisCollection<E>)
- java.util.Queue<E>
- org.springframework.data.redis.support.collections.RedisList<E> (also extends java.util.concurrent.BlockingDeque<E>, java.util.List<E>, org.springframework.data.redis.support.collections.RedisCollection<E>)
- org.springframework.data.redis.support.collections.RedisSet<E> (also extends org.springframework.data.redis.support.collections.RedisCollection<E>, java.util.Set<E>)
- org.springframework.data.redis.support.collections.RedisZSet<E> (also extends org.springframework.data.redis.support.collections.RedisCollection<E>, java.util.Set<E>)
- java.util.Set<E>
- org.springframework.data.redis.support.collections.RedisSet<E> (also extends org.springframework.data.redis.support.collections.RedisCollection<E>)
- org.springframework.data.redis.support.collections.RedisZSet<E> (also extends org.springframework.data.redis.support.collections.RedisCollection<E>)
- org.springframework.data.redis.core.ListOperations<K,V>
- java.util.Map<K,V>
- java.util.concurrent.ConcurrentMap<K,V>
- org.springframework.data.redis.support.collections.RedisMap<K,V> (also extends org.springframework.data.redis.support.collections.RedisStore)
- org.springframework.data.redis.support.collections.RedisMap<K,V> (also extends java.util.concurrent.ConcurrentMap<K,V>, org.springframework.data.redis.support.collections.RedisStore)
- org.springframework.data.redis.connection.MessageListener
- org.springframework.dao.support.PersistenceExceptionTranslator
- org.springframework.data.redis.connection.Pool<T>
- org.springframework.data.redis.connection.lettuce.LettucePool
- org.springframework.data.redis.cache.RedisCachePrefix
- org.springframework.data.redis.core.RedisCallback<T>
- org.springframework.data.redis.connection.RedisConnectionCommands
- org.springframework.data.redis.connection.RedisHashCommands
- org.springframework.data.redis.connection.RedisKeyCommands
- org.springframework.data.redis.connection.RedisListCommands
- org.springframework.data.redis.core.RedisOperations<K,V>
- org.springframework.data.redis.connection.RedisPubSubCommands
- org.springframework.data.redis.core.script.RedisScript<T>
- org.springframework.data.redis.connection.RedisScriptingCommands
- org.springframework.data.redis.serializer.RedisSerializer<T>
- org.springframework.data.redis.connection.RedisServerCommands
- org.springframework.data.redis.connection.RedisSetCommands
- org.springframework.data.redis.connection.RedisStringCommands
- org.springframework.data.redis.connection.RedisTxCommands
- org.springframework.data.redis.connection.RedisZSetCommands
- org.springframework.data.redis.core.script.ScriptExecutor<K>
- java.io.Serializable
- org.springframework.data.redis.connection.Message
- org.springframework.data.redis.core.SessionCallback<T>
- org.springframework.data.redis.core.SetOperations<K,V>
- org.springframework.data.redis.core.query.SortCriterion<K>
- org.springframework.data.redis.connection.SortParameters
- org.springframework.data.redis.core.query.SortQuery<K>
- org.springframework.data.redis.connection.Subscription
- org.springframework.data.redis.listener.Topic
- org.springframework.data.redis.core.ValueOperations<K,V>
- org.springframework.data.redis.core.ZSetOperations<K,V>
Enum Hierarchy
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.