Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
Static Public Member Functions | |
static String | throwableToString (Throwable t) |
static String | throwableToStackTrace (Throwable t) |
static< TextendsTBase<?,?> F extends TProtocolFactory void | deserializeThrift (F protocolFactory, T result, byte[] thriftData) throws ImpalaException |
static byte[] | getJvmMetrics (byte[] argument) throws ImpalaException |
static String | getJavaVersion () |
Static Private Attributes | |
static final TBinaryProtocol.Factory | protocolFactory_ |
Utility class with methods intended for JNI clients
Definition at line 40 of file JniUtil.java.
|
inlinestatic |
Definition at line 79 of file JniUtil.java.
|
inlinestatic |
Get Java version and vendor information
Definition at line 153 of file JniUtil.java.
|
inlinestatic |
Collect the JVM's memory statistics into a thrift structure for translation into Impala metrics by the backend. A synthetic 'total' memory pool is included with aggregate statistics for all real pools.
Definition at line 95 of file JniUtil.java.
References com.cloudera.impala.common.JniUtil.protocolFactory_.
|
inlinestatic |
Returns the stack trace of the Throwable object.
Definition at line 69 of file JniUtil.java.
|
inlinestatic |
Returns a formatted string containing the simple exception name and the exception message without the full stack trace. Includes the the chain of causes each in a separate line.
Definition at line 49 of file JniUtil.java.
Referenced by com.cloudera.impala.catalog.IncompleteTable.toThrift().
|
staticprivate |
Definition at line 41 of file JniUtil.java.
Referenced by com.cloudera.impala.common.JniUtil.getJvmMetrics().