Uses of Class
org.redisson.api.BatchResult
Packages that use BatchResult
Package
Description
-
Uses of BatchResult in org.redisson
Methods in org.redisson that return BatchResultMethods in org.redisson that return types with arguments of type BatchResult -
Uses of BatchResult in org.redisson.api
Methods in org.redisson.api that return BatchResultModifier and TypeMethodDescriptionBatchResult<?> RBatch.execute()Executes all operations accumulated during async methods invocations.Methods in org.redisson.api that return types with arguments of type BatchResultModifier and TypeMethodDescriptionreactor.core.publisher.Mono<BatchResult<?>> RBatchReactive.execute()Executes all operations accumulated during Reactive methods invocations Reactivehronously.io.reactivex.rxjava3.core.Maybe<BatchResult<?>> RBatchRx.execute()Executes all operations accumulated during Reactive methods invocations Reactivehronously.RFuture<BatchResult<?>> RBatch.executeAsync()Executes all operations accumulated during async methods invocations asynchronously. -
Uses of BatchResult in org.redisson.command
Methods in org.redisson.command that return BatchResultMethods in org.redisson.command that return types with arguments of type BatchResult -
Uses of BatchResult in org.redisson.reactive
Methods in org.redisson.reactive that return types with arguments of type BatchResultModifier and TypeMethodDescriptionreactor.core.publisher.Mono<BatchResult<?>> RedissonBatchReactive.execute()RFuture<BatchResult<?>> CommandReactiveBatchService.executeAsync() -
Uses of BatchResult in org.redisson.rx
Methods in org.redisson.rx that return types with arguments of type BatchResultModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Maybe<BatchResult<?>> RedissonBatchRx.execute()RFuture<BatchResult<?>> CommandRxBatchService.executeAsync()