Class ClientFeatureFlags


  • public final class ClientFeatureFlags
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DNS_LOOKUP
      Enables direct DNS name resolution, retrieving all IP addresses associated with a given hostname.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • DNS_LOOKUP

        public static final java.lang.String DNS_LOOKUP
        Enables direct DNS name resolution, retrieving all IP addresses associated with a given hostname. This functionality was initially implemented to support the now-deprecated TCP API. It is particularly useful in scenarios involving clusters, where node discovery is enabled.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ClientFeatureFlags

        public ClientFeatureFlags()