Serialized Form
-
Package io.valkey.springframework.data.valkey
-
Exception io.valkey.springframework.data.valkey.ClusterRedirectException
class ClusterRedirectException extends org.springframework.dao.DataRetrievalFailureException implements Serializable- serialVersionUID:
- -857075813794333965L
-
Serialized Fields
-
host
String host
-
port
int port
-
slot
int slot
-
-
Exception io.valkey.springframework.data.valkey.ClusterStateFailureException
class ClusterStateFailureException extends org.springframework.dao.DataAccessResourceFailureException implements Serializable- serialVersionUID:
- 333399051713240852L
-
Exception io.valkey.springframework.data.valkey.TooManyClusterRedirectionsException
class TooManyClusterRedirectionsException extends org.springframework.dao.DataRetrievalFailureException implements Serializable- serialVersionUID:
- -2818933672669154328L
-
Exception io.valkey.springframework.data.valkey.ValkeyConnectionFailureException
class ValkeyConnectionFailureException extends org.springframework.dao.DataAccessResourceFailureException implements Serializable -
Exception io.valkey.springframework.data.valkey.ValkeySystemException
class ValkeySystemException extends org.springframework.dao.UncategorizedDataAccessException implements Serializable
-
-
Package io.valkey.springframework.data.valkey.connection
-
Exception io.valkey.springframework.data.valkey.connection.ClusterCommandExecutionFailureException
class ClusterCommandExecutionFailureException extends org.springframework.dao.UncategorizedDataAccessException implements Serializable- serialVersionUID:
- 5727044227040368955L
-
Class io.valkey.springframework.data.valkey.connection.DefaultMessage
class DefaultMessage extends Object implements Serializable-
Serialized Fields
-
body
byte[] body
-
channel
byte[] channel
-
toString
String toString
-
-
-
Exception io.valkey.springframework.data.valkey.connection.PoolException
class PoolException extends org.springframework.core.NestedRuntimeException implements Serializable -
Exception io.valkey.springframework.data.valkey.connection.ValkeyInvalidSubscriptionException
class ValkeyInvalidSubscriptionException extends org.springframework.dao.InvalidDataAccessResourceUsageException implements Serializable -
Exception io.valkey.springframework.data.valkey.connection.ValkeyPipelineException
class ValkeyPipelineException extends org.springframework.dao.InvalidDataAccessResourceUsageException implements Serializable -
Exception io.valkey.springframework.data.valkey.connection.ValkeySubscribedConnectionException
class ValkeySubscribedConnectionException extends org.springframework.dao.InvalidDataAccessApiUsageException implements Serializable
-
-
Package io.valkey.springframework.data.valkey.connection.valkeyglide
-
Exception io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideWatchConflictException
class ValkeyGlideWatchConflictException extends org.springframework.dao.DataAccessException implements Serializable
-
-
Package io.valkey.springframework.data.valkey.core
-
Class io.valkey.springframework.data.valkey.core.ValkeyKeyExpiredEvent
class ValkeyKeyExpiredEvent extends ValkeyKeyspaceEvent implements Serializable-
Serialized Fields
-
objectId
MappingValkeyConverter.BinaryKeyspaceIdentifier objectId
-
value
Object value
-
-
-
Class io.valkey.springframework.data.valkey.core.ValkeyKeyspaceEvent
class ValkeyKeyspaceEvent extends org.springframework.context.ApplicationEvent implements Serializable-
Serialized Fields
-
channel
String channel
-
-
-
-
Package io.valkey.springframework.data.valkey.core.script
-
Exception io.valkey.springframework.data.valkey.core.script.ScriptingException
class ScriptingException extends org.springframework.core.NestedRuntimeException implements Serializable
-
-
Package io.valkey.springframework.data.valkey.domain.geo
-
Class io.valkey.springframework.data.valkey.domain.geo.BoundingBox
class BoundingBox extends Object implements Serializable- serialVersionUID:
- 5215611530535947924L
-
Serialized Fields
-
height
org.springframework.data.geo.Distance height
-
width
org.springframework.data.geo.Distance width
-
-
Class io.valkey.springframework.data.valkey.domain.geo.BoxShape
class BoxShape extends Object implements Serializable-
Serialized Fields
-
boundingBox
BoundingBox boundingBox
-
-
-
Class io.valkey.springframework.data.valkey.domain.geo.RadiusShape
class RadiusShape extends Object implements Serializable-
Serialized Fields
-
radius
org.springframework.data.geo.Distance radius
-
-
-
-
Package io.valkey.springframework.data.valkey.listener.adapter
-
Exception io.valkey.springframework.data.valkey.listener.adapter.ValkeyListenerExecutionFailedException
class ValkeyListenerExecutionFailedException extends org.springframework.dao.InvalidDataAccessApiUsageException implements Serializable
-
-
Package io.valkey.springframework.data.valkey.serializer
-
Exception io.valkey.springframework.data.valkey.serializer.SerializationException
class SerializationException extends org.springframework.core.NestedRuntimeException implements Serializable
-
-
Package io.valkey.springframework.data.valkey.support.atomic
-
Class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicDouble
class ValkeyAtomicDouble extends Number implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
generalOps
ValkeyOperations<String,
Double> generalOps -
key
String key
-
operations
ValueOperations<String,
Double> operations
-
-
Class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicInteger
class ValkeyAtomicInteger extends Number implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
generalOps
ValkeyOperations<String,
Integer> generalOps -
key
String key
-
operations
ValueOperations<String,
Integer> operations
-
-
Class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicLong
class ValkeyAtomicLong extends Number implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
generalOps
ValkeyOperations<String,
Long> generalOps -
key
String key
-
operations
ValueOperations<String,
Long> operations
-
-
-
Package io.valkey.springframework.data.valkey.support.collections
-
Class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
class ValkeyProperties extends Properties implements Serializable
-