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.
|
interface |
CounterGroupBase<T extends TezCounter>
The common counter group interface.
|
Modifier and Type | Method and Description |
---|---|
default void |
TezCounter.aggregate(TezCounter other)
Aggregate this counter with another counter
|
Constructor and Description |
---|
TezCounters(org.apache.tez.common.counters.CounterGroupFactory<TezCounter,CounterGroup> customGroupFactory)
Construct the Counters object from the another counters object
|
Copyright © 2024 Apache Software Foundation. All rights reserved.