Class RedisRebootParameters


  • public class RedisRebootParameters
    extends Object
    Specifies which Redis node(s) to reboot.
    • Constructor Detail

      • RedisRebootParameters

        public RedisRebootParameters()
    • Method Detail

      • rebootType

        public RebootType rebootType()
        Get the rebootType value.
        Returns:
        the rebootType value
      • withRebootType

        public RedisRebootParameters withRebootType​(RebootType rebootType)
        Set the rebootType value.
        Parameters:
        rebootType - the rebootType value to set
        Returns:
        the RedisRebootParameters object itself.
      • shardId

        public Integer shardId()
        Get the shardId value.
        Returns:
        the shardId value
      • withShardId

        public RedisRebootParameters withShardId​(Integer shardId)
        Set the shardId value.
        Parameters:
        shardId - the shardId value to set
        Returns:
        the RedisRebootParameters object itself.