Uses of Interface
org.apache.hadoop.mapreduce.v2.api.records.Counters
Packages that use Counters
Package
Description
-
Uses of Counters in org.apache.hadoop.mapreduce
Methods in org.apache.hadoop.mapreduce that return CountersModifier and TypeMethodDescriptionstatic CountersTypeConverter.toYarn(org.apache.hadoop.mapred.Counters counters) static CountersTypeConverter.toYarn(org.apache.hadoop.mapreduce.Counters counters) Methods in org.apache.hadoop.mapreduce with parameters of type Counters -
Uses of Counters in org.apache.hadoop.mapreduce.v2.api.protocolrecords
Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords that return CountersMethods in org.apache.hadoop.mapreduce.v2.api.protocolrecords with parameters of type Counters -
Uses of Counters in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb that return CountersMethods in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb with parameters of type Counters -
Uses of Counters in org.apache.hadoop.mapreduce.v2.api.records
Methods in org.apache.hadoop.mapreduce.v2.api.records that return CountersMethods in org.apache.hadoop.mapreduce.v2.api.records with parameters of type CountersModifier and TypeMethodDescriptionvoidTaskAttemptReport.setCounters(Counters counters) voidTaskReport.setCounters(Counters counters) -
Uses of Counters in org.apache.hadoop.mapreduce.v2.api.records.impl.pb
Classes in org.apache.hadoop.mapreduce.v2.api.records.impl.pb that implement CountersMethods in org.apache.hadoop.mapreduce.v2.api.records.impl.pb that return CountersModifier and TypeMethodDescriptionTaskAttemptReportPBImpl.getCounters()TaskReportPBImpl.getCounters()Methods in org.apache.hadoop.mapreduce.v2.api.records.impl.pb with parameters of type CountersModifier and TypeMethodDescriptionvoidTaskAttemptReportPBImpl.setCounters(Counters counters) voidTaskReportPBImpl.setCounters(Counters counters)