Home
last modified time | relevance | path

Searched defs:findCounter (Results 1 – 12 of 12) sorted by relevance

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/counters/
H A DCounterGroupBase.java75 T findCounter(String counterName, String displayName); in findCounter() method
83 T findCounter(String counterName, boolean create); in findCounter() method
90 T findCounter(String counterName); in findCounter() method
H A DFrameworkCounterGroup.java173 public C findCounter(String counterName, String displayName) { in findCounter() method in FrameworkCounterGroup
178 public C findCounter(String counterName, boolean create) { in findCounter() method in FrameworkCounterGroup
189 public C findCounter(String counterName) { in findCounter() method in FrameworkCounterGroup
200 private C findCounter(T key) { in findCounter() method in FrameworkCounterGroup
H A DAbstractCounterGroup.java100 public synchronized T findCounter(String counterName, String displayName) { in findCounter() method in AbstractCounterGroup
112 public T findCounter(String counterName, boolean create) { in findCounter() method in AbstractCounterGroup
129 public T findCounter(String counterName) { in findCounter() method in AbstractCounterGroup
H A DFileSystemCounterGroup.java191 public C findCounter(String counterName, String displayName) { in findCounter() method in FileSystemCounterGroup
196 public C findCounter(String counterName, boolean create) { in findCounter() method in FileSystemCounterGroup
209 public C findCounter(String counterName) { in findCounter() method in FileSystemCounterGroup
214 public synchronized C findCounter(String scheme, FileSystemCounter key) { in findCounter() method in FileSystemCounterGroup
H A DAbstractCounters.java152 public C findCounter(String groupName, String counterName) { in findCounter() method in AbstractCounters
163 public synchronized C findCounter(Enum<?> key) { in findCounter() method in AbstractCounters
179 public synchronized C findCounter(String scheme, FileSystemCounter key) { in findCounter() method in AbstractCounters
/dports/devel/hadoop/hadoop-1.2.1/src/mapred/org/apache/hadoop/mapreduce/
H A DCounters.java54 public Counter findCounter(String groupName, String counterName) { in findCounter() method in Counters
65 public synchronized Counter findCounter(Enum<?> key) { in findCounter() method in Counters
H A DCounterGroup.java99 protected Counter findCounter(String counterName, String displayName) { in findCounter() method in CounterGroup
108 public synchronized Counter findCounter(String counterName) { in findCounter() method in CounterGroup
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/
H A DCounters.java358 public Counter findCounter(String counterName, String displayName) { in findCounter() method in Counters.Group
363 public Counter findCounter(String counterName, boolean create) { in findCounter() method in Counters.Group
368 public Counter findCounter(String counterName) { in findCounter() method in Counters.Group
468 public synchronized Counter findCounter(String group, String name) { in findCounter() method in Counters
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/globals/
H A DCounter.cpp56 GCounter *GCounter::findCounter(const QString &name, const QString &suffix) { in findCounter() function in U2::GCounter
/dports/devel/hadoop/hadoop-1.2.1/src/mapred/org/apache/hadoop/mapred/
H A DCounters.java426 public synchronized Counter findCounter(Enum key) { in findCounter() method in Counters
444 public synchronized Counter findCounter(String group, String name) { in findCounter() method in Counters
458 public synchronized Counter findCounter(String group, int id, String name) { in findCounter() method in Counters
/dports/devel/hyperscan/hyperscan-5.4.0/src/nfa/
H A Dmpvcompile.cpp301 const mpv_counter_info &findCounter(const vector<mpv_counter_info> &counters, in findCounter() function
/dports/benchmarks/sipp/sipp-3.5.1/src/
H A Dstat.cpp855 int CStat::findCounter(const char *counter, bool alloc) in findCounter() function in CStat