Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
Describes one method to look up in a Java object. More...
#include <jni-util.h>
Public Attributes | |
const std::string | name |
Name of the method, case must match. More... | |
const std::string | signature |
JNI-style method signature. More... | |
jmethodID * | method_id |
Handle to the method. More... | |
Describes one method to look up in a Java object.
Definition at line 149 of file jni-util.h.
jmethodID* impala::JniMethodDescriptor::method_id |
Handle to the method.
Definition at line 157 of file jni-util.h.
Referenced by impala::JniUtil::LoadJniMethod().
const std::string impala::JniMethodDescriptor::name |
Name of the method, case must match.
Definition at line 151 of file jni-util.h.
Referenced by impala::JniUtil::LoadJniMethod().
const std::string impala::JniMethodDescriptor::signature |
JNI-style method signature.
Definition at line 154 of file jni-util.h.
Referenced by impala::JniUtil::LoadJniMethod().