public static class CommandBatchService.ConnectionEntry extends Object
Constructor and Description |
---|
ConnectionEntry() |
Modifier and Type | Method and Description |
---|---|
RFuture<RedisConnection> |
getConnectionFuture() |
boolean |
isFirstCommand() |
void |
setConnectionFuture(RFuture<RedisConnection> connectionFuture) |
void |
setFirstCommand(boolean firstCommand) |
public RFuture<RedisConnection> getConnectionFuture()
public void setConnectionFuture(RFuture<RedisConnection> connectionFuture)
public boolean isFirstCommand()
public void setFirstCommand(boolean firstCommand)
Copyright © 2014–2019 The Redisson Project. All rights reserved.