Home
last modified time | relevance | path

Searched refs:StatSeries (Results 1 – 1 of 1) sorted by relevance

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/fs/
H A DJHLogAnalyzer.java165 static enum StatSeries { enum in JHLogAnalyzer
176 private StatSeries(String name) {this.statName = name;} in StatSeries() method in JHLogAnalyzer.StatSeries
804 StatSeries ... stats) throws IOException { in collectPerIntervalStats()
816 for(StatSeries statName : stats) { in collectPerIntervalStats()
880 StatSeries.STAT_LAUNCHED_PENDING_SLOT_TIME);
883 StatSeries.STAT_SUBMIT_PENDING_SLOT_TIME);
887 StatSeries.STAT_ALL_SLOT_TIME);
891 StatSeries.STAT_ALL_SLOT_TIME,
892 StatSeries.STAT_FAILED_SLOT_TIME);
927 StatSeries.STAT_SUBMIT_PENDING_SLOT_TIME.toString())) {
[all …]