Package org.apache.hadoop.hbase.util
Class JvmVersion
java.lang.Object
org.apache.hadoop.hbase.util.JvmVersion
Utility class to get and check the current JVM version.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Return the current JVM version information.static boolean
Return true if the current JVM version is known to be unstable with HBase.
-
Field Details
-
BAD_JVM_VERSIONS
-
-
Constructor Details
-
JvmVersion
public JvmVersion()
-
-
Method Details
-
isBadJvmVersion
Return true if the current JVM version is known to be unstable with HBase. -
getVersion
Return the current JVM version information.
-