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 stuff
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
Add integer/double bin value to existing document bin value, read the new modified document and map it back the given document class type.
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
Reactively add integer/double bin value to existing document bin value, read the new modified document and map it back the given document class type.
add(T, 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
Add integer/double bin values to existing document bin values, read the new modified document and map it back the given document class type.
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
Reactively add integer/double bin values to existing document bin values, read the new modified document and map it back the given document class type.
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() - 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.
AerospikeConverter - Interface in org.springframework.data.aerospike.convert
Interface of an Aerospike-specific EntityConverter.
AerospikeCriteria - Class in org.springframework.data.aerospike.repository.query
 
AerospikeCriteria(Qualifier.QualifierBuilder) - Constructor for class org.springframework.data.aerospike.repository.query.AerospikeCriteria
 
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
 
AerospikeDataSettings.AerospikeDataSettingsBuilder - Class in org.springframework.data.aerospike.config
 
AerospikeDataSettingsBuilder() - Constructor for class org.springframework.data.aerospike.config.AerospikeDataSettings.AerospikeDataSettingsBuilder
 
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
 
AerospikeInternalOperations - Interface in org.springframework.data.aerospike.core
 
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, AerospikeTemplate) - Method in class org.springframework.data.aerospike.config.AbstractAerospikeDataConfiguration
 
aerospikePersistenceEntityIndexCreator(ObjectProvider<AerospikeMappingContext>, AerospikeIndexResolver, ReactiveAerospikeTemplate) - Method in class org.springframework.data.aerospike.config.AbstractReactiveAerospikeDataConfiguration
 
AerospikePersistenceEntityIndexCreator - Class in org.springframework.data.aerospike.index
 
AerospikePersistenceEntityIndexCreator(ObjectProvider<AerospikeMappingContext>, boolean, AerospikeIndexResolver, 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) - Constructor for class org.springframework.data.aerospike.repository.query.AerospikeQueryCreator
 
AerospikeQueryCreator(PartTree, ParameterAccessor, AerospikeMappingContext) - Constructor for class org.springframework.data.aerospike.repository.query.AerospikeQueryCreator
 
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 extends Repository<S,ID>,S,ID> - Class in org.springframework.data.aerospike.repository.support
 
AerospikeRepositoryFactoryBean(Class<? extends T>) - Constructor for class org.springframework.data.aerospike.repository.support.AerospikeRepositoryFactoryBean
 
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) - 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) - 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, Collection<Bin>, int) - Constructor for class org.springframework.data.aerospike.convert.AerospikeWriteData
Deprecated.
AerospikeWriteData(Key, Collection<Bin>, int, Integer) - Constructor for class org.springframework.data.aerospike.convert.AerospikeWriteData
 
AerospikeWriteData(Key, Collection<Bin>, int, Integer, Collection<String>) - 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
 
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
Append bin string value to existing document bin value, read the new modified document and map it back the given document class type.
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
Reactively append bin string value to existing document bin value, read the new modified document and map it back the given document class type.
append(T, 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
Append bin string values to existing document bin values, read the new modified document and map it back the given document class type.
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
Reactively append bin string values to existing document bin values, read the new modified document and map it back the given document class type.
append(T, Map<String, String>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
asFilter() - Method in class org.springframework.data.aerospike.query.Qualifier
 
asFilter(Boolean) - Method in class org.springframework.data.aerospike.query.Qualifier
 
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