@InterfaceAudience.Private @InterfaceStability.Stable public abstract class JvmVersion extends Object
Modifier and Type | Field and Description |
---|---|
private static Set<String> |
BAD_JVM_VERSIONS |
Constructor and Description |
---|
JvmVersion() |
Modifier and Type | Method and Description |
---|---|
static String |
getVersion()
Return the current JVM version information.
|
static boolean |
isBadJvmVersion()
Return true if the current JVM version is known to be unstable with HBase.
|
private static Set<String> BAD_JVM_VERSIONS
public JvmVersion()
public static boolean isBadJvmVersion()
public static String getVersion()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.