Uses of Interface
org.redisson.SlotCallback
Packages that use SlotCallback
-
Uses of SlotCallback in org.redisson
Classes in org.redisson that implement SlotCallbackModifier and TypeClassDescriptionclassclassclassclass -
Uses of SlotCallback in org.redisson.command
Methods in org.redisson.command with parameters of type SlotCallbackModifier and TypeMethodDescription<T,R> RFuture <R> CommandAsyncExecutor.evalReadBatchedAsync(Codec codec, RedisCommand<T> command, String script, List<Object> keys, SlotCallback<T, R> callback) <T,R> RFuture <R> CommandAsyncService.evalReadBatchedAsync(Codec codec, RedisCommand<T> command, String script, List<Object> keys, SlotCallback<T, R> callback) <T,R> RFuture <R> CommandAsyncExecutor.evalWriteBatchedAsync(Codec codec, RedisCommand<T> command, String script, List<Object> keys, SlotCallback<T, R> callback) <T,R> RFuture <R> CommandAsyncService.evalWriteBatchedAsync(Codec codec, RedisCommand<T> command, String script, List<Object> keys, SlotCallback<T, R> callback) <T,R> RFuture <R> CommandAsyncExecutor.readBatchedAsync(Codec codec, RedisCommand<T> command, SlotCallback<T, R> callback, Object... keys) <T,R> RFuture <R> CommandAsyncService.readBatchedAsync(Codec codec, RedisCommand<T> command, SlotCallback<T, R> callback, Object... keys) <T,R> RFuture <R> CommandAsyncExecutor.writeBatchedAsync(Codec codec, RedisCommand<T> command, SlotCallback<T, R> callback, Object... keys) <T,R> RFuture <R> CommandAsyncService.writeBatchedAsync(Codec codec, RedisCommand<T> command, SlotCallback<T, R> callback, Object... keys)