Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- cacheKeyProcessor() - Method in class org.springframework.data.aerospike.config.AerospikeDataConfigurationSupport
- 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
. - calculateHash(byte[]) - Method in interface org.springframework.data.aerospike.cache.AerospikeCacheKeyProcessor
-
Calculate hash based on the given byte array.
- calculateHash(byte[]) - Method in class org.springframework.data.aerospike.cache.AerospikeCacheKeyProcessorImpl
- CLASS_KEY_DEFAULT - Static variable in interface org.springframework.data.aerospike.convert.AerospikeConverter
-
Key that identifies POJO's class.
- 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.query.qualifier.Qualifier
- clearCache() - Method in class org.springframework.data.aerospike.query.cache.IndexRefresher
- clearCache() - Method in class org.springframework.data.aerospike.query.cache.ReactorIndexRefresher
- 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.
- COLLECTION_VAL_BETWEEN - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
-
For use in queries "find records where Collection <...> contains values between two given objects".
- COLLECTION_VAL_CONTAINING - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
-
For use in queries "find by Collection <...> containing a given object".
- COLLECTION_VAL_GT - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
-
For use in queries "find records where Collection <...> contains values greater than a given object".
- COLLECTION_VAL_GTEQ - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
-
For use in queries "find records where Collection <...> contains values greater than a given object or equal to it".
- COLLECTION_VAL_LT - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
-
For use in queries "find records where Collection <...> contains values less than a given object".
- COLLECTION_VAL_LTEQ - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
-
For use in queries "find records where Collection <...> contains values less than a given object or equal to it".
- COLLECTION_VAL_NOT_CONTAINING - Enum constant in enum class org.springframework.data.aerospike.query.FilterOperation
-
For use in queries "find by Collection <...> not containing a given object".
- CollectionQueryCreator - Class in org.springframework.data.aerospike.repository.query
- CollectionQueryCreator(Part, PropertyPath, AerospikePersistentProperty, String, List<Object>, FilterOperation, MappingAerospikeConverter, boolean, ServerVersionSupport) - Constructor for class org.springframework.data.aerospike.repository.query.CollectionQueryCreator
- collectionType() - Element in annotation interface org.springframework.data.aerospike.annotation.Indexed
-
Secondary index collection type.
- commitTransaction() - Method in class org.springframework.data.aerospike.transaction.reactive.AerospikeReactiveTransaction
-
Commit the transaction
- commitTransaction() - Method in class org.springframework.data.aerospike.transaction.sync.AerospikeTransaction
-
Commit the transaction
- CONFIG_PREFIX - Static variable in class org.springframework.data.aerospike.config.AerospikeDataConfigurationSupport
- CONFIG_PREFIX_CONNECTION - Static variable in class org.springframework.data.aerospike.config.AerospikeDataConfigurationSupport
- CONFIG_PREFIX_DATA - Static variable in class org.springframework.data.aerospike.config.AerospikeDataConfigurationSupport
- configureKryo() - Method in class org.springframework.data.aerospike.cache.AerospikeCacheKeyProcessorImpl
-
Configuration for Kryo instance.
- 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
-
For use in queries "find by <...> containing a given object".
- containsEntities() - Method in class org.springframework.data.aerospike.core.model.GroupedEntities
- containsKey(Object) - Method in class org.springframework.data.aerospike.query.qualifier.Qualifier
- containsValue(Object) - Method in class org.springframework.data.aerospike.query.qualifier.Qualifier
- convert(Long) - Method in enum class org.springframework.data.aerospike.convert.DateConverters.LongToDateConverter
- convert(Long) - Method in enum class org.springframework.data.aerospike.convert.DateConverters.LongToDateMidnightConverter
- convert(Long) - Method in enum class org.springframework.data.aerospike.convert.DateConverters.LongToDateTimeConverter
- convert(Long) - Method in enum class org.springframework.data.aerospike.convert.DateConverters.LongToInstantConverter
- convert(Long) - Method in enum class org.springframework.data.aerospike.convert.DateConverters.LongToJava8LocalDateConverter
- convert(Long) - Method in enum class org.springframework.data.aerospike.convert.DateConverters.LongToJava8LocalDateTimeConverter
- convert(Long) - Method in enum class org.springframework.data.aerospike.convert.DateConverters.LongToLocalDateConverter
- convert(Long) - Method in enum class org.springframework.data.aerospike.convert.DateConverters.LongToLocalDateTimeConverter
- convert(String) - Method in enum class org.springframework.data.aerospike.convert.DateConverters.StringToDurationConverter
- convert(Duration) - Method in enum class org.springframework.data.aerospike.convert.DateConverters.DurationToStringConverter
- convert(Instant) - Method in enum class org.springframework.data.aerospike.convert.DateConverters.InstantToLongConverter
- convert(LocalDate) - Method in enum class org.springframework.data.aerospike.convert.DateConverters.Java8LocalDateToLongConverter
- 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.CalendarToMapConverter
- convert(Date) - Method in enum class org.springframework.data.aerospike.convert.DateConverters.DateToLongConverter
- convert(Map<String, String>) - Method in enum class org.springframework.data.aerospike.convert.DateConverters.MapToCalendarConverter
- 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
- convertToStringListExclStart(String[]) - Static method in class org.springframework.data.aerospike.repository.query.AerospikeQueryCreatorUtils
-
Convert a String array into String List excluding the first element
- CoreUtils - Class in org.springframework.data.aerospike.core
- CoreUtils() - Constructor for class org.springframework.data.aerospike.core.CoreUtils
- 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 records in the set determined by the given entityClass.
- 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 records in the set determined by the given entityClass.
- count(Class<T>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- count(String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Return the amount of records 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 records 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 records in 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
-
Reactively return the amount of records in query results.
- count(Query, Class<T>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- count(Query, String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Return the amount of records in query results within the given set.
- count(Query, String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- count(Query, String) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
Reactively return the amount of records in query results within the given set.
- count(Query, String) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- countByIdsUsingQuery(Collection<?>, Class<T>, Query) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Count existing records by ids and a query using the given entityClass.
- countByIdsUsingQuery(Collection<?>, Class<T>, Query) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- countByIdsUsingQuery(Collection<?>, Class<T>, Query) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
Count existing records by ids and a query using the given entityClass.
- countByIdsUsingQuery(Collection<?>, Class<T>, Query) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- countByIdsUsingQuery(Collection<?>, String, Query) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Count existing records by ids and a query using the given entityClass within the set.
- countByIdsUsingQuery(Collection<?>, String, Query) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- countByIdsUsingQuery(Collection<?>, String, Query) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
Count existing records by ids and a query using the given entityClass within the set.
- countByIdsUsingQuery(Collection<?>, String, Query) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- createIndex(Class<E>, String, String, IndexType) - Method in interface org.springframework.data.aerospike.repository.AerospikeRepository
-
Create an index with the specified name.
- 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 an index with the 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 an index with the 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 an index with the 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 an index with the 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 an index with the 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 an index with the specified name in Aerospike.
- createIndex(Class<T>, String, String, IndexType, IndexCollectionType, CTX...) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- createIndex(String, String, String, IndexType) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Create an index with the specified name in Aerospike.
- createIndex(String, String, String, IndexType) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- createIndex(String, String, String, IndexType) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
Reactively create an index with the specified name in Aerospike.
- createIndex(String, String, String, IndexType) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- createIndex(String, String, String, IndexType, IndexCollectionType) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Create an index with the specified name in Aerospike.
- createIndex(String, String, String, IndexType, IndexCollectionType) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- createIndex(String, String, String, IndexType, IndexCollectionType) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
Reactively create an index with the specified name in Aerospike.
- createIndex(String, String, String, IndexType, IndexCollectionType) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- createIndex(String, String, String, IndexType, IndexCollectionType, CTX...) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Create an index with the specified name in Aerospike.
- createIndex(String, String, String, IndexType, IndexCollectionType, CTX...) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- createIndex(String, String, String, IndexType, IndexCollectionType, CTX...) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
Reactively create an index with the specified name in Aerospike.
- createIndex(String, String, String, IndexType, IndexCollectionType, CTX...) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- createQuery(ParametersParameterAccessor, PartTree) - Method in class org.springframework.data.aerospike.repository.query.BaseAerospikePartTreeQuery
- CriteriaDefinition - Interface in org.springframework.data.aerospike.repository.query
- CriteriaDefinition.AerospikeMetadata - Enum Class in org.springframework.data.aerospike.repository.query
- CriteriaDefinition.AerospikeNullQueryCriterion - Enum Class in org.springframework.data.aerospike.repository.query
- CriteriaDefinition.AerospikeQueryCriterion - Enum Class in org.springframework.data.aerospike.repository.query
- ctx() - Element in annotation interface org.springframework.data.aerospike.annotation.Indexed
-
Context is provided using the following DSL.
- CTX_ARRAY - Enum constant in enum class org.springframework.data.aerospike.query.qualifier.QualifierKey
- ctxArrToString(CTX[]) - Static method in class org.springframework.data.aerospike.util.Utils
- customConversions(AerospikeCustomConverters) - Method in class org.springframework.data.aerospike.config.AerospikeDataConfigurationSupport
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form