Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
impala::ThreadMgr::ThreadDescriptor Class Reference
Collaboration diagram for impala::ThreadMgr::ThreadDescriptor:

Public Member Functions

 ThreadDescriptor ()
 
 ThreadDescriptor (const string &category, const string &name, int64_t thread_id)
 
const string & name () const
 
const string & category () const
 
int64_t thread_id () const
 

Private Attributes

string name_
 
string category_
 
int64_t thread_id_
 

Detailed Description

Definition at line 74 of file thread.cc.

Constructor & Destructor Documentation

impala::ThreadMgr::ThreadDescriptor::ThreadDescriptor ( )
inline

Definition at line 76 of file thread.cc.

impala::ThreadMgr::ThreadDescriptor::ThreadDescriptor ( const string &  category,
const string &  name,
int64_t  thread_id 
)
inline

Definition at line 77 of file thread.cc.

Member Function Documentation

const string& impala::ThreadMgr::ThreadDescriptor::category ( ) const
inline

Definition at line 82 of file thread.cc.

const string& impala::ThreadMgr::ThreadDescriptor::name ( ) const
inline

Definition at line 81 of file thread.cc.

int64_t impala::ThreadMgr::ThreadDescriptor::thread_id ( ) const
inline

Definition at line 83 of file thread.cc.

Member Data Documentation

string impala::ThreadMgr::ThreadDescriptor::category_
private

Definition at line 87 of file thread.cc.

string impala::ThreadMgr::ThreadDescriptor::name_
private

Definition at line 86 of file thread.cc.

int64_t impala::ThreadMgr::ThreadDescriptor::thread_id_
private

Definition at line 88 of file thread.cc.


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