org.jppf.ui.monitoring.data
Class ConnectionDataHolder
java.lang.Object
org.jppf.ui.monitoring.data.ConnectionDataHolder
public class ConnectionDataHolder
- extends Object
Instances of this class hold and manage statistics data snapshots for a single driver connection.
- Author:
- Laurent Cohen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionDataHolder
public ConnectionDataHolder()
getDataList
public List<JPPFStats> getDataList()
- Get the list of statistic snapshots for this connection data holder.
- Returns:
- a list of
JPPFStats instances.
getDoubleValuesMaps
public List<Map<Fields,Double>> getDoubleValuesMaps()
- Get a cache of the data snapashots fields maps to their corresponding double values.
- Returns:
- a list of maps of field names to double values.
getStringValuesMaps
public List<Map<Fields,String>> getStringValuesMaps()
- Get a cache of the data snapashots fields maps to their corresponding string values.
- Returns:
- a list of maps of field names to string values.
Copyright © 2005-2010 JPPF Team.