Package org.redisson.command
Class CommandBatchService.Entry
- java.lang.Object
-
- org.redisson.command.CommandBatchService.Entry
-
- Enclosing class:
- CommandBatchService
public static class CommandBatchService.Entry extends Object
-
-
Constructor Summary
Constructors Constructor Description Entry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clearErrors()
Deque<BatchCommandData<?,?>>
getCommands()
boolean
isReadOnlyMode()
void
setReadOnlyMode(boolean readOnlyMode)
-
-
-
Method Detail
-
getCommands
public Deque<BatchCommandData<?,?>> getCommands()
-
setReadOnlyMode
public void setReadOnlyMode(boolean readOnlyMode)
-
isReadOnlyMode
public boolean isReadOnlyMode()
-
clearErrors
public void clearErrors()
-
-