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
 
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
 
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, 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
 
AerospikeReadData - Class in org.springframework.data.aerospike.convert
Value object to carry data to be read in object conversion.
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 org.springframework.data.repository.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(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.EntityIterator<T> - Class in org.springframework.data.aerospike.core
 
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
 
AerospikeWriter<T> - Interface in org.springframework.data.aerospike.core
 
afterPropertiesSet() - Method in class org.springframework.data.aerospike.convert.MappingAerospikeConverter
 
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, AerospikeCriteria, 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
 
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>, String) - 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
BeanDefinitionParser to create a BeanDefinition for a BatchPolicyFactoryBean.
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.
build() - Method in class org.springframework.data.aerospike.core.WritePolicyBuilder
 
builder(WritePolicy) - Static method in class org.springframework.data.aerospike.core.WritePolicyBuilder
 

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
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
BeanDefinitionParser to create a BeanDefinition for a ClientPolicyFactoryBean.
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(AerospikeCriteria, 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(Calendar) - Method in enum org.springframework.data.aerospike.convert.DateConverters.CalendarToLongConverter
 
convert(DateMidnight) - Method in enum org.springframework.data.aerospike.convert.DateConverters.DateMidnightToLongConverter
 
convert(DateTime) - Method in enum org.springframework.data.aerospike.convert.DateConverters.DateTimeToLongConverter
 
convert(Date) - Method in enum org.springframework.data.aerospike.convert.DateConverters.DateToLongConverter
 
convert(LocalDateTime) - Method in enum org.springframework.data.aerospike.convert.DateConverters.Java8LocalDateTimeToLongConverter
 
convert(LocalDateTime) - Method in enum org.springframework.data.aerospike.convert.DateConverters.LocalDateTimeToLongConverter
 
convert(LocalDate) - Method in enum org.springframework.data.aerospike.convert.DateConverters.LocalDateToLongConverter
 
convert(Number) - Method in enum org.springframework.data.aerospike.convert.DateConverters.NumberToCalendarConverter
 
convert(Number) - Method in enum org.springframework.data.aerospike.convert.DateConverters.NumberToDateConverter
 
convert(Number) - Method in enum org.springframework.data.aerospike.convert.DateConverters.NumberToDateMidnightConverter
 
convert(Number) - Method in enum org.springframework.data.aerospike.convert.DateConverters.NumberToDateTimeConverter
 
convert(Number) - Method in enum org.springframework.data.aerospike.convert.DateConverters.NumberToJava8LocalDateTimeConverter
 
convert(Number) - Method in enum org.springframework.data.aerospike.convert.DateConverters.NumberToLocalDateConverter
 
convert(Number) - Method in enum org.springframework.data.aerospike.convert.DateConverters.NumberToLocalDateTimeConverter
 
convert(Enum<?>) - Method in class org.springframework.data.aerospike.convert.EnumToStringConverter
 
convert(Long) - Method in class org.springframework.data.aerospike.convert.LongToBooleanConverter
 
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.
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
Creates index by specified name in Aerospike.
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
 
CriteriaDefinition.AerospikeMapCriteria - Enum in org.springframework.data.aerospike.repository.query
 
customConversions() - Method in class org.springframework.data.aerospike.config.AbstractAerospikeDataConfiguration
 
CustomConversions - Class in org.springframework.data.aerospike.convert
Value object to capture custom conversion.
CustomConversions(List<?>, SimpleTypeHolder) - Constructor for class org.springframework.data.aerospike.convert.CustomConversions
Create a new instance with a given list of conversers.
customConverters() - Method in class org.springframework.data.aerospike.config.AbstractAerospikeDataConfiguration
 

D

DateConverters - Class in org.springframework.data.aerospike.convert
Out of the box conversions for java dates and calendars.
DateConverters.CalendarToLongConverter - Enum in org.springframework.data.aerospike.convert
 
DateConverters.DateMidnightToLongConverter - Enum in org.springframework.data.aerospike.convert
 
DateConverters.DateTimeToLongConverter - Enum in org.springframework.data.aerospike.convert
 
DateConverters.DateToLongConverter - Enum in org.springframework.data.aerospike.convert
 
DateConverters.Java8LocalDateTimeToLongConverter - Enum in org.springframework.data.aerospike.convert
 
DateConverters.LocalDateTimeToLongConverter - Enum in org.springframework.data.aerospike.convert
 
DateConverters.LocalDateToLongConverter - Enum in org.springframework.data.aerospike.convert
 
DateConverters.NumberToCalendarConverter - Enum in org.springframework.data.aerospike.convert
 
DateConverters.NumberToDateConverter - Enum in org.springframework.data.aerospike.convert
 
DateConverters.NumberToDateMidnightConverter - Enum in org.springframework.data.aerospike.convert
 
DateConverters.NumberToDateTimeConverter - Enum in org.springframework.data.aerospike.convert
 
DateConverters.NumberToJava8LocalDateTimeConverter - Enum in org.springframework.data.aerospike.convert
 
DateConverters.NumberToLocalDateConverter - Enum in org.springframework.data.aerospike.convert
 
DateConverters.NumberToLocalDateTimeConverter - Enum in org.springframework.data.aerospike.convert
 
decorateCache(Cache) - Method in class org.springframework.data.aerospike.cache.AerospikeCacheManager
 
DEFAULT_SET_NAME - Static variable in class org.springframework.data.aerospike.cache.AerospikeCacheManager
 
DefaultAerospikeExceptionTranslator - Class in org.springframework.data.aerospike.core
 
DefaultAerospikeExceptionTranslator() - Constructor for class org.springframework.data.aerospike.core.DefaultAerospikeExceptionTranslator
 
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<?>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
delete(Object) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
delete(Class<?>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
delete(Serializable, Class<?>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
delete(Object) - 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
 
deleteIndex(Class<T>, String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Deletes index by specified name from Aerospike.
deleteIndex(Class<T>, String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
deleteIndex(Class<T>, String) - Method in interface org.springframework.data.aerospike.repository.AerospikeRepository
 
deleteIndex(Class<T>, String) - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
 
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
 
EnumToStringConverter - Class in org.springframework.data.aerospike.convert
 
EnumToStringConverter() - Constructor for class org.springframework.data.aerospike.convert.EnumToStringConverter
 
evict(Object) - Method in class org.springframework.data.aerospike.cache.AerospikeCache
 
execute(Supplier<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Execute operation against underlying store.
execute(Supplier<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
execute(Object[]) - Method in class org.springframework.data.aerospike.repository.query.AerospikePartTreeQuery
 
exists(Serializable, Class<?>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
exists(Serializable, Class<?>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
exists(Query, Class<?>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
exists(ID) - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
 
Expiration - Annotation Type in org.springframework.data.aerospike.annotation
Demarcates a property to be used as expiration field.
expiration(int) - Method in class org.springframework.data.aerospike.core.WritePolicyBuilder
 

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.
fieldNamingStrategy() - Method in class org.springframework.data.aerospike.config.AbstractAerospikeDataConfiguration
 
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>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
findByIDs(Iterable<Serializable>, Class<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
findByIDs(Iterable<Serializable>, Class<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
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(ID) - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
 
forRead(Key, Record) - Static method in class org.springframework.data.aerospike.convert.AerospikeReadData
 
forWrite() - Static method in class org.springframework.data.aerospike.convert.AerospikeWriteData
 

G

generation(int) - Method in class org.springframework.data.aerospike.core.WritePolicyBuilder
 
generationPolicy(GenerationPolicy) - Method in class org.springframework.data.aerospike.core.WritePolicyBuilder
 
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
 
getAerospikeClient() - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
getAerospikeClient() - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
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
 
getBins() - Method in class org.springframework.data.aerospike.convert.AerospikeWriteData
 
getBinsAsArray() - Method in class org.springframework.data.aerospike.convert.AerospikeWriteData
 
getCache(String) - Method in class org.springframework.data.aerospike.cache.AerospikeCacheManager
 
getClientPolicy() - Method in class org.springframework.data.aerospike.config.AbstractAerospikeDataConfiguration
 
getConversionService() - Method in interface org.springframework.data.aerospike.convert.AerospikeConverter
 
getConversionService() - Method in class org.springframework.data.aerospike.convert.MappingAerospikeConverter
 
getConvertersToRegister() - Static method in class org.springframework.data.aerospike.convert.DateConverters
Returns all converters by this class that can be registered.
getCriteriaChain() - Method in class org.springframework.data.aerospike.repository.query.Criteria
 
getCriteriaObject() - Method in class org.springframework.data.aerospike.repository.query.AerospikeCriteria
 
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.
getCritieria() - Method in class org.springframework.data.aerospike.repository.query.Query
Get the criteria object.
getCustomWriteTarget(Class<?>) - Method in class org.springframework.data.aerospike.convert.CustomConversions
Returns the target type to convert to in case we have a custom conversion registered to convert the given source type into a Aerospike native one.
getCustomWriteTarget(Class<?>, Class<?>) - Method in class org.springframework.data.aerospike.convert.CustomConversions
Returns the target type we can write an object of the given source type to.
getEntityInformation(Class<T>) - Method in class org.springframework.data.aerospike.repository.support.AerospikeRepositoryFactory
 
getExpiration() - Method in class org.springframework.data.aerospike.convert.AerospikeReadData
 
getExpiration() - Method in class org.springframework.data.aerospike.convert.AerospikeWriteData
 
getExpiration() - Method in interface org.springframework.data.aerospike.mapping.AerospikePersistentEntity
 
getExpiration() - Method in class org.springframework.data.aerospike.mapping.BasicAerospikePersistentEntity
 
getExpirationProperty() - Method in interface org.springframework.data.aerospike.mapping.AerospikePersistentEntity
 
getExpirationProperty() - Method in class org.springframework.data.aerospike.mapping.BasicAerospikePersistentEntity
 
getExtension() - Method in class org.springframework.data.aerospike.repository.config.AerospikeRepositoriesRegistrar
 
getFieldName() - Method in interface org.springframework.data.aerospike.mapping.AerospikePersistentProperty
 
getFieldName() - Method in class org.springframework.data.aerospike.mapping.BasicAerospikePersistentProperty
 
getFieldName() - Method in class org.springframework.data.aerospike.mapping.CachingAerospikePersistentProperty
 
getHosts() - Method in class org.springframework.data.aerospike.config.AbstractAerospikeDataConfiguration
 
getInitialEntitySet() - Method in class org.springframework.data.aerospike.config.AbstractAerospikeDataConfiguration
 
getKey(Object) - Method in class org.springframework.data.aerospike.cache.AerospikeCache
 
getKey() - Method in class org.springframework.data.aerospike.convert.AerospikeReadData
 
getKey() - Method in class org.springframework.data.aerospike.convert.AerospikeWriteData
 
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.AerospikeCriteria
 
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.
getMappingBasePackage() - Method in class org.springframework.data.aerospike.config.AbstractAerospikeDataConfiguration
 
getMappingContext() - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
getMappingContext() - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
getMissingCache(String) - Method in class org.springframework.data.aerospike.cache.AerospikeCacheManager
 
getName() - Method in class org.springframework.data.aerospike.cache.AerospikeCache
 
getNamespace() - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
getNamespace() - Method in interface org.springframework.data.aerospike.mapping.AerospikePersistentEntity
Returns the name of the set the PersistentEntity shall be stored in.
getNamespace() - Method in class org.springframework.data.aerospike.mapping.BasicAerospikePersistentEntity
 
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.
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
 
getRecord() - Method in class org.springframework.data.aerospike.convert.AerospikeReadData
 
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(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
 
getSetName() - Method in class org.springframework.data.aerospike.mapping.BasicAerospikePersistentEntity
 
getSimpleTypeHolder() - Method in class org.springframework.data.aerospike.convert.CustomConversions
Returns the simple type holder.
getSingleCriteriaObject() - Method in class org.springframework.data.aerospike.repository.query.Criteria
 
getSort() - Method in class org.springframework.data.aerospike.repository.query.Query
Get Sort.
getTargetRepository(RepositoryInformation) - Method in class org.springframework.data.aerospike.repository.support.AerospikeRepositoryFactory
 
getValue(String) - Method in class org.springframework.data.aerospike.convert.AerospikeReadData
 
getValues() - Method in interface org.springframework.data.aerospike.repository.query.AerospikeParameterAccessor
Returns the raw parameter values of the underlying query method.
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

hasCustomReadTarget(Class<?>, Class<?>) - Method in class org.springframework.data.aerospike.convert.CustomConversions
Returns whether we have a custom conversion registered to read the given source into the given target type.
hasCustomWriteTarget(Class<?>) - Method in class org.springframework.data.aerospike.convert.CustomConversions
Returns whether we have a custom conversion registered to write into a Aerospike native type.
hasCustomWriteTarget(Class<?>, Class<?>) - Method in class org.springframework.data.aerospike.convert.CustomConversions
Returns whether we have a custom conversion registered to write an object of the given source type into an object of the given Aerospike native target type.
hasExpirationProperty() - Method in interface org.springframework.data.aerospike.mapping.AerospikePersistentEntity
 
hasExpirationProperty() - Method in class org.springframework.data.aerospike.mapping.BasicAerospikePersistentEntity
 
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
 
indexExists(String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Checks whether index by specified name exists in Aerospike.
indexExists(String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
indexExists(String) - Method in interface org.springframework.data.aerospike.repository.AerospikeRepository
 
indexExists(String) - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
 
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(Object) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Insert operation using the WritePolicy.recordExisits policy of CREATE_ONLY
insert(Object) - 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
 
isExpirationProperty() - Method in interface org.springframework.data.aerospike.mapping.AerospikePersistentProperty
Gets the value of the property expirationProperty.
isExpirationProperty() - Method in class org.springframework.data.aerospike.mapping.BasicAerospikePersistentProperty
Gets the value of the property expirationProperty.
isExpirationProperty() - Method in class org.springframework.data.aerospike.mapping.CachingAerospikePersistentProperty
Gets the value of the property expirationProperty.
isExpirationSpecifiedAsUnixTime() - Method in interface org.springframework.data.aerospike.mapping.AerospikePersistentProperty
 
isExpirationSpecifiedAsUnixTime() - Method in class org.springframework.data.aerospike.mapping.BasicAerospikePersistentProperty
 
isExpirationSpecifiedAsUnixTime() - Method in class org.springframework.data.aerospike.mapping.CachingAerospikePersistentProperty
 
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.CachingAerospikePersistentProperty
Gets the value of the property idProperty.
isSimpleType(Class<?>) - Method in class org.springframework.data.aerospike.convert.CustomConversions
Check that the given type is of "simple type".
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
 
isTouchOnRead() - Method in interface org.springframework.data.aerospike.mapping.AerospikePersistentEntity
 
isTouchOnRead() - Method in class org.springframework.data.aerospike.mapping.BasicAerospikePersistentEntity
 
isTransient() - Method in class org.springframework.data.aerospike.mapping.CachingAerospikePersistentProperty
 

L

limit(int) - Method in class org.springframework.data.aerospike.repository.query.Query
 
loadCaches() - Method in class org.springframework.data.aerospike.cache.AerospikeCacheManager
 
LongToBooleanConverter - Class in org.springframework.data.aerospike.convert
 
LongToBooleanConverter() - Constructor for class org.springframework.data.aerospike.convert.LongToBooleanConverter
 
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

mappingAerospikeConverter(AerospikeMappingContext, AerospikeTypeAliasAccessor) - Method in class org.springframework.data.aerospike.config.AbstractAerospikeDataConfiguration
 
MappingAerospikeConverter - Class in org.springframework.data.aerospike.convert
An implementation of AerospikeConverter to read domain objects from AerospikeReadData and write domain objects into AerospikeWriteData.
MappingAerospikeConverter(AerospikeMappingContext, CustomConversions, AerospikeTypeAliasAccessor) - Constructor for class org.springframework.data.aerospike.convert.MappingAerospikeConverter
MappingAerospikeReadConverter - Class in org.springframework.data.aerospike.convert
 
MappingAerospikeReadConverter(EntityInstantiators, TypeMapper<Map<String, Object>>, AerospikeMappingContext, CustomConversions, GenericConversionService) - Constructor for class org.springframework.data.aerospike.convert.MappingAerospikeReadConverter
 
MappingAerospikeWriteConverter - Class in org.springframework.data.aerospike.convert
 
MappingAerospikeWriteConverter(TypeMapper<Map<String, Object>>, AerospikeMappingContext, CustomConversions, GenericConversionService) - Constructor for class org.springframework.data.aerospike.convert.MappingAerospikeWriteConverter
 

N

namespace - Variable in class org.springframework.data.aerospike.cache.AerospikeCache
 
nameSpace() - Method in class org.springframework.data.aerospike.config.AbstractAerospikeDataConfiguration
 
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

offsetInSecondsToUnixTime(int) - Static method in class org.springframework.data.aerospike.utility.TimeUtils
 
operations(Bin[], Function<Bin, Operation>, Operation...) - Static method in class org.springframework.data.aerospike.core.OperationUtils
 
OperationUtils - Class in org.springframework.data.aerospike.core
 
OperationUtils() - Constructor for class org.springframework.data.aerospike.core.OperationUtils
 
or(AerospikeCriteria...) - Static method in class org.springframework.data.aerospike.repository.query.AerospikeCriteria
Creates an 'or' criteria using the $or operator for all of the provided criteria
or(AerospikeCriteria, AerospikeCriteria) - 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.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
Creates an 'or' criteria using the $or operator for all of the provided criteria

P

parse(Element, ParserContext) - Method in class org.springframework.data.aerospike.config.AerospikeClientBeanDefinitionParser
 
persist(Object, WritePolicy) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Persist document using specified WritePolicy
persist(Object, WritePolicy) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
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 - Class in org.springframework.data.aerospike.repository.query
 
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
BeanDefinitionParser to create a BeanDefinition for a QueryPolicyFactoryBean.
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>, AerospikeReadData) - Method in class org.springframework.data.aerospike.convert.MappingAerospikeConverter
 
read(Class<R>, AerospikeReadData) - Method in class org.springframework.data.aerospike.convert.MappingAerospikeReadConverter
 
readAliasFrom(Map<String, Object>) - Method in class org.springframework.data.aerospike.convert.AerospikeTypeAliasAccessor
 
ReadPolicyBeanDefinitionParser - Class in org.springframework.data.aerospike.config
BeanDefinitionParser to create a BeanDefinition for a ReadPolicyFactoryBean.
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.
recordExistsAction(RecordExistsAction) - Method in class org.springframework.data.aerospike.core.WritePolicyBuilder
 
recordIterator(AerospikeClient) - Method in interface org.springframework.data.aerospike.core.AerospikeClientCallback
Interact with the native AerospikeClient and produce a result from it.
registerConvertersIn(GenericConversionService) - Method in class org.springframework.data.aerospike.convert.CustomConversions
Populates the given GenericConversionService with the convertes registered.
remove() - Method in class org.springframework.data.aerospike.core.AerospikeTemplate.EntityIterator
 
resultIterator(AerospikeClient) - Method in interface org.springframework.data.aerospike.core.AerospikeClientCallback
 

S

save(Object) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Save operation.
save(Object) - 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
BeanDefinitionParser to create a BeanDefinition for a QueryPolicyFactoryBean.
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.
sendKey(boolean) - Method in class org.springframework.data.aerospike.core.WritePolicyBuilder
 
set - Variable in class org.springframework.data.aerospike.cache.AerospikeCache
 
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
setBins(Collection<Bin>) - Method in class org.springframework.data.aerospike.convert.AerospikeWriteData
 
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.
setDefaultNameSpace(String) - Method in class org.springframework.data.aerospike.mapping.AerospikeMappingContext
 
setEnvironment(Environment) - Method in class org.springframework.data.aerospike.mapping.BasicAerospikePersistentEntity
 
setExpiration(int) - Method in class org.springframework.data.aerospike.config.WritePolicyFactoryBean
Configures Record expiration.
setExpiration(int) - Method in class org.springframework.data.aerospike.convert.AerospikeWriteData
 
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.
setIncludeBinData(boolean) - Method in class org.springframework.data.aerospike.config.ScanPolicyFactoryBean
Indicates if bin data is retrieved.
setKey(Key) - Method in class org.springframework.data.aerospike.convert.AerospikeWriteData
 
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.
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.
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
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.
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.
setSocketTimeout(int) - Method in class org.springframework.data.aerospike.config.ReadPolicyFactoryBean
Configures the timeout for each transaction attempt of an operation.
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.
setTotalTimeout(int) - Method in class org.springframework.data.aerospike.config.ReadPolicyFactoryBean
Configures the timeout for an operation.
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
 
simpleTypeHolder() - Method in class org.springframework.data.aerospike.config.AbstractAerospikeDataConfiguration
 
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
 
startingWith(Object, String, Part.IgnoreCaseType) - Method in class org.springframework.data.aerospike.repository.query.Criteria
 

T

TimeUtils - Class in org.springframework.data.aerospike.utility
 
toAerospikeData(Object, AerospikePersistentProperty) - Method in interface org.springframework.data.aerospike.core.AerospikeWriter
Creates a AerospikeWriteData to refer to the given object.
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.data.aerospike.core.DefaultAerospikeExceptionTranslator
 

U

unixTimeToOffsetInSeconds(long) - Static method in class org.springframework.data.aerospike.utility.TimeUtils
 
update(Object) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Update operation using the WritePolicy.recordExisits policy of UPDATE_ONLY
update(Object) - 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
 
USER_KEY - Static variable in interface org.springframework.data.aerospike.convert.AerospikeMetaData
 
Utils - Class in org.springframework.data.aerospike.utility
Utility class containing useful methods for interacting with Aerospike across the entire implementation

V

valueOf(String) - Static method in enum org.springframework.data.aerospike.convert.DateConverters.CalendarToLongConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.aerospike.convert.DateConverters.DateMidnightToLongConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.aerospike.convert.DateConverters.DateTimeToLongConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.aerospike.convert.DateConverters.DateToLongConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.aerospike.convert.DateConverters.Java8LocalDateTimeToLongConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.aerospike.convert.DateConverters.LocalDateTimeToLongConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.aerospike.convert.DateConverters.LocalDateToLongConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.aerospike.convert.DateConverters.NumberToCalendarConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.aerospike.convert.DateConverters.NumberToDateConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.aerospike.convert.DateConverters.NumberToDateMidnightConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.aerospike.convert.DateConverters.NumberToDateTimeConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.aerospike.convert.DateConverters.NumberToJava8LocalDateTimeConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.aerospike.convert.DateConverters.NumberToLocalDateConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.aerospike.convert.DateConverters.NumberToLocalDateTimeConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.aerospike.repository.query.CriteriaDefinition.AerospikeMapCriteria
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.data.aerospike.convert.DateConverters.CalendarToLongConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.aerospike.convert.DateConverters.DateMidnightToLongConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.aerospike.convert.DateConverters.DateTimeToLongConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.aerospike.convert.DateConverters.DateToLongConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.aerospike.convert.DateConverters.Java8LocalDateTimeToLongConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.aerospike.convert.DateConverters.LocalDateTimeToLongConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.aerospike.convert.DateConverters.LocalDateToLongConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.aerospike.convert.DateConverters.NumberToCalendarConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.aerospike.convert.DateConverters.NumberToDateConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.aerospike.convert.DateConverters.NumberToDateMidnightConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.aerospike.convert.DateConverters.NumberToDateTimeConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.aerospike.convert.DateConverters.NumberToJava8LocalDateTimeConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.aerospike.convert.DateConverters.NumberToLocalDateConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.aerospike.convert.DateConverters.NumberToLocalDateTimeConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.aerospike.repository.query.CriteriaDefinition.AerospikeMapCriteria
Returns an array containing the constants of this enum type, in the order they are declared.

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, AerospikeWriteData) - Method in class org.springframework.data.aerospike.convert.MappingAerospikeConverter
 
write(Object, AerospikeWriteData) - Method in class org.springframework.data.aerospike.convert.MappingAerospikeWriteConverter
 
WritePolicyBeanDefinitionParser - Class in org.springframework.data.aerospike.config
BeanDefinitionParser to create a BeanDefinition for a WritePolicyFactoryBean.
WritePolicyBeanDefinitionParser() - Constructor for class org.springframework.data.aerospike.config.WritePolicyBeanDefinitionParser
 
WritePolicyBuilder - Class in org.springframework.data.aerospike.core
 
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.
writeTypeTo(Map<String, Object>, Object) - Method in class org.springframework.data.aerospike.convert.AerospikeTypeAliasAccessor
 
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 © 2011–2018 Aerospike Inc.. All rights reserved.