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 W 

A

add(List<Bin>) - Method in class org.springframework.data.aerospike.convert.AerospikeData
 
add(Bin) - Method in class org.springframework.data.aerospike.convert.AerospikeData
 
add(T, Map<String, Long>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
add(T, String, int) - 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, int) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
addCriteria(CriteriaDefinition) - Method in class org.springframework.data.aerospike.repository.query.Query
Adds the given CriteriaDefinition to the current Query.
addKeyValuetoAerospikeMetaData(String, Object) - Method in class org.springframework.data.aerospike.mapping.AerospikeMetadataBin
 
addMap(HashMap<String, Object>) - Method in class org.springframework.data.aerospike.mapping.AerospikeMetadataBin
 
addMetaDataItem(String, Object) - Method in class org.springframework.data.aerospike.convert.AerospikeData
 
addMetaDataToBin() - Method in class org.springframework.data.aerospike.convert.AerospikeData
 
AEROSPIKE_META_DATA - Static variable in class org.springframework.data.aerospike.mapping.AerospikeMetadataBin
 
AerospikeApp - Class in org.springframework.data.aerospike.example
 
AerospikeApp() - Constructor for class org.springframework.data.aerospike.example.AerospikeApp
 
AerospikeBinData<T> - Class in org.springframework.data.aerospike.core
 
AerospikeBinData(String, Object, Class<T>, boolean) - Constructor for class org.springframework.data.aerospike.core.AerospikeBinData
 
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) - 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) - 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>) - 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) - 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.example.config.TestRepositoryConfig
 
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.
AerospikeData - Class in org.springframework.data.aerospike.convert
Value object to carry data to be read and to written in object conversion.
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 - Class in org.springframework.data.aerospike.mapping
An Aerospike-specific implementation of MappingContext.
AerospikeMappingContext() - Constructor for class org.springframework.data.aerospike.mapping.AerospikeMappingContext
 
AerospikeMetadataBin - Class in org.springframework.data.aerospike.mapping
 
AerospikeMetadataBin() - Constructor for class org.springframework.data.aerospike.mapping.AerospikeMetadataBin
 
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, EvaluationContextProvider, 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
 
