Index

A B C D E F G H I K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

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
Clears the cache by truncating the configured cache's set (in the configured namespace).
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
 
collection() - Element in annotation interface org.springframework.data.aerospike.mapping.Document
An optional name of the collection.
collectionType() - Element in annotation interface org.springframework.data.aerospike.annotation.Indexed
Secondary index collection type.
considerNestedRepositories() - Element in annotation interface org.springframework.data.aerospike.repository.config.EnableAerospikeRepositories
Configures whether nested repository-interfaces (e.g. defined as inner classes) should be discovered by the repositories infrastructure.
considerNestedRepositories() - Element in annotation interface org.springframework.data.aerospike.repository.config.EnableReactiveAerospikeRepositories
Configures whether nested repository-interfaces (e.g. defined as inner classes) should be discovered by the repositories infrastructure.
CONTAINING - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
 
contains(Object, String) - Method in class org.springframework.data.aerospike.core.AerospikeKeyValueAdapter
 
containsEntities() - Method in class org.springframework.data.aerospike.core.model.GroupedEntities
 
containsKey(Object) - Method in class org.springframework.data.aerospike.query.Qualifier
 
containsValue(Object) - Method in class org.springframework.data.aerospike.query.Qualifier
 
convert(Number) - Method in enum class org.springframework.data.aerospike.convert.DateConverters.NumberToCalendarConverter
 
convert(Number) - Method in enum class org.springframework.data.aerospike.convert.DateConverters.NumberToDateConverter
 
convert(Number) - Method in enum class org.springframework.data.aerospike.convert.DateConverters.NumberToDateMidnightConverter
 
convert(Number) - Method in enum class org.springframework.data.aerospike.convert.DateConverters.NumberToDateTimeConverter
 
convert(Number) - Method in enum class org.springframework.data.aerospike.convert.DateConverters.NumberToJava8LocalDateTimeConverter
 
convert(Number) - Method in enum class org.springframework.data.aerospike.convert.DateConverters.NumberToLocalDateConverter
 
convert(Number) - Method in enum class org.springframework.data.aerospike.convert.DateConverters.NumberToLocalDateTimeConverter
 
convert(LocalDateTime) - Method in enum class org.springframework.data.aerospike.convert.DateConverters.Java8LocalDateTimeToLongConverter
 
convert(Calendar) - Method in enum class org.springframework.data.aerospike.convert.DateConverters.CalendarToLongConverter
 
convert(Date) - Method in enum class org.springframework.data.aerospike.convert.DateConverters.DateToLongConverter
 
convert(DateMidnight) - Method in enum class org.springframework.data.aerospike.convert.DateConverters.DateMidnightToLongConverter
 
convert(DateTime) - Method in enum class org.springframework.data.aerospike.convert.DateConverters.DateTimeToLongConverter
 
convert(LocalDate) - Method in enum class org.springframework.data.aerospike.convert.DateConverters.LocalDateToLongConverter
 
convert(LocalDateTime) - Method in enum class org.springframework.data.aerospike.convert.DateConverters.LocalDateTimeToLongConverter
 
count() - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
 
count() - Method in class org.springframework.data.aerospike.repository.support.SimpleReactiveAerospikeRepository
 
count(Class<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Return the amount of documents in the given entityClass's Aerospike set.
count(Class<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
count(Class<T>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Reactively return the amount of documents in the given entityClass's Aerospike set.
count(Class<T>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
count(String) - Method in class org.springframework.data.aerospike.core.AerospikeKeyValueAdapter
 
count(String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Return the amount of documents in the given Aerospike set.
count(String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
count(String) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Reactively return the amount of documents in the given Aerospike set.
count(String) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
count(Query, Class<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Return the amount of documents in a query results. set name will be determined by the given entityClass.
count(Query, Class<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
count(Query, Class<T>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Reactively return the amount of documents in a query results. set name will be determined by the given entityClass.
count(Query, Class<T>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
createIndex(Class<E>, String, String, IndexType) - Method in interface org.springframework.data.aerospike.repository.AerospikeRepository
 
createIndex(Class<E>, String, String, IndexType) - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
 
createIndex(Class<T>, String, String, IndexType) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Create 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.core.ReactiveAerospikeOperations
Reactively create 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) - Method in class org.springframework.data.aerospike.repository.support.SimpleReactiveAerospikeRepository
 
createIndex(Class<T>, String, String, IndexType, IndexCollectionType) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Create index by specified name in Aerospike.
createIndex(Class<T>, String, String, IndexType, IndexCollectionType) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
createIndex(Class<T>, String, String, IndexType, IndexCollectionType) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Reactively create index by specified name in Aerospike.
createIndex(Class<T>, String, String, IndexType, IndexCollectionType) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
createIndex(Class<T>, String, String, IndexType, IndexCollectionType, CTX...) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
Create index by specified name in Aerospike.
createIndex(Class<T>, String, String, IndexType, IndexCollectionType, CTX...) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
 
createIndex(Class<T>, String, String, IndexType, IndexCollectionType, CTX...) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
Reactively create index by specified name in Aerospike.
createIndex(Class<T>, String, String, IndexType, IndexCollectionType, CTX...) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
 
createQuery(ParametersParameterAccessor) - Method in class org.springframework.data.aerospike.repository.query.BaseAerospikePartTreeQuery
 
CriteriaDefinition - Interface in org.springframework.data.aerospike.repository.query
 
CriteriaDefinition.AerospikeMapCriteria - Enum Class in org.springframework.data.aerospike.repository.query
 
customConversions() - Method in class org.springframework.data.aerospike.config.AerospikeDataConfigurationSupport
 
A B C D E F G H I K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form