Class ExecStatsList
java.lang.Object
cl.netswitch.lib.dto.ExecStatsList
- All Implemented Interfaces:
Serializable
Wraps a list of
execution statistics
.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newExecStatsList
instance.ExecStatsList
(List<ExecStats> statsList) Constructs a newExecStatsList
instance with list. -
Method Summary
Modifier and TypeMethodDescriptionReturns the list of pool statistics ornull
if undefined.void
setExecStats
(List<ExecStats> statsList) Changes the list of pool statistics.toCSV()
Returns a CSV (comma-separated values) representation of the statistics.toString()
Returns a string representation of the statistics.
-
Constructor Details
-
ExecStatsList
public ExecStatsList()Constructs a newExecStatsList
instance. -
ExecStatsList
-
-
Method Details
-
getExecStats
-
setExecStats
-
toString
-
toCSV
Returns a CSV (comma-separated values) representation of the statistics.MetaServer;StatsType;StatsName;ServerName;ExecName;Count;TimeMS;AvgMS;MinMS;MaxMS
- Returns:
- a CSV string representation of the list of execution statistics.
-