Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
D
- DATA_SETTINGS - Enum constant in enum class org.springframework.data.aerospike.query.qualifier.QualifierKey
- DateConverters - Class in org.springframework.data.aerospike.convert
-
Out of the box conversions for java dates and calendars.
- DateConverters.CalendarToMapConverter - Enum Class in org.springframework.data.aerospike.convert
- DateConverters.DateMidnightToLongConverter - Enum Class in org.springframework.data.aerospike.convert
- DateConverters.DateTimeToLongConverter - Enum Class in org.springframework.data.aerospike.convert
- DateConverters.DateToLongConverter - Enum Class in org.springframework.data.aerospike.convert
- DateConverters.DurationToStringConverter - Enum Class in org.springframework.data.aerospike.convert
- DateConverters.InstantToLongConverter - Enum Class in org.springframework.data.aerospike.convert
- DateConverters.Java8LocalDateTimeToLongConverter - Enum Class in org.springframework.data.aerospike.convert
- DateConverters.Java8LocalDateToLongConverter - Enum Class in org.springframework.data.aerospike.convert
- DateConverters.LocalDateTimeToLongConverter - Enum Class in org.springframework.data.aerospike.convert
- DateConverters.LocalDateToLongConverter - Enum Class in org.springframework.data.aerospike.convert
- DateConverters.LongToDateConverter - Enum Class in org.springframework.data.aerospike.convert
- DateConverters.LongToDateMidnightConverter - Enum Class in org.springframework.data.aerospike.convert
- DateConverters.LongToDateTimeConverter - Enum Class in org.springframework.data.aerospike.convert
- DateConverters.LongToInstantConverter - Enum Class in org.springframework.data.aerospike.convert
- DateConverters.LongToJava8LocalDateConverter - Enum Class in org.springframework.data.aerospike.convert
- DateConverters.LongToJava8LocalDateTimeConverter - Enum Class in org.springframework.data.aerospike.convert
- DateConverters.LongToLocalDateConverter - Enum Class in org.springframework.data.aerospike.convert
- DateConverters.LongToLocalDateTimeConverter - Enum Class in org.springframework.data.aerospike.convert
- DateConverters.MapToCalendarConverter - Enum Class in org.springframework.data.aerospike.convert
- DateConverters.StringToDurationConverter - Enum Class in org.springframework.data.aerospike.convert
- DefaultAerospikeExceptionTranslator - Class in org.springframework.data.aerospike.core
-
This class translates the AerospikeException and result code to a DataAccessException.
- DefaultAerospikeExceptionTranslator() - Constructor for class org.springframework.data.aerospike.core.DefaultAerospikeExceptionTranslator
- delete(Query, Class<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Delete records using a query using the set associated with the given entityClass.
- delete(Query, Class<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- delete(Query, Class<T>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
Delete records using a query using the set associated with the given entityClass.
- delete(Query, Class<T>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- delete(Query, Class<T>, String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Delete records using a query within the given set.
- delete(Query, Class<T>, String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- delete(Query, Class<T>, String) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
Delete records using a query within the given set.
- delete(Query, Class<T>, String) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- delete(T) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Delete a record using the document's id.
- delete(T) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- delete(T) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
Reactively delete a record using the document's id.
- delete(T) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- delete(T) - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
- delete(T) - Method in class org.springframework.data.aerospike.repository.support.SimpleReactiveAerospikeRepository
- delete(T, String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Delete a record within the given set using the document's id.
- delete(T, String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- delete(T, String) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
Reactively delete a record within the given set using the document's id.
- delete(T, String) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- deleteAll() - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
- deleteAll() - Method in class org.springframework.data.aerospike.repository.support.SimpleReactiveAerospikeRepository
- deleteAll(Class<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Truncate/Delete all records in the set determined by the given entity class.
- deleteAll(Class<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- deleteAll(Class<T>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
Reactively truncate/delete all records in the set determined by the given entity class.
- deleteAll(Class<T>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- deleteAll(Class<T>, Instant) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Truncate/Delete all documents in the given set.
- deleteAll(Class<T>, Instant) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- deleteAll(Class<T>, Instant) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
Reactively truncate/delete all records in the set determined by the given entity class.
- deleteAll(Class<T>, Instant) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- deleteAll(Iterable<? extends T>) - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
- deleteAll(Iterable<? extends T>) - Method in class org.springframework.data.aerospike.repository.support.SimpleReactiveAerospikeRepository
- deleteAll(Iterable<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Delete multiple records in one batch request.
- deleteAll(Iterable<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- deleteAll(Iterable<T>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
Reactively delete multiple records in one batch request.
- deleteAll(Iterable<T>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- deleteAll(Iterable<T>, String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Delete multiple records within the given set (overrides the default set associated with the documents) in one batch request.
- deleteAll(Iterable<T>, String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- deleteAll(Iterable<T>, String) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
Reactively delete multiple records within the given set (overrides the default set associated with the documents) in one batch request.
- deleteAll(Iterable<T>, String) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- deleteAll(String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Truncate/Delete all documents in the given set.
- deleteAll(String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- deleteAll(String) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
Reactively truncate/delete all the documents in the given set.
- deleteAll(String) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- deleteAll(String, Instant) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Truncate/Delete all documents in the given set.
- deleteAll(String, Instant) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- deleteAll(String, Instant) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
Reactively truncate/delete all documents in the given set.
- deleteAll(String, Instant) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- deleteAll(Publisher<? extends T>) - Method in class org.springframework.data.aerospike.repository.support.SimpleReactiveAerospikeRepository
- deleteAllById(Iterable<? extends ID>) - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
- deleteAllById(Iterable<? extends ID>) - Method in class org.springframework.data.aerospike.repository.support.SimpleReactiveAerospikeRepository
- deleteById(ID) - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
- deleteById(ID) - Method in class org.springframework.data.aerospike.repository.support.SimpleReactiveAerospikeRepository
- deleteById(Object, Class<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Delete a record by id, set name will be determined by the given entityClass.
- deleteById(Object, Class<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- deleteById(Object, Class<T>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
Reactively delete a record by id, set name will be determined by the given entity class.
- deleteById(Object, Class<T>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- deleteById(Object, String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Delete a record by id within the given set.
- deleteById(Object, String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- deleteById(Object, String) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
Reactively delete a record by id within the given set.
- deleteById(Object, String) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- deleteById(Publisher<ID>) - Method in class org.springframework.data.aerospike.repository.support.SimpleReactiveAerospikeRepository
- deleteByIds(Iterable<?>, Class<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Delete records by ids using a single batch delete operation, set name will be determined by the given entityClass.
- deleteByIds(Iterable<?>, Class<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- deleteByIds(Iterable<?>, Class<T>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
Reactively delete records using a single batch delete operation, set name will be determined by the given entity class.
- deleteByIds(Iterable<?>, Class<T>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- deleteByIds(Iterable<?>, String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Delete records by ids within the given set using a single batch delete operation.
- deleteByIds(Iterable<?>, String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- deleteByIds(Iterable<?>, String) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
Reactively delete records within the given set using a single batch delete operation.
- deleteByIds(Iterable<?>, String) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- deleteByIds(GroupedKeys) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Perform a single batch delete operation for records from different sets.
- deleteByIds(GroupedKeys) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- deleteByIds(GroupedKeys) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
Reactively delete records from different sets in a single request.
- deleteByIds(GroupedKeys) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- deleteByIdsUsingQuery(Collection<?>, Class<T>, 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.
- deleteByIdsUsingQuery(Collection<?>, Class<T>, String, Query) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- deleteByIdsUsingQuery(Collection<?>, Class<T>, 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.
- deleteByIdsUsingQuery(Collection<?>, Class<T>, String, Query) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- deleteByIdsUsingQuery(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.
- deleteByIdsUsingQuery(Collection<?>, Class<T>, Query) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- deleteByIdsUsingQuery(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.
- deleteByIdsUsingQuery(Collection<?>, Class<T>, Query) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- deleteIndex(Class<E>, String) - Method in interface org.springframework.data.aerospike.repository.AerospikeRepository
-
Delete an index with the specified name.
- deleteIndex(Class<E>, String) - Method in class org.springframework.data.aerospike.repository.support.SimpleAerospikeRepository
- deleteIndex(Class<T>, String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Delete an index with the specified name in 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.core.ReactiveAerospikeOperations
-
Reactively delete an index with the specified name in Aerospike.
- deleteIndex(Class<T>, String) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- deleteIndex(Class<T>, String) - Method in class org.springframework.data.aerospike.repository.support.SimpleReactiveAerospikeRepository
- deleteIndex(String, String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Delete an index with the specified name within the given set in Aerospike.
- deleteIndex(String, String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- deleteIndex(String, String) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
Reactively delete an index with the specified name within the given set in Aerospike.
- deleteIndex(String, String) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- detectIndexes(BasicAerospikePersistentEntity<?>) - Method in class org.springframework.data.aerospike.index.AerospikeIndexResolver
- DIGEST_KEY - Enum constant in enum class org.springframework.data.aerospike.query.qualifier.QualifierKey
- Document - Annotation Interface in org.springframework.data.aerospike.mapping
-
Identifies a domain object to be persisted to Aerospike.
- DOT_PATH - Enum constant in enum class org.springframework.data.aerospike.query.qualifier.QualifierKey
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form