Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
D
- 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.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.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(Class<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Deprecated.
- delete(Class<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
-
Deprecated, for removal: This API element is subject to removal in a future version.
- delete(Class<T>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
Deprecated.since 4.6.0, use
AerospikeOperations.deleteAll(Class)
instead. - delete(Class<T>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
-
Deprecated, for removal: This API element is subject to removal in a future version.
- delete(Object, Class<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Deprecated.since 4.6.0, use
AerospikeOperations.deleteById(Object, Class)
instead. - delete(Object, Class<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
-
Deprecated, for removal: This API element is subject to removal in a future version.
- delete(Object, Class<T>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
Deprecated.since 4.6.0, use
AerospikeOperations.deleteById(Object, Class)
instead. - delete(Object, Class<T>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
-
Deprecated, for removal: This API element is subject to removal in a future version.
- delete(Object, String) - Method in class org.springframework.data.aerospike.core.AerospikeKeyValueAdapter
-
Deprecated.
- 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(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(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(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
- deleteAllOf(String) - Method in class org.springframework.data.aerospike.core.AerospikeKeyValueAdapter
-
Deprecated.
- 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 within the given set by id.
- 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 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
- 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
- destroy() - Method in class org.springframework.data.aerospike.core.AerospikeKeyValueAdapter
-
Deprecated.
- detectIndexes(BasicAerospikePersistentEntity<?>) - Method in class org.springframework.data.aerospike.index.AerospikeIndexResolver
- Document - Annotation Interface in org.springframework.data.aerospike.mapping
-
Identifies a domain object to be persisted to Aerospike.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
AerospikeOperations.deleteAll(Class)
instead.