Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
U
- unixTime() - Element in annotation interface org.springframework.data.aerospike.annotation.Expiration
-
An optional flag indicating whether the expiration is specified as Unix time.
- unixTimeToOffsetInSeconds(long) - Static method in class org.springframework.data.aerospike.util.TimeUtils
- update(IndexesInfo) - Method in class org.springframework.data.aerospike.query.cache.IndexesCacheHolder
- update(IndexesInfo) - Method in interface org.springframework.data.aerospike.query.cache.IndexesCacheUpdater
-
Update
IndexesInfo
cache. - update(T) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Update a record using
RecordExistsAction.UPDATE_ONLY
policy combined with removing bins at first (analogous toRecordExistsAction.REPLACE_ONLY
) taking into consideration the version property of the document if it is present. - update(T) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- update(T) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
Reactively update a record using
RecordExistsAction.UPDATE_ONLY
policy combined with removing bins at first (analogous toRecordExistsAction.REPLACE_ONLY
) taking into consideration the version property of the document if it is present. - update(T) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- update(T, String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Update a record with the given set (overrides the set associated with the document) using
RecordExistsAction.UPDATE_ONLY
policy combined with removing bins at first (analogous toRecordExistsAction.REPLACE_ONLY
) taking into consideration the version property of the document if it is present. - update(T, String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- update(T, String) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
Reactively update a record within the given set using
RecordExistsAction.UPDATE_ONLY
policy combined with removing bins at first (analogous toRecordExistsAction.REPLACE_ONLY
) taking into consideration the version property of the document if it is present. - update(T, String) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- update(T, String, Collection<String>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Update specific fields of a record based on the given collection of fields with the given set (overrides the set associated with the document) using
RecordExistsAction.UPDATE_ONLY
policy. - update(T, String, Collection<String>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- update(T, String, Collection<String>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
Reactively update specific fields of a record based on the given collection of fields within the given set using
RecordExistsAction.UPDATE_ONLY
policy. - update(T, String, Collection<String>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- update(T, Collection<String>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Update specific fields of a record based on the given collection of fields using
RecordExistsAction.UPDATE_ONLY
policy. - update(T, Collection<String>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- update(T, Collection<String>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
Reactively update specific bins of a record based on the given collection of fields using
RecordExistsAction.UPDATE_ONLY
policy. - update(T, Collection<String>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- updateAll(Iterable<? extends T>) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
Reactively update records using one batch request.
- updateAll(Iterable<? extends T>) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- updateAll(Iterable<? extends T>, String) - Method in interface org.springframework.data.aerospike.core.ReactiveAerospikeOperations
-
Reactively update records within the given set using one batch request.
- updateAll(Iterable<? extends T>, String) - Method in class org.springframework.data.aerospike.core.ReactiveAerospikeTemplate
- updateAll(Iterable<T>) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Update multiple records in one batch request.
- updateAll(Iterable<T>) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- updateAll(Iterable<T>, String) - Method in interface org.springframework.data.aerospike.core.AerospikeOperations
-
Update multiple records within the given set (overrides the default set associated with the documents) in one batch request.
- updateAll(Iterable<T>, String) - Method in class org.springframework.data.aerospike.core.AerospikeTemplate
- usePropertyAccess() - Method in interface org.springframework.data.aerospike.mapping.AerospikePersistentProperty
- usePropertyAccess() - Method in class org.springframework.data.aerospike.mapping.CachingAerospikePersistentProperty
- Utils - Class in org.springframework.data.aerospike.util
-
Utility class containing useful methods for interacting with Aerospike across the entire implementation
- Utils() - Constructor for class org.springframework.data.aerospike.util.Utils
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form