MCPcopy Create free account
hub / github.com/apache/impala / GetMethodID

Method GetMethodID

be/src/util/jni-util.cc:135–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135Status JniUtil::GetMethodID(JNIEnv* env, jclass class_ref, const char* method_str,
136 const char* method_signature, jmethodID* method_ref) {
137 *method_ref = env->GetMethodID(class_ref, method_str, method_signature);
138 RETURN_ERROR_IF_EXC(env);
139 return Status::OK();
140}
141
142Status JniUtil::GetStaticMethodID(JNIEnv* env, jclass class_ref, const char* method_str,
143 const char* method_signature, jmethodID* method_ref) {

Callers 8

InitEnvMethod · 0.80
InitJNIMethod · 0.80
InitMethod · 0.80
GetConnectionMethod · 0.80
InitJNIMethod · 0.80
MethodExistsMethod · 0.80
LoadJniMethodMethod · 0.80
InitJNIMethod · 0.80

Calls 1

OKFunction · 0.85

Tested by

no test coverage detected