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

C

CachingAerospikePersistentProperty - Class in org.springframework.data.aerospike.mapping
 
CachingAerospikePersistentProperty(Property, 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
 
clear() - Method in class org.springframework.data.aerospike.query.Qualifier
 
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.query.KeyRecordIterator
 
containing(Object, String, Part.IgnoreCaseType) - Method in class org.springframework.data.aerospike.repository.query.Criteria
 
contains(Object, String) - Method in class org.springframework.data.aerospike.core.AerospikeKeyValueAdapter
 
containsKey(Object) - Method in class org.springframework.data.aerospike.query.Qualifier
 
containsValue(Object) - Method in class org.springframework.data.aerospike.query.Qualifier
 
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
 
count(String) - Method in class org.springframework.data.aerospike.core.AerospikeKeyValueAdapter
 
count(Query, Class<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
count(Class<T>, String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
count(Class<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
 
count(Query, Class<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
count(Class<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
count(Class<T>, String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
count(Query, Class<T>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
 
count(Query, Class<T>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
count() - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
 
count() - Method in class org.springframework.data.aerospike.repository.support.SimpleReactiveAerospikeRepository
 
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, IndexCollectionType) - 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, IndexCollectionType) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
createIndex(Class<T>, String, String, IndexType) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Creates index by specified name in Aerospike.
createIndex(Class<T>, String, String, IndexType, IndexCollectionType) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Creates index by specified name in Aerospike.
createIndex(Class<T>, String, String, IndexType) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
createIndex(Class<T>, String, String, IndexType, IndexCollectionType) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
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
 
createIndex(Class<T>, String, String, IndexType) - Method in class org.springframework.data.aerospike.repository.support.SimpleReactiveAerospikeRepository
 
createQuery(ParametersParameterAccessor) - Method in class org.springframework.data.aerospike.repository.query.BaseAerospikePartTreeQuery
 
Criteria - Class in org.springframework.data.aerospike.repository.query
 
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.AerospikeDataConfigurationSupport
 
CustomConversions - Class in org.springframework.data.aerospike.convert
Deprecated.
CustomConversions(List<?>, SimpleTypeHolder) - Constructor for class org.springframework.data.aerospike.convert.CustomConversions
Deprecated.
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links
Spring Data Aerospike

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