Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
impala::IntNode Struct Reference
Inheritance diagram for impala::IntNode:
Collaboration diagram for impala::IntNode:

Public Member Functions

 IntNode (int value=0)
 
T * Next () const
 Returns the Next/Prev node or NULL if this is the end/front. More...
 
T * Prev () const
 

Public Attributes

int value
 

Detailed Description

Definition at line 28 of file internal-queue-test.cc.

Constructor & Destructor Documentation

impala::IntNode::IntNode ( int  value = 0)
inline

Definition at line 29 of file internal-queue-test.cc.

Member Function Documentation

template<typename T>
T* impala::InternalQueue< T >::Node::Next ( ) const
inlineinherited

Returns the Next/Prev node or NULL if this is the end/front.

Definition at line 48 of file internal-queue.h.

References impala::InternalQueue< T >::lock_, impala::InternalQueue< T >::Node::next, and impala::InternalQueue< T >::Node::parent_queue.

Referenced by impala::TEST(), and impala::BufferedBlockMgr::Validate().

template<typename T>
T* impala::InternalQueue< T >::Node::Prev ( ) const
inlineinherited

Member Data Documentation

int impala::IntNode::value

Definition at line 30 of file internal-queue-test.cc.

Referenced by impala::ConsumerThread(), and impala::TEST().


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