| 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 |
FileSystemCounterGroup.aggrAllCounters(CounterGroupBase<C> other) |
void |
FrameworkCounterGroup.aggrAllCounters(CounterGroupBase<C> other) |
default void |
CounterGroupBase.aggrAllCounters(CounterGroupBase<T> rightGroup)
Aggregate all counters by a group of counters
|
void |
AbstractCounterGroup.aggrAllCounters(CounterGroupBase<T> rightGroup) |
void |
FileSystemCounterGroup.incrAllCounters(CounterGroupBase<C> rightGroup) |
void |
FrameworkCounterGroup.incrAllCounters(CounterGroupBase<C> rightGroup) |
void |
CounterGroupBase.incrAllCounters(CounterGroupBase<T> rightGroup)
Deprecated.
|
void |
AbstractCounterGroup.incrAllCounters(CounterGroupBase<T> rightGroup) |
Copyright © 2022 Apache Software Foundation. All rights reserved.