Skip navigation links
Spring Data Aerospike
A B C D E F G H I L M N O P Q R S T U V W 

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, Map<String, Long>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
add(T, String, long) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
add(T, Map<String, Long>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
add(T, 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
 
add(T, String, long) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
 
add(T, Map<String, Long>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
add(T, 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
 
AerospikeCache(String, String, AerospikeClient, long) - Constructor for class org.springframework.data.aerospike.cache.AerospikeCache
 
AerospikeCacheManager - Class in org.springframework.data.aerospike.cache
CacheManager implementation for Aerospike.
AerospikeCacheManager(AerospikeClient, MappingAerospikeConverter) - Constructor for class org.springframework.data.aerospike.cache.AerospikeCacheManager
Create a new AerospikeCacheManager instance with no caches and with the set name "aerospike".
AerospikeCacheManager(AerospikeClient, String, MappingAerospikeConverter) - Constructor for class org.springframework.data.aerospike.cache.AerospikeCacheManager
Create a new AerospikeCacheManager instance with no caches and with the specified set name.
AerospikeCacheManager(AerospikeClient, Collection<String>, MappingAerospikeConverter) - Constructor for class org.springframework.data.aerospike.cache.AerospikeCacheManager
Create a new AerospikeCacheManager instance with the specified caches and with the set name "aerospike".
AerospikeCacheManager(AerospikeClient, Collection<String>, String, MappingAerospikeConverter) - Constructor for class org.springframework.data.aerospike.cache.AerospikeCacheManager
Create a new AerospikeCacheManager instance with the specified caches and with the specified set name.
AerospikeCacheManager.AerospikeSerializingCache - Class in org.springframework.data.aerospike.cache
 
aerospikeClient() - Method in class org.springframework.data.aerospike.config.AbstractAerospikeDataConfiguration
 
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 AerospikeClient.
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.FilterOperation, Qualifier...) - Constructor for class org.springframework.data.aerospike.repository.query.AerospikeCriteria
 
AerospikeCriteria(String, Qualifier.FilterOperation, Boolean, Value) - Constructor for class org.springframework.data.aerospike.repository.query.AerospikeCriteria
 
AerospikeCriteria(String, Qualifier.FilterOperation, Value, Value) - Constructor for class org.springframework.data.aerospike.repository.query.AerospikeCriteria
 
aerospikeExceptionTranslator() - Method in class org.springframework.data.aerospike.config.AbstractAerospikeDataConfiguration
 
AerospikeExceptionTranslator - Interface in org.springframework.data.aerospike.core
 
AerospikeKeyValueAdapter - Class in org.springframework.data.aerospike.core
An Aerospike-specific KeyValueAdapter to implement core sore interactions to be used by the KeyValueTemplate.
AerospikeKeyValueAdapter(AerospikeClient, AerospikeConverter, String) - Constructor for class org.springframework.data.aerospike.core.AerospikeKeyValueAdapter
Creates a new AerospikeKeyValueAdapter using the given AerospikeClient and AerospikeConverter.
aerospikeMappingContext() - Method in class org.springframework.data.aerospike.config.AbstractAerospikeDataConfiguration
 
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
NamespaceHandler for the Aerospike namespace.
AerospikeNamespaceHandler() - Constructor for class org.springframework.data.aerospike.config.AerospikeNamespaceHandler
 
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, AerospikeOperations, Class<? extends AbstractQueryCreator<?, ?>>) - Constructor for class org.springframework.data.aerospike.repository.query.AerospikePartTreeQuery
 
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, MappingContext<?, AerospikePersistentProperty>) - Constructor for class org.springframework.data.aerospike.repository.query.AerospikeQueryCreator
 
aerospikeReactorClient(AerospikeClient, EventLoops) - 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
 
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(AerospikeOperations) - Constructor for class org.springframework.data.aerospike.repository.support.AerospikeRepositoryFactory
 
AerospikeRepositoryFactory(AerospikeOperations, 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
 
AerospikeSerializingCache(String) - Constructor for class org.springframework.data.aerospike.cache.AerospikeCacheManager.AerospikeSerializingCache
 
AerospikeSimpleTypes - Class in org.springframework.data.aerospike.mapping
Simple constant holder for a SimpleTypeHolder enriched with Aerospike specific simple types.
aerospikeTemplate(AerospikeClient, MappingAerospikeConverter, AerospikeMappingContext, AerospikeExceptionTranslator) - Method in class org.springframework.data.aerospike.config.AbstractAerospikeDataConfiguration
 
AerospikeTemplate - Class in org.springframework.data.aerospike.core
Primary implementation of AerospikeOperations.
AerospikeTemplate(AerospikeClient, String, MappingAerospikeConverter, AerospikeMappingContext, AerospikeExceptionTranslator) - Constructor for class org.springframework.data.aerospike.core.AerospikeTemplate
Creates a new AerospikeTemplate for the given AerospikeClient.
AerospikeTemplate(AerospikeClient, String) - Constructor for class org.springframework.data.aerospike.core.AerospikeTemplate
Deprecated.
aerospikeTypeAliasAccessor() - Method in class org.springframework.data.aerospike.config.AbstractAerospikeDataConfiguration
 
AerospikeTypeAliasAccessor - Class in org.springframework.data.aerospike.convert
 
AerospikeTypeAliasAccessor(String) - Constructor for class org.springframework.data.aerospike.convert.AerospikeTypeAliasAccessor
 
AerospikeTypeAliasAccessor() - 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
 
AerospikeWriter<T> - Interface in org.springframework.data.aerospike.convert
 
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
 
aggregate(Filter, Class<T>, String, String, List<Value>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
and(String) - Method in class org.springframework.data.aerospike.repository.query.Criteria
Static factory method to create a Criteria using the provided key
append(T, Map<String, String>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
append(T, String, String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
append(T, Map<String, String>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
append(T, 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
 
append(T, String, String) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
 
append(T, Map<String, String>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
append(T, String, String) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
AUTOGENERATED_ID_TYPES - Static variable in class org.springframework.data.aerospike.mapping.AerospikeSimpleTypes
 
A B C D E F G H I L M N O P Q R S T U V W 
Skip navigation links
Spring Data Aerospike

Copyright © 2012–2020 Aerospike, Inc. All rights reserved.