org.apache.hadoop.hbase.util
Class JvmVersion
java.lang.Object
org.apache.hadoop.hbase.util.JvmVersion
public abstract class JvmVersion
- extends Object
Certain JVM versions are known to be unstable with HBase. This
class has a utility function to determine whether the current JVM
is known to be unstable.
Method Summary |
static boolean |
isBadJvmVersion()
Return true if the current JVM is known to be unstable. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JvmVersion
public JvmVersion()
isBadJvmVersion
public static boolean isBadJvmVersion()
- Return true if the current JVM is known to be unstable.
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.