public static class CommandBatchService.Entry extends Object
Constructor and Description |
---|
Entry() |
Modifier and Type | Method and Description |
---|---|
void |
clearErrors() |
Deque<BatchCommandData<?,?>> |
getCommands() |
boolean |
isReadOnlyMode() |
void |
setReadOnlyMode(boolean readOnlyMode) |
public Deque<BatchCommandData<?,?>> getCommands()
public void setReadOnlyMode(boolean readOnlyMode)
public boolean isReadOnlyMode()
public void clearErrors()
Copyright © 2014–2020 Redisson. All rights reserved.