Esempio n. 1
0
 /**
  * Get a list of all statistics entries for which data has been gathered. The list is a copy and
  * can be further manipulating without affecting the service.
  *
  * @return a list of all statistics entries
  */
 public synchronized List<Entry> entries() {
   return new ArrayList<Entry>(entries.values());
 }