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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CounterGroup
A group of
TezCounter s that logically belong together. |
Modifier and Type | Method and Description |
---|---|
default void |
CounterGroupBase.aggrAllCounters(CounterGroupBase<T> rightGroup)
Aggregate all counters by a group of counters
|
void |
CounterGroupBase.incrAllCounters(CounterGroupBase<T> rightGroup)
Deprecated.
|
Copyright © 2024 Apache Software Foundation. All rights reserved.