All Classes

Class Description
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
CacheManager implementation for Aerospike.
AerospikeClientBeanDefinitionParser  
AerospikeClientCallback<T>
Callback to interact with the IAerospikeClient.
AerospikeConverter
Interface of an Aerospike-specific EntityConverter.
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
An Aerospike-specific implementation of MappingContext.
AerospikeMetaData
Carries metadata keys of an aerospike read or written object.
AerospikeNamespaceHandler
NamespaceHandler for the Aerospike namespace.
AerospikeOperations
Aerospike specific data access operations.
AerospikeParameterAccessor  
AerospikePartTreeQuery  
AerospikePersistenceEntityIndexCreator  
AerospikePersistentEntity<T>
Aerospike-specific extensions of PersistentEntity.
AerospikePersistentProperty  
AerospikeQueryCreator  
AerospikeReadData
Value object to carry data to be read in object conversion.
AerospikeReader<T>  
AerospikeRepositoriesRegistrar
Map specific RepositoryBeanDefinitionRegistrarSupport implementation.
AerospikeRepository<T,​ID>
Aerospike specific Repository
AerospikeRepositoryConfigurationExtension
AerospikeRepositoryFactory  
AerospikeRepositoryFactoryBean<T extends Repository<S,​ID>,​S,​ID>  
AerospikeSimpleTypes
Simple constant holder for a SimpleTypeHolder enriched with Aerospike specific simple types.
AerospikeTemplate
Primary implementation of AerospikeOperations.
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>
Default implementation of AerospikePersistentEntity.
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.
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
An implementation of AerospikeConverter to read domain objects from AerospikeReadData and write domain objects into AerospikeWriteData.
MappingAerospikeReadConverter  
MappingAerospikeWriteConverter  
NameValuePair  
OperationUtils  
PredExpException  
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
Reactive aerospike RepositoryBeanDefinitionRegistrarSupport implementation.
ReactiveAerospikeRepository<T,​ID>
Aerospike specific Repository interface with reactive support.
ReactiveAerospikeRepositoryConfigurationExtension
RepositoryConfigurationExtension for reactive Aerospike.
ReactiveAerospikeRepositoryFactory  
ReactiveAerospikeRepositoryFactoryBean<T extends Repository<S,​ID>,​S,​ID>  
ReactiveAerospikeTemplate
Primary implementation of ReactiveAerospikeOperations.
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>
Stub implementation of ReactiveAerospikeRepository.
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.