Searched refs:Stats (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/external/statistics/
H A DStats.java30 public interface Stats { interface
38 * Returns an array of Strings which are the names of the attributes from the specific Stats submodel that this object supports. Attributes named in the list must correspond to attributes that will return a Statistic object of the appropriate type which contains valid performance data. The return value of attributes in the Stats submodel that are not included in the statisticNames list must be null. For each name in the statisticNames list there must be one Statistic with the same name in the statistics list.
43 * Returns an array containing all of the Statistic objects supported by this Stats object.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/external/statistics/impl/
H A DStatsImpl.java29 import com.sun.org.glassfish.external.statistics.Stats;
37 public final class StatsImpl implements Stats {
70 * Call reset on all of the Statistic objects contained by this Stats object
/openjdk7/jdk/test/java/util/concurrent/ConcurrentHashMap/
H A DMapCheck.java534 Stats stats = ((Stats)(e.getValue()));
574 accum.put(name, new Stats(timePerOp));
576 Stats stats = (Stats) st;
585 accum.put(cname, new Stats(timePerOp));
587 Stats stats = (Stats) st;
598 static class Stats { class in class:MapCheck
602 Stats(doubl method in class:MapCheck.Stats
[all...]
/openjdk7/jdk/test/
H A DMakefile277 STATS_TXT_NAME = Stats.txt

Completed in 44 milliseconds