public class RedisRebootParameters extends Object
Constructor and Description |
---|
RedisRebootParameters() |
Modifier and Type | Method and Description |
---|---|
RebootType |
rebootType()
Get the rebootType value.
|
Integer |
shardId()
Get the shardId value.
|
RedisRebootParameters |
withRebootType(RebootType rebootType)
Set the rebootType value.
|
RedisRebootParameters |
withShardId(Integer shardId)
Set the shardId value.
|
public RebootType rebootType()
public RedisRebootParameters withRebootType(RebootType rebootType)
rebootType
- the rebootType value to setpublic Integer shardId()
public RedisRebootParameters withShardId(Integer shardId)
shardId
- the shardId value to setCopyright © 2019. All rights reserved.