|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileSystemCounter | |
---|---|
org.apache.hadoop.mapreduce | |
org.apache.hadoop.mapreduce.counters | This package contains the implementations of different types of map-reduce counters. |
Uses of FileSystemCounter in org.apache.hadoop.mapreduce |
---|
Methods in org.apache.hadoop.mapreduce 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. |
Uses of FileSystemCounter in org.apache.hadoop.mapreduce.counters |
---|
Methods in org.apache.hadoop.mapreduce.counters that return FileSystemCounter | |
---|---|
FileSystemCounter |
FileSystemCounterGroup.FSCounter.getFileSystemCounter()
|
Methods in org.apache.hadoop.mapreduce.counters with parameters of type FileSystemCounter | |
---|---|
C |
AbstractCounters.findCounter(String scheme,
FileSystemCounter key)
Find the file system counter for the given scheme and enum. |
C |
FileSystemCounterGroup.findCounter(String scheme,
FileSystemCounter key)
|
protected abstract C |
FileSystemCounterGroup.newCounter(String scheme,
FileSystemCounter key)
Abstract factory method to create a file system counter |
Constructors in org.apache.hadoop.mapreduce.counters with parameters of type FileSystemCounter | |
---|---|
FileSystemCounterGroup.FSCounter(String scheme,
FileSystemCounter ref)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |