Package com.eventstore.dbclient
Class ClientFeatureFlags
- java.lang.Object
-
- com.eventstore.dbclient.ClientFeatureFlags
-
public final class ClientFeatureFlags extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDNS_LOOKUPEnables direct DNS name resolution, retrieving all IP addresses associated with a given hostname.
-
Constructor Summary
Constructors Constructor Description ClientFeatureFlags()
-
-
-
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
-
-