Searched defs:Stats (Results 1 - 2 of 2) 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/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...]

Completed in 45 milliseconds