|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileSystemCounter | |
|---|---|
| org.apache.tez.common.counters | |
| Uses of FileSystemCounter in org.apache.tez.common.counters |
|---|
| Methods in org.apache.tez.common.counters that return FileSystemCounter | |
|---|---|
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. |
| Methods in org.apache.tez.common.counters with parameters of type FileSystemCounter | |
|---|---|
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 |
| Constructors in org.apache.tez.common.counters with parameters of type FileSystemCounter | |
|---|---|
FileSystemCounterGroup.FSCounter(String scheme,
FileSystemCounter ref)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||