org.apache.hadoop.hbase.util
Class JvmVersion

java.lang.Object
  extended by 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.


Constructor Summary
JvmVersion()
           
 
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
 

Constructor Detail

JvmVersion

public JvmVersion()
Method Detail

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.