Uses of Class
org.springframework.data.aerospike.core.model.GroupedKeys
Packages that use GroupedKeys
-
Uses of GroupedKeys in org.springframework.data.aerospike.core
Methods in org.springframework.data.aerospike.core with parameters of type GroupedKeysModifier and TypeMethodDescriptionvoidAerospikeOperations.deleteByIds(GroupedKeys groupedKeys) Perform a single batch delete operation for records from different sets.voidAerospikeTemplate.deleteByIds(GroupedKeys groupedKeys) reactor.core.publisher.Mono<Void>ReactiveAerospikeOperations.deleteByIds(GroupedKeys groupedKeys) Reactively delete records from different sets in a single request.reactor.core.publisher.Mono<Void>ReactiveAerospikeTemplate.deleteByIds(GroupedKeys groupedKeys) AerospikeOperations.findByIds(GroupedKeys groupedKeys) Execute a single batch request to find several records, possibly from different sets.AerospikeTemplate.findByIds(GroupedKeys groupedKeys) reactor.core.publisher.Mono<GroupedEntities>ReactiveAerospikeOperations.findByIds(GroupedKeys groupedKeys) Reactively execute a single batch request to find several records, possibly from different sets.reactor.core.publisher.Mono<GroupedEntities>ReactiveAerospikeTemplate.findByIds(GroupedKeys groupedKeys)