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

Struct for per fragment instance counters that will be aggregated by the coordinator. More...

Collaboration diagram for impala::FragmentInstanceCounters:

Public Attributes

CounterMap throughput_counters
 Throughput counters per node. More...
 
CounterMap scan_ranges_complete_counters
 Total finished scan ranges per node. More...
 

Detailed Description

Struct for per fragment instance counters that will be aggregated by the coordinator.

Definition at line 207 of file coordinator.h.

Member Data Documentation

CounterMap impala::FragmentInstanceCounters::scan_ranges_complete_counters

Total finished scan ranges per node.

Definition at line 212 of file coordinator.h.

CounterMap impala::FragmentInstanceCounters::throughput_counters

Throughput counters per node.

Definition at line 209 of file coordinator.h.


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