Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- abortTransaction() - Method in class org.springframework.data.aerospike.transaction.reactive.AerospikeReactiveTransaction
-
Rollback (abort) the transaction
- abortTransaction() - Method in class org.springframework.data.aerospike.transaction.sync.AerospikeTransaction
-
Rollback (abort) the transaction
- 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, AerospikeCacheKeyProcessor) - 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
- AerospikeCacheKey - Class in org.springframework.data.aerospike.cache
-
Wrapper class used in caching.
- AerospikeCacheKeyProcessor - Interface in org.springframework.data.aerospike.cache
-
Interface that provides methods used in caching
- AerospikeCacheKeyProcessorImpl - Class in org.springframework.data.aerospike.cache
- AerospikeCacheKeyProcessorImpl() - Constructor for class org.springframework.data.aerospike.cache.AerospikeCacheKeyProcessorImpl
- AerospikeCacheManager - Class in org.springframework.data.aerospike.cache
-
CacheManager
implementation for Aerospike. - AerospikeCacheManager(IAerospikeClient, AerospikeConverter, AerospikeCacheConfiguration, Map<String, AerospikeCacheConfiguration>, AerospikeCacheKeyProcessor) - 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. - AerospikeCacheManager(IAerospikeClient, AerospikeConverter, AerospikeCacheConfiguration, AerospikeCacheKeyProcessor) - Constructor for class org.springframework.data.aerospike.cache.AerospikeCacheManager
-
Create a new
AerospikeCacheManager
instance - Specifying a default cache configuration. - aerospikeClient(AerospikeSettings) - Method in class org.springframework.data.aerospike.config.AerospikeDataConfigurationSupport
- AerospikeClientCallback<T> - Interface in org.springframework.data.aerospike.core
-
Callback to interact with the
IAerospikeClient
. - AerospikeConnectionSettings - Class in org.springframework.data.aerospike.config
- AerospikeConnectionSettings(Environment) - Constructor for class org.springframework.data.aerospike.config.AerospikeConnectionSettings
- AerospikeContextDslResolverUtils - Class in org.springframework.data.aerospike.index
- AerospikeContextDslResolverUtils() - Constructor for class org.springframework.data.aerospike.index.AerospikeContextDslResolverUtils
- AerospikeConverter - Interface in org.springframework.data.aerospike.convert
-
Interface of an Aerospike-specific
EntityConverter
. - AerospikeCustomConversions - Class in org.springframework.data.aerospike.convert
-
Value object to capture custom conversion.
- AerospikeCustomConversions(List<Object>) - Constructor for class org.springframework.data.aerospike.convert.AerospikeCustomConversions
-
Create a new instance with a given list of converters
- AerospikeCustomConverters - Class in org.springframework.data.aerospike.convert
-
Storage for a list of custom converters
- AerospikeCustomConverters(List<Object>) - Constructor for class org.springframework.data.aerospike.convert.AerospikeCustomConverters
-
Create a storage for custom 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(Environment) - 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
- aerospikeMappingContext(AerospikeDataSettings) - 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.
- 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 - 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, ServerVersionSupport) - 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
- aerospikeReactivePersistenceEntityIndexCreator(ObjectProvider<AerospikeMappingContext>, AerospikeIndexResolver, ObjectProvider<ReactiveAerospikeTemplate>, AerospikeSettings) - Method in class org.springframework.data.aerospike.config.AbstractReactiveAerospikeDataConfiguration
- AerospikeReactiveTransaction - Class in org.springframework.data.aerospike.transaction.reactive
-
A
SmartTransactionObject
implementation that has reactive transaction resource holder and basic transaction API - AerospikeReactiveTransactionManager - Class in org.springframework.data.aerospike.transaction.reactive
-
A
ReactiveTransactionManager
implementation for managing transactions - AerospikeReactiveTransactionManager(IAerospikeReactorClient) - Constructor for class org.springframework.data.aerospike.transaction.reactive.AerospikeReactiveTransactionManager
-
Create a new instance of
AerospikeReactiveTransactionManager
- AerospikeReactiveTransactionResourceHolder - Class in org.springframework.data.aerospike.transaction.reactive
-
Aerospike reactive transaction resource holder for managing transaction resources, extends
ResourceHolderSupport
- AerospikeReactiveTransactionResourceHolder(IAerospikeReactorClient) - Constructor for class org.springframework.data.aerospike.transaction.reactive.AerospikeReactiveTransactionResourceHolder
- 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
-
RepositoryConfigurationExtension
for Aerospike. - 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
- 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. - AerospikeTransaction - Class in org.springframework.data.aerospike.transaction.sync
-
A
SmartTransactionObject
implementation that has transaction resource holder and basic transaction API - AerospikeTransactionManager - Class in org.springframework.data.aerospike.transaction.sync
-
A
PlatformTransactionManager
implementation for managing transactions - AerospikeTransactionManager(IAerospikeClient) - Constructor for class org.springframework.data.aerospike.transaction.sync.AerospikeTransactionManager
-
Create a new instance of
AerospikeTransactionManager
- AerospikeTransactionResourceHolder - Class in org.springframework.data.aerospike.transaction.sync
-
Aerospike transaction resource holder for managing transaction resources, extends
ResourceHolderSupport
- AerospikeTransactionResourceHolder(IAerospikeClient) - Constructor for class org.springframework.data.aerospike.transaction.sync.AerospikeTransactionResourceHolder
- aerospikeTypeAliasAccessor(AerospikeDataSettings) - Method in class org.springframework.data.aerospike.config.AerospikeDataConfigurationSupport
- AerospikeTypeAliasAccessor - Class in org.springframework.data.aerospike.convert
- 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
- 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
-
Conjunction of two or more Qualifiers using logical AND.
- 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. - AUTOGENERATED_ID_TYPES - Static variable in class org.springframework.data.aerospike.mapping.AerospikeSimpleTypes
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form