See: Description
| Interface | Description |
|---|---|
| IndexedData |
IndexedData represents a secondary index for a property path in a given keyspace. |
| IndexResolver |
IndexResolver extracts secondary index structures to be applied on a given path, PersistentProperty
and value. |
| RedisConverter |
Redis specific
EntityConverter. |
| RedisTypeMapper |
Redis-specific
TypeMapper exposing that Bucket.BucketPropertyPaths might contain a type key. |
| ReferenceResolver |
ReferenceResolver retrieves Objects marked with Reference from Redis. |
| Class | Description |
|---|---|
| Bucket |
Bucket is the data bag for Redis hash structures to be used with
RedisData. |
| Bucket.BucketPropertyPath |
Value object representing a path within a
Bucket. |
| CompositeIndexResolver |
Composite
IndexResolver implementation that iterates over a given collection of delegate
IndexResolver instances. |
| CustomConversions | Deprecated
since 2.0, use
RedisCustomConversions. |
| DefaultRedisTypeMapper |
Default implementation of
RedisTypeMapper allowing configuration of the key to lookup and store type
information via Bucket.BucketPropertyPath in buckets. |
| GeoIndexedPropertyValue |
IndexedData implementation indicating storage of data within a Redis GEO structure. |
| Jsr310Converters |
Helper class to register JSR-310 specific
Converter implementations in case the we're running on Java 8. |
| KeyspaceConfiguration |
KeyspaceConfiguration allows programmatic setup of keyspaces and time to live options for certain types. |
| KeyspaceConfiguration.KeyspaceSettings | |
| MappingConfiguration |
MappingConfiguration is used for programmatic configuration of secondary indexes, key prefixes, expirations
and the such. |
| MappingRedisConverter |
RedisConverter implementation creating flat binary map structure out of a given domain type. |
| MappingRedisConverter.BinaryKeyspaceIdentifier |
Value object representing a binary Redis Hash/Object identifier composed from keyspace and object id in the form of
keyspace:id.
|
| MappingRedisConverter.KeyspaceIdentifier |
Value object representing a Redis Hash/Object identifier composed from keyspace and object id in the form of
keyspace:id.
|
| PathIndexResolver |
IndexResolver implementation considering properties annotated with Indexed or paths set up in
IndexConfiguration. |
| RedisCustomConversions |
Value object to capture custom conversion.
|
| RedisData |
Data object holding
Bucket representing the domain object to be stored in a Redis hash. |
| ReferenceResolverImpl |
ReferenceResolver using RedisKeyValueAdapter to read raw data. |
| RemoveIndexedData |
RemoveIndexedData represents a removed index entry from a secondary index for a property path in a given keyspace. |
| SimpleIndexedPropertyValue |
IndexedData implementation indicating storage of data within a Redis Set. |
| SpelIndexResolver |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.