Class JedisClusterInfoCache


  • public class JedisClusterInfoCache
    extends java.lang.Object
    JedisClusterInfoCache compatibility class for Valkey GLIDE wrapper. Stub implementation for compilation compatibility.

    NOTE: This class is not used in the GLIDE compatibility layer. GLIDE handles cluster topology internally.

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getNodeKey​(java.lang.String host, int port)
      Get node key from host and port.
      static java.lang.String getNodeKey​(HostAndPort nodeHostAndPort)
      Get node key from HostAndPort.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JedisClusterInfoCache

        public JedisClusterInfoCache()
    • Method Detail

      • getNodeKey

        public static java.lang.String getNodeKey​(HostAndPort nodeHostAndPort)
        Get node key from HostAndPort. Stub implementation for compilation compatibility.
      • getNodeKey

        public static java.lang.String getNodeKey​(java.lang.String host,
                                                  int port)
        Get node key from host and port. Stub implementation for compilation compatibility.