Package org.apache.curator.utils
Class Compatibility
- java.lang.Object
-
- org.apache.curator.utils.Compatibility
-
public class Compatibility extends java.lang.Object
Utils to help with ZK version compatibility
-
-
Constructor Summary
Constructors Constructor Description Compatibility()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getHostAddress(org.apache.zookeeper.server.quorum.QuorumPeer.QuorumServer server)
static boolean
hasAddrField()
static boolean
hasGetReachableOrOneMethod()
static boolean
hasPersistentWatchers()
-
-
-
Method Detail
-
hasGetReachableOrOneMethod
public static boolean hasGetReachableOrOneMethod()
-
hasAddrField
public static boolean hasAddrField()
-
getHostAddress
public static java.lang.String getHostAddress(org.apache.zookeeper.server.quorum.QuorumPeer.QuorumServer server)
-
hasPersistentWatchers
public static boolean hasPersistentWatchers()
-
-