Package org.redisson.command
Class CommandBatchService.ConnectionEntry
- java.lang.Object
-
- org.redisson.command.CommandBatchService.ConnectionEntry
-
- Enclosing class:
- CommandBatchService
public static class CommandBatchService.ConnectionEntry extends Object
-
-
Constructor Summary
Constructors Constructor Description ConnectionEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Runnable
getCancelCallback()
RFuture<RedisConnection>
getConnectionFuture()
boolean
isFirstCommand()
void
setCancelCallback(Runnable cancelCallback)
void
setConnectionFuture(RFuture<RedisConnection> connectionFuture)
void
setFirstCommand(boolean firstCommand)
-
-
-
Method Detail
-
getConnectionFuture
public RFuture<RedisConnection> getConnectionFuture()
-
setConnectionFuture
public void setConnectionFuture(RFuture<RedisConnection> connectionFuture)
-
isFirstCommand
public boolean isFirstCommand()
-
setFirstCommand
public void setFirstCommand(boolean firstCommand)
-
getCancelCallback
public Runnable getCancelCallback()
-
setCancelCallback
public void setCancelCallback(Runnable cancelCallback)
-
-