Package org.redisson.command
Class CommandBatchService.ConnectionEntry
java.lang.Object
org.redisson.command.CommandBatchService.ConnectionEntry
- Enclosing class:
- CommandBatchService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetCancelCallback(Runnable cancelCallback) voidsetConnectionFuture(CompletableFuture<RedisConnection> connectionFuture) voidsetFirstCommand(boolean firstCommand)
-
Constructor Details
-
ConnectionEntry
public ConnectionEntry()
-
-
Method Details
-
getConnectionFuture
-
setConnectionFuture
-
isFirstCommand
public boolean isFirstCommand() -
setFirstCommand
public void setFirstCommand(boolean firstCommand) -
getCancelCallback
-
setCancelCallback
-