Class CommandBatchService.Entry

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

public static class CommandBatchService.Entry extends Object
  • Constructor Details

    • Entry

      public Entry()
  • Method Details

    • addCommand

      public void addCommand(BatchCommandData<?,?> command)
    • getEvalCommands

      public List<BatchCommandData<?,?>> getEvalCommands()
    • addFirstCommand

      public void addFirstCommand(BatchCommandData<?,?> command)
    • add

      public void add(BatchCommandData<?,?> command)
    • getCommands

      public Deque<BatchCommandData<?,?>> getCommands()
    • sortCommands

      public void sortCommands()
    • setReadOnlyMode

      public void setReadOnlyMode(boolean readOnlyMode)
    • isReadOnlyMode

      public boolean isReadOnlyMode()
    • clearErrors

      public void clearErrors()