Index
All Classes|All Packages
C
- CachingAerospikePersistentProperty - Class in org.springframework.data.aerospike.mapping
- CachingAerospikePersistentProperty(Property, PersistentEntity<?, AerospikePersistentProperty>, SimpleTypeHolder, FieldNamingStrategy) - Constructor for class org.springframework.data.aerospike.mapping.CachingAerospikePersistentProperty
-
Creates a new
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 aClientPolicy
via XML. - ClientPolicyFactoryBean() - Constructor for class org.springframework.data.aerospike.config.ClientPolicyFactoryBean
-
Creates a new
ClientPolicyFactoryBean
. - close() - Method in class org.springframework.data.aerospike.query.KeyRecordIterator
- collection() - Method in annotation type org.springframework.data.aerospike.mapping.Document
-
An optional name of the collection.
- collectionType() - Method in annotation type org.springframework.data.aerospike.annotation.Indexed
-
Secondary index collection type.
- considerNestedRepositories() - Method in annotation type 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() - Method in annotation type 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(Object, String, Part.IgnoreCaseType) - Method in class org.springframework.data.aerospike.repository.query.Criteria
- CONTAINING - org.springframework.data.aerospike.query.Qualifier.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 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(LocalDateTime) - Method in enum org.springframework.data.aerospike.convert.DateConverters.Java8LocalDateTimeToLongConverter
- convert(Calendar) - Method in enum org.springframework.data.aerospike.convert.DateConverters.CalendarToLongConverter
- convert(Date) - Method in enum org.springframework.data.aerospike.convert.DateConverters.DateToLongConverter
- 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(LocalDate) - Method in enum org.springframework.data.aerospike.convert.DateConverters.LocalDateToLongConverter
- convert(LocalDateTime) - Method in enum 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
-
Returns the amount of records in the given entityClass's Aerospike set and AerospikeTemplate configured namespace.
- count(Class<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- count(Class<T>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
- 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
-
Returns the amount of records in the given Aerospike set and AerospikeTemplate configured namespace.
- count(String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- count(String) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
- count(String) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- count(Query, Class<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Returns the amount of records in a query results.
- 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
- 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
-
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.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) - 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
-
Creates 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
-
Creates index by specified name in Aerospike.
- createIndex(Class<T>, String, String, IndexType, IndexCollectionType) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- createQuery(ParametersParameterAccessor) - Method in class org.springframework.data.aerospike.repository.query.BaseAerospikePartTreeQuery
- Criteria - Class in org.springframework.data.aerospike.repository.query
- Criteria() - Constructor for class org.springframework.data.aerospike.repository.query.Criteria
- Criteria(String) - 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
All Classes|All Packages