| Package | Description | 
|---|---|
| org.apache.tez.common.counters | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractCounters<C extends TezCounter,G extends CounterGroupBase<C>>
An abstract class to provide common implementation for the Counters
 container in both mapred and mapreduce packages. 
 | 
class  | 
CounterGroupFactory<C extends TezCounter,G extends CounterGroupBase<C>>
An abstract class to provide common implementation of the
 group factory in both mapred and mapreduce packages. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
CounterGroup
A group of  
TezCounters that logically belong together. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractCounterGroup<T extends TezCounter>
An abstract class to provide common implementation of the
 generic counter group 
 | 
class  | 
FileSystemCounterGroup<C extends TezCounter>
An abstract class to provide common implementation of the filesystem
 counter group in both mapred and mapreduce packages. 
 | 
class  | 
FrameworkCounterGroup<T extends Enum<T>,C extends TezCounter>
An abstract class to provide common implementation for the framework
 counter group in both mapred and mapreduce packages. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CounterGroupBase<T> | 
CounterGroupBase.getUnderlyingGroup()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FrameworkCounterGroup.incrAllCounters(CounterGroupBase<C> other)  | 
void | 
FileSystemCounterGroup.incrAllCounters(CounterGroupBase<C> other)  | 
void | 
CounterGroupBase.incrAllCounters(CounterGroupBase<T> rightGroup)
Increment all counters by a group of counters 
 | 
void | 
AbstractCounterGroup.incrAllCounters(CounterGroupBase<T> rightGroup)  | 
Copyright © 2016 Apache Software Foundation. All rights reserved.