aerospikePropertyComparator(Query<?>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
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
 
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 extends Serializable> - Interface in org.springframework.data.aerospike.repository
Aerospike specific Repository
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 extends Serializable> - 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 - Class in org.springframework.data.aerospike.core
Primary implementation of AerospikeOperations.
AerospikeTemplate(AerospikeClient, String) - Constructor for class org.springframework.data.aerospike.core.AerospikeTemplate
Creates a new AerospikeTemplate for the given AerospikeClient.
aerospikeTemplate() - Method in class org.springframework.data.aerospike.example.config.TestRepositoryConfig
 
AerospikeTemplate.EntityIterator<T> - Class in org.springframework.data.aerospike.core
 
AerospikeWriter<T> - Interface in org.springframework.data.aerospike.core
 
afterPropertiesSet() - Method in class org.springframework.data.aerospike.repository.support.AerospikeRepositoryFactoryBean
 
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(Part, Criteria, Iterator<Object>) - Method in class org.springframework.data.aerospike.repository.query.AerospikeQueryCreator
 
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
 
applicationContext - Variable in class org.springframework.data.aerospike.convert.MappingAerospikeConverter
 
AUTOGENERATED_ID_TYPES - Static variable in class org.springframework.data.aerospike.mapping.AerospikeSimpleTypes
 

B

BasicAerospikePersistentEntity<T> - Class in org.springframework.data.aerospike.mapping
Default implementation of AerospikePersistentEntity.
BasicAerospikePersistentEntity(TypeInformation<T>) - Constructor for class org.springframework.data.aerospike.mapping.BasicAerospikePersistentEntity
Creates a new BasicAerospikePersistentEntity using the given TypeInformation.
BasicAerospikePersistentProperty - Class in org.springframework.data.aerospike.mapping
 
BasicAerospikePersistentProperty(Field, PropertyDescriptor, PersistentEntity<?, AerospikePersistentProperty>, SimpleTypeHolder, FieldNamingStrategy) - Constructor for class org.springframework.data.aerospike.mapping.BasicAerospikePersistentProperty
 
BatchPolicyBeanDefinitionParser - Class in org.springframework.data.aerospike.config
BatchPolicyBeanDefinitionParser() - Constructor for class org.springframework.data.aerospike.config.BatchPolicyBeanDefinitionParser
 
BatchPolicyFactoryBean - Class in org.springframework.data.aerospike.config
A FactoryBean implementation that exposes the setters necessary to configure a BatchPolicy via XML.
BatchPolicyFactoryBean() - Constructor for class org.springframework.data.aerospike.config.BatchPolicyFactoryBean
Creates a new BatchPolicyFactoryBean.
between(Object, Object, String) - Method in class org.springframework.data.aerospike.repository.query.Criteria
 
Bin - Annotation Type in org.springframework.data.aerospike.annotation
Annotation to define custom on fields.

C

CachingAerospikePersistentProperty - Class in org.springframework.data.aerospike.mapping
 
CachingAerospikePersistentProperty(Field, PropertyDescriptor, PersistentEntity<?, AerospikePersistentProperty>, SimpleTypeHolder, FieldNamingStrategy) - Constructor for class org.springframework.data.aerospike.mapping.CachingAerospikePersistentProperty
cleanUp() - Method in class org.springframework.data.aerospike.example.RepositoryExample
 
clear() - Method in class org.springframework.data.aerospike.cache.AerospikeCache
 
clear() - Method in class org.springframework.data.aerospike.core.AerospikeKeyValueAdapter
 
client - Variable in class org.springframework.data.aerospike.cache.AerospikeCache
 
ClientPolicyBeanDefinitionParser - Class in org.springframework.data.aerospike.config
ClientPolicyBeanDefinitionParser() - Constructor for class org.springframework.data.aerospike.config.ClientPolicyBeanDefinitionParser
 
ClientPolicyFactoryBean - Class in org.springframework.data.aerospike.config
A FactoryBean implementation that exposes the setters necessary to configure a ClientPolicy via XML.
ClientPolicyFactoryBean() - Constructor for class org.springframework.data.aerospike.config.ClientPolicyFactoryBean
close() - Method in class org.springframework.data.aerospike.core.AerospikeTemplate.EntityIterator
 
complete(Criteria, Sort) - Method in class org.springframework.data.aerospike.repository.query.AerospikeQueryCreator
 
containing(Object, String, Part.IgnoreCaseType) - Method in class org.springframework.data.aerospike.repository.query.Criteria
 
contains(Serializable, Serializable) - Method in class org.springframework.data.aerospike.core.AerospikeKeyValueAdapter
 
convert(Long) - Method in class org.springframework.data.aerospike.convert.LongToBoolean
 
ConvertingParameterAccessor - Class in org.springframework.data.aerospike.repository.query
 
ConvertingParameterAccessor(AerospikeWriter<?>, AerospikeParameterAccessor) - Constructor for class org.springframework.data.aerospike.repository.query.ConvertingParameterAccessor
 
convertToAerospikeData(Map) - Static method in class org.springframework.data.aerospike.convert.AerospikeData
 
convertToAerospikeType(Object) - Method in class org.springframework.data.aerospike.convert.MappingAerospikeConverter
 
convertToAerospikeType(Object, TypeInformation<?>) - Method in class org.springframework.data.aerospike.convert.MappingAerospikeConverter
 
convertToAerospikeType(Object) - Method in interface org.springframework.data.aerospike.core.AerospikeWriter
Converts the given object into one Aerospike will be able to store natively.
convertToAerospikeType(Object, TypeInformation<?>) - Method in interface org.springframework.data.aerospike.core.AerospikeWriter
Converts the given object into one Aerospike will be able to store natively but retains the type information in case the given TypeInformation differs from the given object type.
convertToMap(AerospikeData, SimpleTypeHolder) - Static method in class org.springframework.data.aerospike.convert.AerospikeData
 
count(Serializable) - Method in class org.springframework.data.aerospike.core.AerospikeKeyValueAdapter
 
count(Query<?>, Class<?>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
count(Class<?>, String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
count(Class<?>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
count(Query<?>, Class<?>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
count(Class<?>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
count(Class<?>, String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
count() - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
 
create(Part, Iterator<Object>) - Method in class org.springframework.data.aerospike.repository.query.AerospikeQueryCreator
 
createAssociation() - Method in class org.springframework.data.aerospike.mapping.BasicAerospikePersistentProperty
 
createCache(String) - Method in class org.springframework.data.aerospike.cache.AerospikeCacheManager
 
createIndex(Class<T>, String, String, IndexType) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
createIndex(Class<T>, String, String, IndexType) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
createIndex(Class<T>, String, String, IndexType) - Method in interface org.springframework.data.aerospike.repository.AerospikeRepository
 
createIndex(Class<T>, String, String, IndexType) - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
 
createOnly - Variable in class org.springframework.data.aerospike.cache.AerospikeCache
 
createPersistentEntity(TypeInformation<T>) - Method in class org.springframework.data.aerospike.mapping.AerospikeMappingContext
 
createPersistentProperty(Field, PropertyDescriptor, BasicAerospikePersistentEntity<?>, SimpleTypeHolder) - Method in class org.springframework.data.aerospike.mapping.AerospikeMappingContext
 
createQuery(ParametersParameterAccessor) - Method in class org.springframework.data.aerospike.repository.query.AerospikePartTreeQuery
 
createRepositoryFactory() - Method in class org.springframework.data.aerospike.repository.support.AerospikeRepositoryFactoryBean
 
Criteria - Class in org.springframework.data.aerospike.repository.query
 
Criteria(String) - Constructor for class org.springframework.data.aerospike.repository.query.Criteria
 
Criteria(List<Criteria>, String) - Constructor for class org.springframework.data.aerospike.repository.query.Criteria
 
Criteria() - Constructor for class org.springframework.data.aerospike.repository.query.Criteria
 
CriteriaDefinition - Interface in org.springframework.data.aerospike.repository.query
 

D

decorateCache(Cache) - Method in class org.springframework.data.aerospike.cache.AerospikeCacheManager
 
DEFAULT_SET_NAME - Static variable in class org.springframework.data.aerospike.cache.AerospikeCacheManager
 
delete(Serializable, Serializable) - Method in class org.springframework.data.aerospike.core.AerospikeKeyValueAdapter
 
delete(Class<?>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
delete(Serializable, Class<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
delete(T) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
delete(Class<?>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
delete(Serializable, Class<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
delete(T) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
delete(T) - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
 
delete(ID) - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
 
delete(Iterable<? extends T>) - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
 
deleteAll() - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
 
deleteAllOf(Serializable) - Method in class org.springframework.data.aerospike.core.AerospikeKeyValueAdapter
 
Demoset - Class in org.springframework.data.aerospike.example.data
 
Demoset(String, String, int) - Constructor for class org.springframework.data.aerospike.example.data.Demoset
 
destroy() - Method in class org.springframework.data.aerospike.core.AerospikeKeyValueAdapter
 
Document - Annotation Type in org.springframework.data.aerospike.mapping
Identifies a domain object to be persisted to Aerospike.
doParse(Element, BeanDefinitionBuilder) - Method in class org.springframework.data.aerospike.config.BatchPolicyBeanDefinitionParser
 
doParse(Element, BeanDefinitionBuilder) - Method in class org.springframework.data.aerospike.config.ClientPolicyBeanDefinitionParser
 
doParse(Element, BeanDefinitionBuilder) - Method in class org.springframework.data.aerospike.config.QueryPolicyBeanDefinitionParser
 
doParse(Element, BeanDefinitionBuilder) - Method in class org.springframework.data.aerospike.config.ReadPolicyBeanDefinitionParser
 
doParse(Element, BeanDefinitionBuilder) - Method in class org.springframework.data.aerospike.config.ScanPolicyBeanDefinitionParser
 
doParse(Element, BeanDefinitionBuilder) - Method in class org.springframework.data.aerospike.config.WritePolicyBeanDefinitionParser
 

E

EnableAerospikeRepositories - Annotation Type in org.springframework.data.aerospike.repository.config
Annotation to activate Aerospike repositories.
EntityIterator(Class<T>, MappingAerospikeConverter, KeyRecordIterator) - Constructor for class org.springframework.data.aerospike.core.AerospikeTemplate.EntityIterator
 
entries(Serializable) - Method in class org.springframework.data.aerospike.core.AerospikeKeyValueAdapter
 
evict(Object) - Method in class org.springframework.data.aerospike.cache.AerospikeCache
 
execute(KeyValueCallback<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Execute operation against underlying store.
execute(KeyValueCallback<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
execute(Object[]) - Method in class org.springframework.data.aerospike.repository.query.AerospikePartTreeQuery
 
executeRepositoryCall() - Method in class org.springframework.data.aerospike.example.RepositoryExample
 
exists(Query<?>, Class<?>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
exists(ID) - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
 

F

failIfNotConnected(boolean) - Method in class org.springframework.data.aerospike.config.ClientPolicyFactoryBean
Configures the action if the client cannot connect to a host.
Field - Annotation Type in org.springframework.data.aerospike.mapping
Annotation to define custom metadata for document fields.
find(KeyValueQuery<?>, Serializable) - Method in class org.springframework.data.aerospike.core.AerospikeKeyValueAdapter
 
find(Query<?>, Class<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
find(Query<?>, Class<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
findAll(Class<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
findAll(Sort, Class<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
findAll(Class<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
findAll(Sort, Class<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
findAll(Sort) - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
 
findAll(Pageable) - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
 
findAll() - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
 
findAll(Iterable<ID>) - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
 
findAllUsingQuery(Class<T>, Filter, Qualifier...) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
findById(Serializable, Class<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
findById(Serializable, Class<T>, Class<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
findById(Serializable, Class<T>, Class<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
findById(Serializable, Class<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
findByName(String) - Method in interface org.springframework.data.aerospike.example.PersonRepository
 
findByNameStartsWith(String) - Method in interface org.springframework.data.aerospike.example.PersonRepository
 
findInRange(int, int, Sort, Class<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
findInRange(int, int, Sort, Class<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
findOne(Serializable, Class<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
findOne(Serializable, Class<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
findOne(ID) - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
 
forRead(Key, String[]) - Static method in class org.springframework.data.aerospike.convert.AerospikeData
 
forWrite(String) - Static method in class org.springframework.data.aerospike.convert.AerospikeData
 

G

geo_within(Object, Object, Object, String) - Method in class org.springframework.data.aerospike.repository.query.Criteria
GEO Query with distance from a geo location given longitude/latitude
get(Object) - Method in class org.springframework.data.aerospike.cache.AerospikeCache
 
get(Object, Class<T>) - Method in class org.springframework.data.aerospike.cache.AerospikeCache
 
get(Object, Callable<T>) - Method in class org.springframework.data.aerospike.cache.AerospikeCache
 
get(Object, Class<T>) - Method in class org.springframework.data.aerospike.cache.AerospikeCacheManager.AerospikeSerializingCache
 
get(Object) - Method in class org.springframework.data.aerospike.cache.AerospikeCacheManager.AerospikeSerializingCache
 
get(Serializable, Serializable) - Method in class org.springframework.data.aerospike.core.AerospikeKeyValueAdapter
 
getAerospikeMetaDataBin() - Method in class org.springframework.data.aerospike.mapping.AerospikeMetadataBin
 
getAerospikeMetaDataUsingKey(String) - Method in class org.springframework.data.aerospike.mapping.AerospikeMetadataBin
 
getAge() - Method in class org.springframework.data.aerospike.example.data.Demoset
 
getAge() - Method in class org.springframework.data.aerospike.example.data.Person
 
getAllOf(Serializable) - Method in class org.springframework.data.aerospike.core.AerospikeKeyValueAdapter
 
getAnnotation() - Method in class org.springframework.data.aerospike.repository.config.AerospikeRepositoriesRegistrar
 
getBeanClass(Element) - Method in class org.springframework.data.aerospike.config.BatchPolicyBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.springframework.data.aerospike.config.ClientPolicyBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.springframework.data.aerospike.config.QueryPolicyBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.springframework.data.aerospike.config.ReadPolicyBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.springframework.data.aerospike.config.ScanPolicyBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.springframework.data.aerospike.config.WritePolicyBeanDefinitionParser
 
getBindableValue(int) - Method in class org.springframework.data.aerospike.repository.query.ConvertingParameterAccessor
 
getBinNames() - Method in class org.springframework.data.aerospike.convert.AerospikeData
 
getBins() - Method in class org.springframework.data.aerospike.convert.AerospikeData
 
getBinsAsArray() - Method in class org.springframework.data.aerospike.convert.AerospikeData
 
getCache(String) - Method in class org.springframework.data.aerospike.cache.AerospikeCacheManager
 
getColletionName(Class<?>) - Static method in class org.springframework.data.aerospike.mapping.AerospikeSimpleTypes
 
getConversionService() - Method in class org.springframework.data.aerospike.convert.MappingAerospikeConverter
 
getCriteriaChain() - Method in class org.springframework.data.aerospike.repository.query.Criteria
 
getCriteriaObject() - Method in class org.springframework.data.aerospike.repository.query.Criteria
 
getCriteriaObject() - Method in interface org.springframework.data.aerospike.repository.query.CriteriaDefinition
Get Filter representation.
getCriteriaObject() - Method in class org.springframework.data.aerospike.repository.query.TextCriteria
 
getCritieria() - Method in class org.springframework.data.aerospike.repository.query.Query
Get the criteria object.
getDomainClass() - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
 
getDynamicProjection() - Method in class org.springframework.data.aerospike.repository.query.ConvertingParameterAccessor
 
getEntityInformation(Class<T>) - Method in class org.springframework.data.aerospike.repository.support.AerospikeRepositoryFactory
 
getExtension() - Method in class org.springframework.data.aerospike.repository.config.AerospikeRepositoriesRegistrar
 
getFieldName() - Method in class org.springframework.data.aerospike.mapping.BasicAerospikePersistentProperty
Returns the key to be used to store the value of the property DBObject.
getFieldName() - Method in class org.springframework.data.aerospike.mapping.CachingAerospikePersistentProperty
 
getFullText() - Method in interface org.springframework.data.aerospike.repository.query.AerospikeParameterAccessor
Returns the TextCriteria to be used for full text query.
getFullText() - Method in class org.springframework.data.aerospike.repository.query.ConvertingParameterAccessor
 
getGeneration() - Method in interface org.springframework.data.aerospike.mapping.AerospikePersistentEntity
 
getGeneration() - Method in class org.springframework.data.aerospike.mapping.BasicAerospikePersistentEntity
 
getId() - Method in class org.springframework.data.aerospike.example.data.Demoset
 
getId() - Method in class org.springframework.data.aerospike.example.data.Person
 
getKey(Object) - Method in class org.springframework.data.aerospike.cache.AerospikeCache
 
getKey() - Method in class org.springframework.data.aerospike.convert.AerospikeData
 
getKey() - Method in interface org.springframework.data.aerospike.mapping.AerospikePersistentEntity
 
getKey() - Method in class org.springframework.data.aerospike.mapping.BasicAerospikePersistentEntity
 
getKey() - Method in class org.springframework.data.aerospike.repository.query.Criteria
 
getKey() - Method in interface org.springframework.data.aerospike.repository.query.CriteriaDefinition
Get the identifying key.
getKey() - Method in class org.springframework.data.aerospike.repository.query.TextCriteria
 
getMappingContext() - Method in class org.springframework.data.aerospike.convert.MappingAerospikeConverter
 
getMappingContext() - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
getMappingContext() - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
getMetaData() - Method in class org.springframework.data.aerospike.convert.AerospikeData
 
getMissingCache(String) - Method in class org.springframework.data.aerospike.cache.AerospikeCacheManager
 
getName() - Method in class org.springframework.data.aerospike.cache.AerospikeCache
 
getName() - Method in class org.springframework.data.aerospike.example.data.Demoset
 
getName() - Method in class org.springframework.data.aerospike.example.data.Person
 
getNamespace() - Method in class org.springframework.data.aerospike.convert.AerospikeData
 
getNamespace() - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
getNativeCache() - Method in class org.springframework.data.aerospike.cache.AerospikeCache
 
getObject() - Method in class org.springframework.data.aerospike.config.BatchPolicyFactoryBean
 
getObject() - Method in class org.springframework.data.aerospike.config.ClientPolicyFactoryBean
 
getObject() - Method in class org.springframework.data.aerospike.config.QueryPolicyFactoryBean
 
getObject() - Method in class org.springframework.data.aerospike.config.ReadPolicyFactoryBean
 
getObject() - Method in class org.springframework.data.aerospike.config.ScanPolicyFactoryBean
 
getObject() - Method in class org.springframework.data.aerospike.config.WritePolicyFactoryBean
 
getObjectType() - Method in class org.springframework.data.aerospike.config.BatchPolicyFactoryBean
 
getObjectType() - Method in class org.springframework.data.aerospike.config.ClientPolicyFactoryBean
 
getObjectType() - Method in class org.springframework.data.aerospike.config.QueryPolicyFactoryBean
 
getObjectType() - Method in class org.springframework.data.aerospike.config.ReadPolicyFactoryBean
 
getObjectType() - Method in class org.springframework.data.aerospike.config.ScanPolicyFactoryBean
 
getObjectType() - Method in class org.springframework.data.aerospike.config.WritePolicyFactoryBean
 
getOffset() - Method in class org.springframework.data.aerospike.repository.query.Query
Number of elements to skip.
getPageable() - Method in class org.springframework.data.aerospike.repository.query.ConvertingParameterAccessor
 
getPropertyName() - Method in class org.springframework.data.aerospike.core.AerospikeBinData
 
getPropertyType() - Method in class org.springframework.data.aerospike.core.AerospikeBinData
 
getPropertyValue() - Method in class org.springframework.data.aerospike.core.AerospikeBinData
 
getQueryLookupStrategy(QueryLookupStrategy.Key, EvaluationContextProvider) - Method in class org.springframework.data.aerospike.repository.support.AerospikeRepositoryFactory
 
getQueryMethod() - Method in class org.springframework.data.aerospike.repository.query.AerospikePartTreeQuery
 
getQueryObject() - Method in class org.springframework.data.aerospike.repository.query.Query
 
getRecord() - Method in class org.springframework.data.aerospike.convert.AerospikeData
 
getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.aerospike.repository.support.AerospikeRepositoryFactory
 
getRows() - Method in class org.springframework.data.aerospike.repository.query.Query
Number of elements to read.
getSetName() - Method in class org.springframework.data.aerospike.convert.AerospikeData
 
getSetName(Class<?>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
The Set name used for the specified class by this template.
getSetName(Class<?>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
getSetName() - Method in interface org.springframework.data.aerospike.mapping.AerospikePersistentEntity
Returns the name of the set the PersistentEntity shall be stored in.
getSetName() - Method in class org.springframework.data.aerospike.mapping.BasicAerospikePersistentEntity
 
getSingleCriteriaObject() - Method in class org.springframework.data.aerospike.repository.query.Criteria
 
getSort() - Method in class org.springframework.data.aerospike.repository.query.ConvertingParameterAccessor
 
getSort() - Method in class org.springframework.data.aerospike.repository.query.Query
Get Sort.
getSpringId() - Method in class org.springframework.data.aerospike.convert.AerospikeData
 
getTargetRepository(RepositoryInformation) - Method in class org.springframework.data.aerospike.repository.support.AerospikeRepositoryFactory
 
getTTL() - Method in interface org.springframework.data.aerospike.mapping.AerospikePersistentEntity
 
getTTL() - Method in class org.springframework.data.aerospike.mapping.BasicAerospikePersistentEntity
 
getValues() - Method in interface org.springframework.data.aerospike.repository.query.AerospikeParameterAccessor
Returns the raw parameter values of the underlying query method.
getValues() - Method in class org.springframework.data.aerospike.repository.query.ConvertingParameterAccessor
 
gt(Object, String) - Method in class org.springframework.data.aerospike.repository.query.Criteria
 
gte(Object, String) - Method in class org.springframework.data.aerospike.repository.query.Criteria
 

H

hasBindableNullValue() - Method in class org.springframework.data.aerospike.repository.query.ConvertingParameterAccessor
 
hasExplicitFieldName() - Method in class org.springframework.data.aerospike.mapping.BasicAerospikePersistentProperty
 
hasNext() - Method in class org.springframework.data.aerospike.core.AerospikeTemplate.EntityIterator
 
HOLDER - Static variable in class org.springframework.data.aerospike.mapping.AerospikeSimpleTypes
 

I

in(Object) - Method in class org.springframework.data.aerospike.repository.query.Criteria
 
infoAll(AerospikeClient, String) - Static method in class org.springframework.data.aerospike.utility.Utils
Issues an "Info" request to all nodes in the cluster.
init() - Method in class org.springframework.data.aerospike.config.AerospikeNamespaceHandler
 
insert(T) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Insert operation using the WritePolicy.recordExisits policy of CREATE_ONLY
insert(T, WritePolicy) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Insert operation using the WritePolicy specified.
insert(Serializable, Object) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Insert operation using the WritePolicy.recordExisits policy of CREATE_ONLY
insert(Serializable, Object, WritePolicy) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Insert operation using the WritePolicy specified.
insert(Serializable, Object) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
insert(Serializable, Object, WritePolicy) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
insert(T) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
insert(T, WritePolicy) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
insertAll(Collection<? extends T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
InvalidAerospikeDataAccessApiUsageException - Exception in org.springframework.data.aerospike
 
InvalidAerospikeDataAccessApiUsageException(String) - Constructor for exception org.springframework.data.aerospike.InvalidAerospikeDataAccessApiUsageException
 
InvalidAerospikeDataAccessApiUsageException(String, Throwable) - Constructor for exception org.springframework.data.aerospike.InvalidAerospikeDataAccessApiUsageException
 
is(Object, String) - Method in class org.springframework.data.aerospike.repository.query.Criteria
 
isAssociation() - Method in class org.springframework.data.aerospike.mapping.CachingAerospikePersistentProperty
 
isCacheAlreadyDecorated(Cache) - Method in class org.springframework.data.aerospike.cache.AerospikeCacheManager
 
isExplicitIdProperty() - Method in interface org.springframework.data.aerospike.mapping.AerospikePersistentProperty
Gets the value of the property explicitIdProperty.
isExplicitIdProperty() - Method in class org.springframework.data.aerospike.mapping.BasicAerospikePersistentProperty
Gets the value of the property explicitIdProperty.
isIdProperty() - Method in class org.springframework.data.aerospike.mapping.BasicAerospikePersistentProperty
Gets the value of the property idProperty.
isIdProperty() - Method in class org.springframework.data.aerospike.mapping.CachingAerospikePersistentProperty
Gets the value of the property idProperty.
isSimpleType() - Method in class org.springframework.data.aerospike.core.AerospikeBinData
 
isSingleton() - Method in class org.springframework.data.aerospike.config.BatchPolicyFactoryBean
 
isSingleton() - Method in class org.springframework.data.aerospike.config.ClientPolicyFactoryBean
 
isSingleton() - Method in class org.springframework.data.aerospike.config.QueryPolicyFactoryBean
 
isSingleton() - Method in class org.springframework.data.aerospike.config.ReadPolicyFactoryBean
 
isSingleton() - Method in class org.springframework.data.aerospike.config.ScanPolicyFactoryBean
 
isSingleton() - Method in class org.springframework.data.aerospike.config.WritePolicyFactoryBean
 
isTransient() - Method in class org.springframework.data.aerospike.mapping.CachingAerospikePersistentProperty
 
iterator() - Method in class org.springframework.data.aerospike.repository.query.ConvertingParameterAccessor
 

L

limit(int) - Method in class org.springframework.data.aerospike.repository.query.Query
 
loadCaches() - Method in class org.springframework.data.aerospike.cache.AerospikeCacheManager
 
LongToBoolean - Class in org.springframework.data.aerospike.convert
 
LongToBoolean() - Constructor for class org.springframework.data.aerospike.convert.LongToBoolean
 
lookupAerospikeCache(String) - Method in class org.springframework.data.aerospike.cache.AerospikeCacheManager
 
lt(Object, String) - Method in class org.springframework.data.aerospike.repository.query.Criteria
 
lte(Object, String) - Method in class org.springframework.data.aerospike.repository.query.Criteria
 

M

main(String[]) - Static method in class org.springframework.data.aerospike.example.AerospikeApp
 
main(String[]) - Static method in class org.springframework.data.aerospike.example.RepositoryExample
 
MappingAerospikeConverter - Class in org.springframework.data.aerospike.convert
An implementation of AerospikeConverter to read domain objects from AerospikeData and write domain objects into them.
MappingAerospikeConverter() - Constructor for class org.springframework.data.aerospike.convert.MappingAerospikeConverter

N

namespace - Variable in class org.springframework.data.aerospike.cache.AerospikeCache
 
ne(Object) - Method in class org.springframework.data.aerospike.repository.query.Criteria
 
next() - Method in class org.springframework.data.aerospike.core.AerospikeTemplate.EntityIterator
 
nin(Object) - Method in class org.springframework.data.aerospike.repository.query.Criteria
 

O

or(Criteria, Criteria) - Method in class org.springframework.data.aerospike.repository.query.AerospikeQueryCreator
 
orderBy(Sort) - Method in class org.springframework.data.aerospike.repository.query.Query
Add given Sort.
org.springframework.data.aerospike - package org.springframework.data.aerospike
 
org.springframework.data.aerospike.annotation - package org.springframework.data.aerospike.annotation
 
org.springframework.data.aerospike.cache - package org.springframework.data.aerospike.cache
 
org.springframework.data.aerospike.config - package org.springframework.data.aerospike.config
 
org.springframework.data.aerospike.convert - package org.springframework.data.aerospike.convert
 
org.springframework.data.aerospike.core - package org.springframework.data.aerospike.core
 
org.springframework.data.aerospike.example - package org.springframework.data.aerospike.example
 
org.springframework.data.aerospike.example.config - package org.springframework.data.aerospike.example.config
 
org.springframework.data.aerospike.example.data - package org.springframework.data.aerospike.example.data
 
org.springframework.data.aerospike.mapping - package org.springframework.data.aerospike.mapping
 
org.springframework.data.aerospike.repository - package org.springframework.data.aerospike.repository
Aerospike specific repository implementation
org.springframework.data.aerospike.repository.config - package org.springframework.data.aerospike.repository.config
 
org.springframework.data.aerospike.repository.query - package org.springframework.data.aerospike.repository.query
 
org.springframework.data.aerospike.repository.support - package org.springframework.data.aerospike.repository.support
 
org.springframework.data.aerospike.utility - package org.springframework.data.aerospike.utility
 
orOperator(Criteria...) - Method in class org.springframework.data.aerospike.repository.query.Criteria
 

P

parse(Element, ParserContext) - Method in class org.springframework.data.aerospike.config.AerospikeClientBeanDefinitionParser
 
Person - Class in org.springframework.data.aerospike.example.data
 
Person(String, String, int) - Constructor for class org.springframework.data.aerospike.example.data.Person
 
PersonRepository - Interface in org.springframework.data.aerospike.example
 
prepend(T, Map<String, String>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
prepend(T, String, String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
prepend(T, String, String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
prepend(T, Map<String, String>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
put(Object, Object) - Method in class org.springframework.data.aerospike.cache.AerospikeCache
 
put(Object, Object) - Method in class org.springframework.data.aerospike.cache.AerospikeCacheManager.AerospikeSerializingCache
 
put(Serializable, Object, Serializable) - Method in class org.springframework.data.aerospike.core.AerospikeKeyValueAdapter
 
putIfAbsent(Object, Object) - Method in class org.springframework.data.aerospike.cache.AerospikeCache
 
putIfAbsent(Object, Object) - Method in class org.springframework.data.aerospike.cache.AerospikeCacheManager.AerospikeSerializingCache
 

Q

Query<T> - Class in org.springframework.data.aerospike.repository.query
 
Query() - Constructor for class org.springframework.data.aerospike.repository.query.Query
Creates new instance of KeyValueQuery.
Query(CriteriaDefinition) - Constructor for class org.springframework.data.aerospike.repository.query.Query
Creates new instance of KeyValueQuery with given criteria.
Query(Sort) - Constructor for class org.springframework.data.aerospike.repository.query.Query
Creates new instance of Query with given Sort.
QueryPolicyBeanDefinitionParser - Class in org.springframework.data.aerospike.config
QueryPolicyBeanDefinitionParser() - Constructor for class org.springframework.data.aerospike.config.QueryPolicyBeanDefinitionParser
 
QueryPolicyFactoryBean - Class in org.springframework.data.aerospike.config
A FactoryBean implementation that exposes the setters necessary to configure a QueryPolicy via XML.
QueryPolicyFactoryBean() - Constructor for class org.springframework.data.aerospike.config.QueryPolicyFactoryBean
Creates a new QueryPolicyFactoryBean.

R

read(Class<R>, AerospikeData) - Method in class org.springframework.data.aerospike.convert.MappingAerospikeConverter
 
read(Object, AerospikeData) - Method in class org.springframework.data.aerospike.convert.MappingAerospikeConverter
 
ReadPolicyBeanDefinitionParser - Class in org.springframework.data.aerospike.config
ReadPolicyBeanDefinitionParser() - Constructor for class org.springframework.data.aerospike.config.ReadPolicyBeanDefinitionParser
 
ReadPolicyFactoryBean - Class in org.springframework.data.aerospike.config
A FactoryBean implementation that exposes the setters necessary to configure a ReadPolicy via XML.
ReadPolicyFactoryBean() - Constructor for class org.springframework.data.aerospike.config.ReadPolicyFactoryBean
Creates a new ReadPolicyFactoryBean.
recordIterator(AerospikeClient) - Method in interface org.springframework.data.aerospike.core.AerospikeClientCallback
Interact with the native AerospikeClient and produce a result from it.
remove() - Method in class org.springframework.data.aerospike.core.AerospikeTemplate.EntityIterator
 
repository - Variable in class org.springframework.data.aerospike.example.RepositoryExample
 
RepositoryExample - Class in org.springframework.data.aerospike.example
 
RepositoryExample(ApplicationContext) - Constructor for class org.springframework.data.aerospike.example.RepositoryExample
 
resultIterator(AerospikeClient) - Method in interface org.springframework.data.aerospike.core.AerospikeClientCallback
 

S

save(Serializable, Object) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Save operation using the WritePolicy.recordExisits policy of CREATE_ONLY
save(Serializable, Object, WritePolicy) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Save operation using the WritePolicy specified.
save(Serializable, Object, Class<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
save(Serializable, Object, Class<T>, WritePolicy) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
save(Serializable, Object, Class<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
save(Serializable, Object, Class<T>, WritePolicy) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
save(Serializable, Object) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
save(Serializable, Object, WritePolicy) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
save(S) - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
 
save(Iterable<S>) - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
 
ScanPolicyBeanDefinitionParser - Class in org.springframework.data.aerospike.config
ScanPolicyBeanDefinitionParser() - Constructor for class org.springframework.data.aerospike.config.ScanPolicyBeanDefinitionParser
 
ScanPolicyFactoryBean - Class in org.springframework.data.aerospike.config
A FactoryBean implementation that exposes the setters necessary to configure a ScanPolicy via XML.
ScanPolicyFactoryBean() - Constructor for class org.springframework.data.aerospike.config.ScanPolicyFactoryBean
Creates a new ScanPolicyFactoryBean.
set - Variable in class org.springframework.data.aerospike.cache.AerospikeCache
 
setAerospikeMetaDataBin(Bin) - Method in class org.springframework.data.aerospike.mapping.AerospikeMetadataBin
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.data.aerospike.mapping.AerospikeMappingContext
 
setBatchPolicyDefault(BatchPolicy) - Method in class org.springframework.data.aerospike.config.ClientPolicyFactoryBean
Configures the default batch policy
setCommitLevel(CommitLevel) - Method in class org.springframework.data.aerospike.config.WritePolicyFactoryBean
Configures consistency guarantee when committing a transaction on the server.
setConcurrentNodes(boolean) - Method in class org.springframework.data.aerospike.config.ScanPolicyFactoryBean
Configures scan requests to be issued in parallel or serially.
setConsistencyLevel(ConsistencyLevel) - Method in class org.springframework.data.aerospike.config.ReadPolicyFactoryBean
Configures how replicas should be consulted in a read operation to provide the desired consistency guarantee.
setExceptionTranslator(AerospikeExceptionTranslator) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
Configures the AerospikeExceptionTranslator to be used.
setExpiration(int) - Method in class org.springframework.data.aerospike.config.WritePolicyFactoryBean
Configures Record expiration.
setFailOnClusterChange(boolean) - Method in class org.springframework.data.aerospike.config.ScanPolicyFactoryBean
Configures termination of scan if cluster in fluctuating state.
setFieldNamingStrategy(FieldNamingStrategy) - Method in class org.springframework.data.aerospike.mapping.AerospikeMappingContext
Configures the FieldNamingStrategy to be used to determine the field name if no manual mapping is applied.
setGeneration(int) - Method in class org.springframework.data.aerospike.config.WritePolicyFactoryBean
Configures the expected generation.
setGenerationPolicy(GenerationPolicy) - Method in class org.springframework.data.aerospike.config.WritePolicyFactoryBean
Configure how to handle record writes based on record generation.
setID(byte[]) - Method in class org.springframework.data.aerospike.convert.AerospikeData
 
setID(String) - Method in class org.springframework.data.aerospike.convert.AerospikeData
 
setID(long) - Method in class org.springframework.data.aerospike.convert.AerospikeData
 
setID(int) - Method in class org.springframework.data.aerospike.convert.AerospikeData
 
setID(Value) - Method in class org.springframework.data.aerospike.convert.AerospikeData
 
setID(Serializable) - Method in class org.springframework.data.aerospike.convert.AerospikeData
 
setIncludeBinData(boolean) - Method in class org.springframework.data.aerospike.config.ScanPolicyFactoryBean
Indicates if bin data is retrieved.
setKeyValueOperations(AerospikeOperations) - Method in class org.springframework.data.aerospike.repository.support.AerospikeRepositoryFactoryBean
 
setMappingContext(MappingContext<?, ?>) - Method in class org.springframework.data.aerospike.repository.support.AerospikeRepositoryFactoryBean
 
setMaxConcurrentNodes(int) - Method in class org.springframework.data.aerospike.config.QueryPolicyFactoryBean
Configures the maximum number of concurrent requests to server nodes at any point in time.
setMaxConcurrentNodes(int) - Method in class org.springframework.data.aerospike.config.ScanPolicyFactoryBean
Configures the maximum number of concurrent requests to server nodes at any point in time.
setMaxConcurrentThreads(int) - Method in class org.springframework.data.aerospike.config.BatchPolicyFactoryBean
Configures the maximum number of concurrent batch request threads to server nodes at any point in time
setMaxConnsPerNode(int) - Method in class org.springframework.data.aerospike.config.ClientPolicyFactoryBean
Configures the maximum number of connections for operation processing.
setMaxRetries(int) - Method in class org.springframework.data.aerospike.config.ReadPolicyFactoryBean
Configures the maximum number of retries before aborting the current transaction.
setMaxSocketIdle(int) - Method in class org.springframework.data.aerospike.config.ClientPolicyFactoryBean
Configures the maximum socket idle time for the client.
setMetaData(Bin) - Method in class org.springframework.data.aerospike.convert.AerospikeData
 
setMetaData(AerospikeMetadataBin) - Method in class org.springframework.data.aerospike.convert.AerospikeData
 
setOffset(int) - Method in class org.springframework.data.aerospike.repository.query.Query
Set the number of elements to skip.
setOperations(AerospikeOperations) - Method in class org.springframework.data.aerospike.repository.support.AerospikeRepositoryFactoryBean
 
setPassword(String) - Method in class org.springframework.data.aerospike.config.ClientPolicyFactoryBean
Configures the User password for authentication to cluster.
setPriority(Priority) - Method in class org.springframework.data.aerospike.config.ReadPolicyFactoryBean
Configures the priority of request relative to other transactions.
setPropertyName(String) - Method in class org.springframework.data.aerospike.core.AerospikeBinData
 
setPropertyType(Class<T>) - Method in class org.springframework.data.aerospike.core.AerospikeBinData
 
setPropertyValue(Object) - Method in class org.springframework.data.aerospike.core.AerospikeBinData
 
setQueryCreator(Class<? extends AbstractQueryCreator<?, ?>>) - Method in class org.springframework.data.aerospike.repository.support.AerospikeRepositoryFactoryBean
 
setQueryPolicyDefault(QueryPolicy) - Method in class org.springframework.data.aerospike.config.ClientPolicyFactoryBean
Configures the default query policy
setReadPolicyDefault(Policy) - Method in class org.springframework.data.aerospike.config.ClientPolicyFactoryBean
Configures the default read policy
setRecord(Record) - Method in class org.springframework.data.aerospike.convert.AerospikeData
 
setRecordExistsAction(RecordExistsAction) - Method in class org.springframework.data.aerospike.config.WritePolicyFactoryBean
QConfigure how to handle writes where the record already exists.
setRecordQueueSize(int) - Method in class org.springframework.data.aerospike.config.QueryPolicyFactoryBean
Configure the number of records to place in queue before blocking.
setRows(int) - Method in class org.springframework.data.aerospike.repository.query.Query
Set the number of elements to read.
setScanPercent(int) - Method in class org.springframework.data.aerospike.config.ScanPolicyFactoryBean
Configure the percent of data to scan.
setScanPolicyDefault(ScanPolicy) - Method in class org.springframework.data.aerospike.config.ClientPolicyFactoryBean
Configures the default scan policy
setSendKey(boolean) - Method in class org.springframework.data.aerospike.config.WritePolicyFactoryBean
Configure sending the user defined key in addition to hash digest on a record put.
setSetName(String) - Method in class org.springframework.data.aerospike.convert.AerospikeData
 
setSimpleType(boolean) - Method in class org.springframework.data.aerospike.core.AerospikeBinData
 
setSleepBetweenRetries(int) - Method in class org.springframework.data.aerospike.config.ReadPolicyFactoryBean
Configures the sleep between retries if a transaction fails and the timeout was not exceeded.
setSort(Sort) - Method in class org.springframework.data.aerospike.repository.query.Query
Set Sort to be applied.
setTendInterval(int) - Method in class org.springframework.data.aerospike.config.ClientPolicyFactoryBean
Configures the tend interval, in milliseconds, between cluster tends, by maintenance thread.
setTimeout(int) - Method in class org.springframework.data.aerospike.config.ClientPolicyFactoryBean
Configures the timeout for a client connection when opening a connection to the server host for the first time.
setTimeout(int) - Method in class org.springframework.data.aerospike.config.ReadPolicyFactoryBean
Configures the timeout for an operation.
setUp() - Method in class org.springframework.data.aerospike.example.RepositoryExample
 
setUser(String) - Method in class org.springframework.data.aerospike.config.ClientPolicyFactoryBean
Configures the User name for authentication to cluster.
setWritePolicyDefault(WritePolicy) - Method in class org.springframework.data.aerospike.config.ClientPolicyFactoryBean
Configures the default write policy
SimpleAerospikeRepository<T,ID extends Serializable> - Class in org.springframework.data.aerospike.repository.support
 
SimpleAerospikeRepository(EntityInformation<T, ID>, AerospikeOperations) - Constructor for class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
 
sizeofSet(AerospikeClient, String, String) - Static method in class org.springframework.data.aerospike.utility.Utils
Computes the number of records in a specific namespace.set
skip(int) - Method in class org.springframework.data.aerospike.repository.query.Query
 
spelExpressionParser - Variable in class org.springframework.data.aerospike.convert.MappingAerospikeConverter
 
SPRING_ID_BIN - Static variable in class org.springframework.data.aerospike.convert.AerospikeData
 
SPRING_ID_BIN - Static variable in class org.springframework.data.aerospike.convert.MappingAerospikeConverter
 
SPRING_ID_BIN - Static variable in class org.springframework.data.aerospike.mapping.AerospikeMetadataBin
 
startingWith(Object, String, Part.IgnoreCaseType) - Method in class org.springframework.data.aerospike.repository.query.Criteria
 

T

TestRepositoryConfig - Class in org.springframework.data.aerospike.example.config
 
TestRepositoryConfig() - Constructor for class org.springframework.data.aerospike.example.config.TestRepositoryConfig
 
TextCriteria - Class in org.springframework.data.aerospike.repository.query
 
TextCriteria() - Constructor for class org.springframework.data.aerospike.repository.query.TextCriteria
 
toAerospikeData(Object, AerospikePersistentProperty) - Method in class org.springframework.data.aerospike.convert.MappingAerospikeConverter
 
toAerospikeData(Object, AerospikePersistentProperty) - Method in interface org.springframework.data.aerospike.core.AerospikeWriter
Creates a Aerospike to refer to the given object.
toString() - Method in class org.springframework.data.aerospike.example.data.Demoset
 
toString() - Method in class org.springframework.data.aerospike.example.data.Person
 
TYPE_BIN_NAME - Static variable in class org.springframework.data.aerospike.mapping.AerospikeMetadataBin
 

U

update(Object) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
update(Object, WritePolicy) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
update(Serializable, Object) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
update(Serializable, Object, WritePolicy) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
update(Object) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
update(Object, WritePolicy) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
update(Serializable, Object) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
update(Serializable, Object, WritePolicy) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
usePropertyAccess() - Method in interface org.springframework.data.aerospike.mapping.AerospikePersistentProperty
Returns whether property access shall be used for reading the property value.
usePropertyAccess() - Method in class org.springframework.data.aerospike.mapping.CachingAerospikePersistentProperty
 
Utils - Class in org.springframework.data.aerospike.utility
Utility class containing useful methods for interacting with Aerospike across the entire implementation

W

where(String) - Static method in class org.springframework.data.aerospike.repository.query.Criteria
Static factory method to create a Criteria using the provided key
with(Sort) - Method in class org.springframework.data.aerospike.repository.query.Query
 
write(Object, AerospikeData) - Method in class org.springframework.data.aerospike.convert.MappingAerospikeConverter
 
writeCollectionInternal(Collection<?>, TypeInformation<?>, List<T>) - Method in class org.springframework.data.aerospike.convert.MappingAerospikeConverter
 
writeInternal(Object, AerospikeData, TypeInformation<?>, List<Bin>) - Method in class org.springframework.data.aerospike.convert.MappingAerospikeConverter
 
writeInternal(Object, AerospikeData, AerospikePersistentEntity<?>, List<Bin>) - Method in class org.springframework.data.aerospike.convert.MappingAerospikeConverter
 
writeMapInternal(Map<Object, Object>, AerospikeData, TypeInformation<?>, List<Bin>) - Method in class org.springframework.data.aerospike.convert.MappingAerospikeConverter
 
WritePolicyBeanDefinitionParser - Class in org.springframework.data.aerospike.config
WritePolicyBeanDefinitionParser() - Constructor for class org.springframework.data.aerospike.config.WritePolicyBeanDefinitionParser
 
WritePolicyFactoryBean - Class in org.springframework.data.aerospike.config
A FactoryBean implementation that exposes the setters necessary to configure a ReadPolicy via XML.
WritePolicyFactoryBean() - Constructor for class org.springframework.data.aerospike.config.WritePolicyFactoryBean
Creates a new WritePolicyFactoryBean.
writePropertyInternal(Object, AerospikeData, AerospikePersistentProperty, PersistentPropertyAccessor, List<Bin>) - Method in class org.springframework.data.aerospike.convert.MappingAerospikeConverter
 
writeSimpleInternal(Object, AerospikeData, AerospikePersistentProperty, PersistentPropertyAccessor, List<Bin>) - Method in class org.springframework.data.aerospike.convert.MappingAerospikeConverter
 
A B C D E F G H I L M N O P Q R S T U W 
Skip navigation links
Spring Data Aerospike

Copyright © 2011-2015–2017 Aerospike Inc.. All rights reserved.