Interface Node

All Superinterfaces:
NodeAsync
All Known Subinterfaces:
ClusterNode
All Known Implementing Classes:
RedisClientEntry

@Deprecated public interface Node extends NodeAsync
Deprecated.
Redis node interface
Author:
Nikita Koksharov
  • Method Details

    • info

      Deprecated.
    • time

      Time time()
      Deprecated.
      Returns current Redis server time in seconds
      Returns:
      time in seconds
    • getType

      NodeType getType()
      Deprecated.
      Returns node type
      Returns:
      node type
    • getAddr

      Deprecated.
      Get Redis node address
      Returns:
      node address
    • ping

      boolean ping()
      Deprecated.
      Ping Redis node. Default timeout is 1000 milliseconds
      Returns:
      true if "PONG" reply received, false otherwise
    • ping

      boolean ping(long timeout, TimeUnit timeUnit)
      Deprecated.
      Ping Redis node with specified timeout.
      Parameters:
      timeout - - ping timeout
      timeUnit - - timeout unit
      Returns:
      true if "PONG" reply received, false otherwise