| Package | Description | 
|---|---|
| org.apache.tez.common.counters | 
| Modifier and Type | Method and Description | 
|---|---|
static FileSystemCounter | 
FileSystemCounter.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static FileSystemCounter[] | 
FileSystemCounter.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
C | 
FileSystemCounterGroup.findCounter(String scheme,
           FileSystemCounter key)  | 
C | 
AbstractCounters.findCounter(String scheme,
           FileSystemCounter key)
Find the file system counter for the given scheme and enum. 
 | 
protected abstract C | 
FileSystemCounterGroup.newCounter(String scheme,
          FileSystemCounter key)
Abstract factory method to create a file system counter 
 | 
| Constructor and Description | 
|---|
FileSystemCounterGroup.FSCounter(String scheme,
                                FileSystemCounter ref)  | 
Copyright © 2016 Apache Software Foundation. All rights reserved.