Class RedissonBaseNodes

    • Method Detail

      • getNodes

        protected <T extends <T> getNodes​(NodeType type)
      • getNode

        protected  address,
                                    NodeType nodeType)
      • getNodes

        protected <RedisNode> getNodes()
      • pingAll

        public boolean pingAll​(long timeout,
                                timeUnit)
        Description copied from interface: BaseRedisNodes
        Ping all Redis nodes with specified timeout per node
        Specified by:
        pingAll in interface BaseRedisNodes
        Returns:
        true if all nodes replied "PONG", false in other case.
      • pingAll

        public boolean pingAll()
        Description copied from interface: BaseRedisNodes
        Ping all Redis nodes. Default timeout per Redis node is 1000 milliseconds
        Specified by:
        pingAll in interface BaseRedisNodes
        Returns:
        true if all nodes replied "PONG", false in other case.