| Package | Description |
|---|---|
| org.apache.tez.common.counters |
| Modifier and Type | Method and Description |
|---|---|
Limits |
AbstractCounters.limits() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract G |
CounterGroupFactory.newGenericGroup(String name,
String displayName,
Limits limits)
Abstract factory method to create a generic (vs framework) counter group
|
G |
CounterGroupFactory.newGroup(String name,
Limits limits)
Create a new counter group
|
G |
CounterGroupFactory.newGroup(String name,
String displayName,
Limits limits)
Create a new counter group
|
| Constructor and Description |
|---|
AbstractCounterGroup(String name,
String displayName,
Limits limits) |
Copyright © 2016 Apache Software Foundation. All rights reserved.