Index

A B C D E F G H I K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractAerospikeDataConfiguration - Class in org.springframework.data.aerospike.config
 
AbstractAerospikeDataConfiguration() - Constructor for class org.springframework.data.aerospike.config.AbstractAerospikeDataConfiguration
 
AbstractReactiveAerospikeDataConfiguration - Class in org.springframework.data.aerospike.config
Configuration with beans needed for reactive flow
AbstractReactiveAerospikeDataConfiguration() - Constructor for class org.springframework.data.aerospike.config.AbstractReactiveAerospikeDataConfiguration
 
add(Bin) - Method in class org.springframework.data.aerospike.convert.AerospikeWriteData
 
add(T, String, long) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Find an existing record matching the document's class and id, add specified value to the record's bin and return the modified record mapped to the document's class.
add(T, String, long) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
add(T, String, long) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Find an existing record matching the document's class and id, add specified value to the record's bin and return the modified record mapped to the document's class.
add(T, String, long) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
add(T, String, String, long) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Find an existing record matching the document's id and the given set name, add specified value to the record's bin and return the modified record mapped to the document's class.
add(T, String, String, long) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
add(T, String, String, long) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Find an existing record matching the document's id and the given set name, add specified value to the record's bin and return the modified record mapped to the document's class.
add(T, String, String, long) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
add(T, String, Map<String, Long>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Find an existing record matching the document's id and the given set name, add map values to the corresponding bins of the record and return the modified record mapped to the document's class.
add(T, String, Map<String, Long>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
add(T, String, Map<String, Long>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Find an existing record matching the document's id and the given set name, add map values to the corresponding bins of the record and return the modified record mapped to the document's class.
add(T, String, Map<String, Long>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
add(T, Map<String, Long>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Find an existing record matching the document's class and id, add map values to the corresponding bins of the record and return the modified record mapped to the document's class.
add(T, Map<String, Long>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
add(T, Map<String, Long>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Find an existing record matching the document's class and id, add map values to the corresponding bins of the record and return the modified record mapped to the document's class.
add(T, Map<String, Long>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
addBin(String, Object) - Method in class org.springframework.data.aerospike.convert.AerospikeWriteData
 
addPersistentProperty(AerospikePersistentProperty) - Method in class org.springframework.data.aerospike.mapping.BasicAerospikePersistentEntity
 
AerospikeCache - Class in org.springframework.data.aerospike.cache
A Cache Cache implementation backed by Aerospike database as store.
AerospikeCache(String, IAerospikeClient, AerospikeConverter, AerospikeCacheConfiguration) - Constructor for class org.springframework.data.aerospike.cache.AerospikeCache
 
AerospikeCacheConfiguration - Class in org.springframework.data.aerospike.cache
Default set is null meaning write directly to the namespace.
AerospikeCacheConfiguration(String) - Constructor for class org.springframework.data.aerospike.cache.AerospikeCacheConfiguration
 
AerospikeCacheConfiguration(String, int) - Constructor for class org.springframework.data.aerospike.cache.AerospikeCacheConfiguration
 
AerospikeCacheConfiguration(String, String) - Constructor for class org.springframework.data.aerospike.cache.AerospikeCacheConfiguration
 
AerospikeCacheManager - Class in org.springframework.data.aerospike.cache
CacheManager implementation for Aerospike.
AerospikeCacheManager(IAerospikeClient, AerospikeConverter, AerospikeCacheConfiguration) - Constructor for class org.springframework.data.aerospike.cache.AerospikeCacheManager
Create a new AerospikeCacheManager instance - Specifying a default cache configuration.
AerospikeCacheManager(IAerospikeClient, AerospikeConverter, AerospikeCacheConfiguration, Map<String, AerospikeCacheConfiguration>) - Constructor for class org.springframework.data.aerospike.cache.AerospikeCacheManager
Create a new AerospikeCacheManager instance - Specifying a default cache configuration and a map of caches (cache names) and matching configurations.
aerospikeClient(AerospikeSettings) - Method in class org.springframework.data.aerospike.config.AerospikeDataConfigurationSupport
 
AerospikeClientBeanDefinitionParser - Class in org.springframework.data.aerospike.config
 
AerospikeClientBeanDefinitionParser() - Constructor for class org.springframework.data.aerospike.config.AerospikeClientBeanDefinitionParser
 
AerospikeClientCallback<T> - Interface in org.springframework.data.aerospike.core
Callback to interact with the IAerospikeClient.
AerospikeConnectionSettings - Class in org.springframework.data.aerospike.config
 
AerospikeConnectionSettings() - Constructor for class org.springframework.data.aerospike.config.AerospikeConnectionSettings
 
AerospikeConverter - Interface in org.springframework.data.aerospike.convert
Interface of an Aerospike-specific EntityConverter.
AerospikeCriteria - Class in org.springframework.data.aerospike.repository.query
Deprecated, for removal: This API element is subject to removal in a future version.
Since 4.6.0. Use Qualifier
AerospikeCriteria(IQualifierBuilder) - Constructor for class org.springframework.data.aerospike.repository.query.AerospikeCriteria
Deprecated.
 
AerospikeCriteria(Qualifier) - Constructor for class org.springframework.data.aerospike.repository.query.AerospikeCriteria
Deprecated.
 
AerospikeCustomConversions - Class in org.springframework.data.aerospike.convert
Value object to capture custom conversion.
AerospikeCustomConversions(List<?>) - Constructor for class org.springframework.data.aerospike.convert.AerospikeCustomConversions
Create a new instance with a given list of converters.
AerospikeDataConfigurationSupport - Class in org.springframework.data.aerospike.config
 
AerospikeDataConfigurationSupport() - Constructor for class org.springframework.data.aerospike.config.AerospikeDataConfigurationSupport
 
AerospikeDataSettings - Class in org.springframework.data.aerospike.config
 
AerospikeDataSettings() - Constructor for class org.springframework.data.aerospike.config.AerospikeDataSettings
 
aerospikeExceptionTranslator() - Method in class org.springframework.data.aerospike.config.AerospikeDataConfigurationSupport
 
AerospikeExceptionTranslator - Interface in org.springframework.data.aerospike.core
Translate AerospikeException if possible.
AerospikeIndexDefinition - Class in org.springframework.data.aerospike.index
 
AerospikeIndexDefinition() - Constructor for class org.springframework.data.aerospike.index.AerospikeIndexDefinition
 
aerospikeIndexResolver() - Method in class org.springframework.data.aerospike.config.AerospikeDataConfigurationSupport
 
AerospikeIndexResolver - Class in org.springframework.data.aerospike.index
 
AerospikeIndexResolver() - Constructor for class org.springframework.data.aerospike.index.AerospikeIndexResolver
 
AerospikeKeyValueAdapter - Class in org.springframework.data.aerospike.core
Deprecated.
Use AerospikeTemplate instead
AerospikeKeyValueAdapter(IAerospikeClient, AerospikeConverter, String) - Constructor for class org.springframework.data.aerospike.core.AerospikeKeyValueAdapter
Deprecated.
Creates a new AerospikeKeyValueAdapter using the given IAerospikeClient and AerospikeConverter.
aerospikeMappingContext() - Method in class org.springframework.data.aerospike.config.AerospikeDataConfigurationSupport
 
AerospikeMappingContext - Class in org.springframework.data.aerospike.mapping
An Aerospike-specific implementation of MappingContext.
AerospikeMappingContext() - Constructor for class org.springframework.data.aerospike.mapping.AerospikeMappingContext
 
AerospikeMetaData - Interface in org.springframework.data.aerospike.convert
Carries metadata keys of an aerospike read or written object.
AerospikeNamespaceHandler - Class in org.springframework.data.aerospike.config
Deprecated.
Configure necessary client policies by overriding AerospikeDataConfigurationSupport.getClientPolicy()
AerospikeNamespaceHandler() - Constructor for class org.springframework.data.aerospike.config.AerospikeNamespaceHandler
Deprecated.
 
AerospikeOperations - Interface in org.springframework.data.aerospike.core
Aerospike specific data access operations.
AerospikeParameterAccessor - Interface in org.springframework.data.aerospike.repository.query
 
AerospikePartTreeQuery - Class in org.springframework.data.aerospike.repository.query
 
AerospikePartTreeQuery(QueryMethod, QueryMethodEvaluationContextProvider, AerospikeTemplate, Class<? extends AbstractQueryCreator<?, ?>>) - Constructor for class org.springframework.data.aerospike.repository.query.AerospikePartTreeQuery
 
aerospikePersistenceEntityIndexCreator(ObjectProvider<AerospikeMappingContext>, AerospikeIndexResolver, ObjectProvider<AerospikeTemplate>, AerospikeSettings) - Method in class org.springframework.data.aerospike.config.AbstractAerospikeDataConfiguration
 
aerospikePersistenceEntityIndexCreator(ObjectProvider<AerospikeMappingContext>, AerospikeIndexResolver, ObjectProvider<ReactiveAerospikeTemplate>, AerospikeSettings) - Method in class org.springframework.data.aerospike.config.AbstractReactiveAerospikeDataConfiguration
 
AerospikePersistenceEntityIndexCreator - Class in org.springframework.data.aerospike.index
 
AerospikePersistenceEntityIndexCreator(ObjectProvider<AerospikeMappingContext>, boolean, AerospikeIndexResolver, ObjectProvider<AerospikeTemplate>) - Constructor for class org.springframework.data.aerospike.index.AerospikePersistenceEntityIndexCreator
 
AerospikePersistentEntity<T> - Interface in org.springframework.data.aerospike.mapping
Aerospike-specific extensions of PersistentEntity.
AerospikePersistentProperty - Interface in org.springframework.data.aerospike.mapping
 
AerospikeQueryCreator - Class in org.springframework.data.aerospike.repository.query
 
AerospikeQueryCreator(PartTree, ParameterAccessor, AerospikeMappingContext, MappingAerospikeConverter) - Constructor for class org.springframework.data.aerospike.repository.query.AerospikeQueryCreator
 
AerospikeQueryCreatorUtils - Class in org.springframework.data.aerospike.repository.query
 
AerospikeQueryCreatorUtils() - Constructor for class org.springframework.data.aerospike.repository.query.AerospikeQueryCreatorUtils
 
aerospikeReactorClient(IAerospikeClient) - Method in class org.springframework.data.aerospike.config.AbstractReactiveAerospikeDataConfiguration
 
AerospikeReadData - Class in org.springframework.data.aerospike.convert
Value object to carry data to be read in object conversion.
AerospikeReader<T> - Interface in org.springframework.data.aerospike.convert
Interface to read object from store specific sources.
AerospikeRepositoriesRegistrar - Class in org.springframework.data.aerospike.repository.config
Map specific RepositoryBeanDefinitionRegistrarSupport implementation.
AerospikeRepositoriesRegistrar() - Constructor for class org.springframework.data.aerospike.repository.config.AerospikeRepositoriesRegistrar
 
AerospikeRepository<T,ID> - Interface in org.springframework.data.aerospike.repository
Aerospike specific Repository.
AerospikeRepositoryConfigurationExtension - Class in org.springframework.data.aerospike.repository.config
AerospikeRepositoryConfigurationExtension() - Constructor for class org.springframework.data.aerospike.repository.config.AerospikeRepositoryConfigurationExtension
 
AerospikeRepositoryFactory - Class in org.springframework.data.aerospike.repository.support
 
AerospikeRepositoryFactory(AerospikeTemplate) - Constructor for class org.springframework.data.aerospike.repository.support.AerospikeRepositoryFactory
 
AerospikeRepositoryFactory(AerospikeTemplate, Class<? extends AbstractQueryCreator<?, ?>>) - Constructor for class org.springframework.data.aerospike.repository.support.AerospikeRepositoryFactory
 
AerospikeRepositoryFactoryBean<T,S,ID> - Class in org.springframework.data.aerospike.repository.support
 
AerospikeRepositoryFactoryBean(Class<? extends T>) - Constructor for class org.springframework.data.aerospike.repository.support.AerospikeRepositoryFactoryBean
 
AerospikeSettings - Class in org.springframework.data.aerospike.config
Class that holds configuration settings
AerospikeSettings() - Constructor for class org.springframework.data.aerospike.config.AerospikeSettings
 
AerospikeSimpleTypes - Class in org.springframework.data.aerospike.mapping
Simple constant holder for a SimpleTypeHolder enriched with Aerospike specific simple types.
aerospikeTemplate(IAerospikeClient, MappingAerospikeConverter, AerospikeMappingContext, AerospikeExceptionTranslator, QueryEngine, IndexRefresher, ServerVersionSupport, AerospikeSettings) - Method in class org.springframework.data.aerospike.config.AbstractAerospikeDataConfiguration
 
AerospikeTemplate - Class in org.springframework.data.aerospike.core
Primary implementation of AerospikeOperations.
AerospikeTemplate(IAerospikeClient, String, MappingAerospikeConverter, AerospikeMappingContext, AerospikeExceptionTranslator, QueryEngine, IndexRefresher, ServerVersionSupport) - Constructor for class org.springframework.data.aerospike.core.AerospikeTemplate
 
aerospikeTemplateRef() - Element in annotation interface org.springframework.data.aerospike.repository.config.EnableAerospikeRepositories
Configures the name of the AerospikeOperations bean to be used with the repositories detected.
aerospikeTemplateRef() - Element in annotation interface org.springframework.data.aerospike.repository.config.EnableReactiveAerospikeRepositories
Configures the name of the ReactiveAerospikeOperations bean to be used with the repositories detected.
aerospikeTypeAliasAccessor() - Method in class org.springframework.data.aerospike.config.AerospikeDataConfigurationSupport
 
AerospikeTypeAliasAccessor - Class in org.springframework.data.aerospike.convert
 
AerospikeTypeAliasAccessor() - Constructor for class org.springframework.data.aerospike.convert.AerospikeTypeAliasAccessor
 
AerospikeTypeAliasAccessor(String) - Constructor for class org.springframework.data.aerospike.convert.AerospikeTypeAliasAccessor
 
AerospikeWriteData - Class in org.springframework.data.aerospike.convert
Value object to carry data to be written in object conversion.
AerospikeWriteData(Key, String, Collection<Bin>, int, Integer, Collection<String>) - Constructor for class org.springframework.data.aerospike.convert.AerospikeWriteData
 
AerospikeWriteData(Key, Collection<Bin>, int, Integer) - Constructor for class org.springframework.data.aerospike.convert.AerospikeWriteData
 
AerospikeWriter<T> - Interface in org.springframework.data.aerospike.convert
Interface to write objects into store specific receivers.
afterPropertiesSet() - Method in class org.springframework.data.aerospike.convert.MappingAerospikeConverter
 
afterPropertiesSet() - Method in class org.springframework.data.aerospike.repository.support.BaseAerospikeRepositoryFactoryBean
 
aggregate(Filter, Class<T>, String, String, List<Value>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Execute query, apply statement's aggregation function, and return result iterator.
aggregate(Filter, Class<T>, String, String, List<Value>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
aggregate(Filter, String, String, String, List<Value>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Execute query within the given set, apply statement's aggregation function, and return result iterator.
aggregate(Filter, String, String, String, List<Value>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
allArrayElementsAreNull(Object[]) - Static method in class org.springframework.data.aerospike.utility.Utils
 
and(Qualifier...) - Static method in class org.springframework.data.aerospike.query.qualifier.Qualifier
Create a parent qualifier that contains the given qualifiers combined using logical AND
AND - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
 
append(T, String, String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Find an existing record matching the document's class and id, append specified value to the record's bin and return the modified record mapped to the document's class.
append(T, String, String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
append(T, String, String) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Find an existing record matching the document's class and id, append specified value to the record's bin and return the modified record mapped to the document's class.
append(T, String, String) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
append(T, String, String, String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Find an existing record matching the document's id and the given set name, append specified value to the record's bin and return the modified record mapped to the document's class.
append(T, String, String, String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
append(T, String, String, String) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Find an existing record matching the document's id and the given set name, append specified value to the record's bin and return the modified record mapped to the document's class.
append(T, String, String, String) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
append(T, String, Map<String, String>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Find an existing record matching the document's id and the given set name, append map values to the corresponding bins of the record and return the modified record mapped to the document's class.
append(T, String, Map<String, String>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
append(T, String, Map<String, String>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Find an existing record matching the document's id and the given set name, append map values to the corresponding bins of the record and return the modified record mapped to the document's class.
append(T, String, Map<String, String>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
append(T, Map<String, String>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Find an existing record matching the document's class and id, append map values to the corresponding bins of the record and return the modified record mapped to the document's class.
append(T, Map<String, String>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
append(T, Map<String, String>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Find an existing record matching the document's class and id, append map values to the corresponding bins of the record and return the modified record mapped to the document's class.
append(T, Map<String, String>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
arguments() - Method in record class org.springframework.data.aerospike.query.QueryParam
Returns the value of the arguments record component.
AS_FILTER - Enum constant in enum class org.springframework.data.aerospike.query.qualifier.QualifierKey
 
AUTOGENERATED_ID_TYPES - Static variable in class org.springframework.data.aerospike.mapping.AerospikeSimpleTypes
 
A B C D E F G H I K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form