Serialized Form
-
Package org.springframework.data.redis
-
Exception org.springframework.data.redis.ClusterRedirectException
class ClusterRedirectException extends DataRetrievalFailureException implements Serializable- serialVersionUID:
- -857075813794333965L
-
Serialized Fields
-
host
String host
-
port
int port
-
slot
int slot
-
-
Exception org.springframework.data.redis.ClusterStateFailureException
class ClusterStateFailureException extends DataAccessResourceFailureException implements Serializable- serialVersionUID:
- 333399051713240852L
-
Exception org.springframework.data.redis.RedisConnectionFailureException
class RedisConnectionFailureException extends DataAccessResourceFailureException implements Serializable -
Exception org.springframework.data.redis.RedisSystemException
class RedisSystemException extends UncategorizedDataAccessException implements Serializable -
Exception org.springframework.data.redis.TooManyClusterRedirectionsException
class TooManyClusterRedirectionsException extends DataRetrievalFailureException implements Serializable- serialVersionUID:
- -2818933672669154328L
-
-
Package org.springframework.data.redis.connection
-
Exception org.springframework.data.redis.connection.ClusterCommandExecutionFailureException
class ClusterCommandExecutionFailureException extends UncategorizedDataAccessException implements Serializable- serialVersionUID:
- 5727044227040368955L
-
Class org.springframework.data.redis.connection.DefaultMessage
class DefaultMessage extends Object implements Serializable-
Serialized Fields
-
body
byte[] body
-
channel
byte[] channel
-
toString
String toString
-
-
-
Exception org.springframework.data.redis.connection.PoolException
class PoolException extends NestedRuntimeException implements Serializable -
Exception org.springframework.data.redis.connection.RedisInvalidSubscriptionException
class RedisInvalidSubscriptionException extends InvalidDataAccessResourceUsageException implements Serializable -
Exception org.springframework.data.redis.connection.RedisPipelineException
class RedisPipelineException extends InvalidDataAccessResourceUsageException implements Serializable -
Exception org.springframework.data.redis.connection.RedisSubscribedConnectionException
class RedisSubscribedConnectionException extends InvalidDataAccessApiUsageException implements Serializable
-
-
Package org.springframework.data.redis.core
-
Class org.springframework.data.redis.core.RedisKeyExpiredEvent
class RedisKeyExpiredEvent extends RedisKeyspaceEvent implements Serializable-
Serialized Fields
-
objectId
MappingRedisConverter.BinaryKeyspaceIdentifier objectId
-
value
Object value
-
-
-
Class org.springframework.data.redis.core.RedisKeyspaceEvent
class RedisKeyspaceEvent extends ApplicationEvent implements Serializable-
Serialized Fields
-
channel
String channel
-
-
-
-
Package org.springframework.data.redis.core.script
-
Exception org.springframework.data.redis.core.script.ScriptingException
class ScriptingException extends NestedRuntimeException implements Serializable
-
-
Package org.springframework.data.redis.domain.geo
-
Class org.springframework.data.redis.domain.geo.BoundingBox
class BoundingBox extends Object implements Serializable- serialVersionUID:
- 5215611530535947924L
-
Class org.springframework.data.redis.domain.geo.BoxShape
class BoxShape extends Object implements Serializable-
Serialized Fields
-
boundingBox
BoundingBox boundingBox
-
-
-
Class org.springframework.data.redis.domain.geo.RadiusShape
class RadiusShape extends Object implements Serializable-
Serialized Fields
-
radius
Distance radius
-
-
-
-
Package org.springframework.data.redis.listener.adapter
-
Exception org.springframework.data.redis.listener.adapter.RedisListenerExecutionFailedException
class RedisListenerExecutionFailedException extends InvalidDataAccessApiUsageException implements Serializable
-
-
Package org.springframework.data.redis.serializer
-
Exception org.springframework.data.redis.serializer.SerializationException
class SerializationException extends NestedRuntimeException implements Serializable
-
-
Package org.springframework.data.redis.support.atomic
-
Class org.springframework.data.redis.support.atomic.RedisAtomicDouble
class RedisAtomicDouble extends Number implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
generalOps
RedisOperations<String,
Double> generalOps -
key
String key
-
operations
ValueOperations<String,
Double> operations
-
-
Class org.springframework.data.redis.support.atomic.RedisAtomicInteger
class RedisAtomicInteger extends Number implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
generalOps
RedisOperations<String,
Integer> generalOps -
key
String key
-
operations
ValueOperations<String,
Integer> operations
-
-
Class org.springframework.data.redis.support.atomic.RedisAtomicLong
class RedisAtomicLong extends Number implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
generalOps
RedisOperations<String,
Long> generalOps -
key
String key
-
operations
ValueOperations<String,
Long> operations
-
-
-
Package org.springframework.data.redis.support.collections
-
Class org.springframework.data.redis.support.collections.RedisProperties
class RedisProperties extends Properties implements Serializable
-