Class Hierarchy
- java.lang.Object
- org.redisson.command.CommandAsyncService (implements org.redisson.command.CommandAsyncExecutor)
- org.redisson.command.CommandBatchService
- org.redisson.command.CommandSyncService (implements org.redisson.command.CommandExecutor)
- org.redisson.command.CommandBatchService.ConnectionEntry
- org.redisson.command.CommandBatchService.Entry
- java.util.concurrent.CompletableFuture<T> (implements java.util.concurrent.CompletionStage<T>, java.util.concurrent.Future<V>)
- org.redisson.misc.RedissonPromise<T> (implements org.redisson.misc.RPromise<T>)
- org.redisson.command.BatchPromise<T>
- org.redisson.misc.RedissonPromise<T> (implements org.redisson.misc.RPromise<T>)
- org.redisson.command.RedisExecutor<V,R>
- org.redisson.command.BaseRedisBatchExecutor<V,R>
- org.redisson.command.RedisBatchExecutor<V,R>
- org.redisson.command.RedisQueuedBatchExecutor<V,R>
- org.redisson.command.RedisCommonBatchExecutor
- org.redisson.command.BaseRedisBatchExecutor<V,R>
- org.redisson.command.CommandAsyncService (implements org.redisson.command.CommandAsyncExecutor)
Interface Hierarchy
- org.redisson.command.CommandAsyncExecutor
- org.redisson.command.CommandExecutor (also extends org.redisson.command.CommandSyncExecutor)
- org.redisson.command.CommandSyncExecutor
- org.redisson.command.CommandExecutor (also extends org.redisson.command.CommandAsyncExecutor)