| AbstractAerospikeDataConfiguration |
|
| AbstractReactiveAerospikeDataConfiguration |
Configuration with beans needed for reactive stuff
|
| AerospikeCache |
A Cache Cache implementation backed by Aerospike database as store.
|
| AerospikeCacheConfiguration |
Default set is null meaning write directly to the namespace.
|
| AerospikeCacheManager |
|
| AerospikeClientBeanDefinitionParser |
|
| AerospikeClientCallback<T> |
Callback to interact with the IAerospikeClient.
|
| AerospikeConverter |
|
| AerospikeCriteria |
|
| AerospikeCustomConversions |
Value object to capture custom conversion.
|
| AerospikeDataConfigurationSupport |
|
| AerospikeDataSettings |
|
| AerospikeDataSettings.AerospikeDataSettingsBuilder |
|
| AerospikeExceptionTranslator |
|
| AerospikeIndexDefinition |
|
| AerospikeIndexResolver |
|
| AerospikeKeyValueAdapter |
An Aerospike-specific KeyValueAdapter to implement core sore interactions to be used by the
KeyValueTemplate.
|
| AerospikeMappingContext |
|
| AerospikeMetaData |
Carries metadata keys of an aerospike read or written object.
|
| AerospikeNamespaceHandler |
|
| AerospikeOperations |
Aerospike specific data access operations.
|
| AerospikeParameterAccessor |
|
| AerospikePartTreeQuery |
|
| AerospikePersistenceEntityIndexCreator |
|
| AerospikePersistentEntity<T> |
|
| AerospikePersistentProperty |
|
| AerospikeQueryCreator |
|
| AerospikeReadData |
Value object to carry data to be read in object conversion.
|
| AerospikeReader<T> |
|
| AerospikeRepositoriesRegistrar |
|
| AerospikeRepository<T,ID> |
|
| AerospikeRepositoryConfigurationExtension |
|
| AerospikeRepositoryFactory |
|
| AerospikeRepositoryFactoryBean<T extends Repository<S,ID>,S,ID> |
|
| AerospikeSimpleTypes |
Simple constant holder for a SimpleTypeHolder enriched with Aerospike specific simple types.
|
| AerospikeTemplate |
|
| AerospikeTypeAliasAccessor |
|
| AerospikeWriteData |
Value object to carry data to be written in object conversion.
|
| AerospikeWriter<T> |
|
| BaseAerospikePartTreeQuery |
|
| BaseAerospikePersistenceEntityIndexCreator |
|
| BaseAerospikeRepositoryConfigurationExtension |
|
| BaseAerospikeRepositoryFactoryBean<T extends Repository<S,ID>,S,ID> |
|
| BasicAerospikePersistentEntity<T> |
|
| BasicAerospikePersistentProperty |
|
| BatchPolicyBeanDefinitionParser |
|
| BatchPolicyFactoryBean |
A FactoryBean implementation that exposes the setters necessary to configure a BatchPolicy via XML.
|
| CachingAerospikePersistentProperty |
|
| ClientPolicyBeanDefinitionParser |
|
| ClientPolicyFactoryBean |
A FactoryBean implementation that exposes the setters necessary to configure a ClientPolicy via XML.
|
| Criteria |
|
| CriteriaDefinition |
|
| CriteriaDefinition.AerospikeMapCriteria |
|
| DateConverters |
Out of the box conversions for java dates and calendars.
|
| DateConverters.CalendarToLongConverter |
|
| DateConverters.DateMidnightToLongConverter |
|
| DateConverters.DateTimeToLongConverter |
|
| DateConverters.DateToLongConverter |
|
| DateConverters.Java8LocalDateTimeToLongConverter |
|
| DateConverters.LocalDateTimeToLongConverter |
|
| DateConverters.LocalDateToLongConverter |
|
| DateConverters.NumberToCalendarConverter |
|
| DateConverters.NumberToDateConverter |
|
| DateConverters.NumberToDateMidnightConverter |
|
| DateConverters.NumberToDateTimeConverter |
|
| DateConverters.NumberToJava8LocalDateTimeConverter |
|
| DateConverters.NumberToLocalDateConverter |
|
| DateConverters.NumberToLocalDateTimeConverter |
|
| DefaultAerospikeExceptionTranslator |
|
| Document |
Identifies a domain object to be persisted to Aerospike.
|
| EnableAerospikeRepositories |
Annotation to activate Aerospike repositories.
|
| EnableReactiveAerospikeRepositories |
Annotation to activate reactive Aerospike repositories.
|
| Expiration |
Demarcates a property to be used as expiration field.
|
| ExpiryQualifier |
Qualifier used to query by expiry epoch
|
| Field |
Annotation to define custom metadata for document fields.
|
| FilterExpressionsBuilder |
|
| GroupedEntities |
|
| GroupedEntities.GroupedEntitiesBuilder |
|
| GroupedKeys |
|
| GroupedKeys.GroupedKeysBuilder |
|
| Index |
This class represents a Secondary Index
created in the cluster.
|
| IndexAlreadyExistsException |
|
| Indexed |
Marks a field to be indexed using Aerospike's secondary index.
|
| IndexedField |
|
| IndexesCache |
|
| IndexesCacheHolder |
|
| IndexesCacheUpdater |
|
| IndexesInfo |
|
| IndexInfoParser |
|
| IndexKey |
|
| IndexNotFoundException |
|
| IndexRefresher |
|
| InfoResponseUtils |
|
| InternalIndexOperations |
Internal index related operations used by ReactorIndexRefresher and IndexRefresher.
|
| InvalidAerospikeDataAccessApiUsageException |
|
| KeyQualifier |
Qualifier used to query by primary key
|
| KeyRecordIterator |
Iterator for traversing a collection of KeyRecords
|
| LatestUpdateQualifier |
Qualifier used to query by latest update time
|
| MappingAerospikeConverter |
|
| MappingAerospikeReadConverter |
|
| MappingAerospikeWriteConverter |
|
| NameValuePair |
|
| OperationUtils |
|
| Qualifier |
Generic Bin qualifier.
|
| Qualifier.FilterOperation |
|
| Qualifier.QualifierRegexpBuilder |
|
| QualifierException |
|
| Query |
|
| QueryEngine |
This class provides a multi-filter query engine that
augments the query capability in Aerospike.
|
| QueryEngine.Meta |
|
| QueryPolicyBeanDefinitionParser |
|
| QueryPolicyFactoryBean |
A FactoryBean implementation that exposes the setters necessary to configure a QueryPolicy via XML.
|
| ReactiveAerospikeOperations |
Aerospike specific data access operations to work with reactive API
|
| ReactiveAerospikePartTreeQuery |
|
| ReactiveAerospikePersistenceEntityIndexCreator |
|
| ReactiveAerospikeRepositoriesRegistrar |
|
| ReactiveAerospikeRepository<T,ID> |
Aerospike specific Repository interface with reactive support.
|
| ReactiveAerospikeRepositoryConfigurationExtension |
|
| ReactiveAerospikeRepositoryFactory |
|
| ReactiveAerospikeRepositoryFactoryBean<T extends Repository<S,ID>,S,ID> |
|
| ReactiveAerospikeTemplate |
|
| ReactorIndexRefresher |
|
| ReactorQueryEngine |
This class provides a multi-filter reactive query engine that
augments the query capability in Aerospike.
|
| ReadPolicyBeanDefinitionParser |
|
| ReadPolicyFactoryBean |
A FactoryBean implementation that exposes the setters necessary to configure a read policy via XML.
|
| ScanPolicyBeanDefinitionParser |
|
| ScanPolicyFactoryBean |
A FactoryBean implementation that exposes the setters necessary to configure a ScanPolicy via XML.
|
| SimpleAerospikeRepository<T,ID> |
|
| SimpleReactiveAerospikeRepository<T,ID> |
|
| StatementBuilder |
|
| TimeUtils |
|
| Utils |
Utility class containing useful methods
for interacting with Aerospike
across the entire implementation
|
| WritePolicyBeanDefinitionParser |
|
| WritePolicyBuilder |
|
| WritePolicyFactoryBean |
A FactoryBean implementation that exposes the setters necessary to configure a read policy via XML.
|