Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
impala::JniMethodDescriptor Struct Reference

Describes one method to look up in a Java object. More...

#include <jni-util.h>

Collaboration diagram for impala::JniMethodDescriptor:

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...
 

Detailed Description

Describes one method to look up in a Java object.

Definition at line 149 of file jni-util.h.

Member Data Documentation

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().


The documentation for this struct was generated from the following file: