Class CommandBatchService.ConnectionEntry

java.lang.Object
org.redisson.command.CommandBatchService.ConnectionEntry
Enclosing class:
CommandBatchService

public static class CommandBatchService.ConnectionEntry extends Object
  • Constructor Details

    • ConnectionEntry

      public ConnectionEntry()
  • Method Details

    • getConnectionFuture

      public CompletableFuture<RedisConnection> getConnectionFuture()
    • setConnectionFuture

      public void setConnectionFuture(CompletableFuture<RedisConnection> connectionFuture)
    • isFirstCommand

      public boolean isFirstCommand()
    • setFirstCommand

      public void setFirstCommand(boolean firstCommand)
    • getCancelCallback

      public Runnable getCancelCallback()
    • setCancelCallback

      public void setCancelCallback(Runnable cancelCallback)