|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CounterGroupBase | |
|---|---|
| org.apache.tez.common.counters | |
| Uses of CounterGroupBase in org.apache.tez.common.counters |
|---|
| Classes in org.apache.tez.common.counters with type parameters of type CounterGroupBase | |
|---|---|
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. |
| Subinterfaces of CounterGroupBase in org.apache.tez.common.counters | |
|---|---|
interface |
CounterGroup
A group of TezCounters that logically belong together. |
| Classes in org.apache.tez.common.counters that implement CounterGroupBase | |
|---|---|
class |
AbstractCounterGroup<T extends TezCounter>
An abstract class to provide common implementation of the generic counter group in both mapred and mapreduce package. |
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. |
| Methods in org.apache.tez.common.counters that return CounterGroupBase | |
|---|---|
CounterGroupBase<T> |
CounterGroupBase.getUnderlyingGroup()
|
| Methods in org.apache.tez.common.counters with parameters of type CounterGroupBase | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||