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 |
---|---|
CounterGroupBase<T> |
CounterGroupBase.getUnderlyingGroup() |
Modifier and Type | Method and Description |
---|---|
void |
CounterGroupBase.incrAllCounters(CounterGroupBase<T> rightGroup)
Increment all counters by a group of counters
|
Copyright © 2015 Apache Software Foundation. All rights reserved.