Uses of Class
org.redisson.api.BatchResult
-
Packages that use BatchResult Package Description org.redisson org.redisson.api org.redisson.command org.redisson.reactive org.redisson.rx -
-
Uses of BatchResult in org.redisson
Methods in org.redisson that return BatchResult Modifier and Type Method Description BatchResult<?>RedissonBatch. execute()Methods in org.redisson that return types with arguments of type BatchResult Modifier and Type Method Description RFuture<BatchResult<?>>RedissonBatch. executeAsync() -
Uses of BatchResult in org.redisson.api
Methods in org.redisson.api that return BatchResult Modifier and Type Method Description BatchResult<?>RBatch. execute()Executes all operations accumulated during async methods invocations.Methods in org.redisson.api that return types with arguments of type BatchResult Modifier and Type Method Description reactor.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 BatchResult Modifier and Type Method Description BatchResult<?>CommandBatchService. execute()Methods in org.redisson.command that return types with arguments of type BatchResult Modifier and Type Method Description RFuture<BatchResult<?>>CommandBatchService. executeAsync() -
Uses of BatchResult in org.redisson.reactive
Methods in org.redisson.reactive that return types with arguments of type BatchResult Modifier and Type Method Description reactor.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 BatchResult Modifier and Type Method Description io.reactivex.rxjava3.core.Maybe<BatchResult<?>>RedissonBatchRx. execute()RFuture<BatchResult<?>>CommandRxBatchService. executeAsync()
-