java.lang.Object
cl.netswitch.lib.dto.ExecStatsList
- All Implemented Interfaces:
Serializable
Wraps a list of
execution statistics
.- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs 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
Constructs a newExecStatsList
instance with list.- Parameters:
statsList
- the list of execution statistics (can be null).
-
-
Method Details
-
getExecStats
Returns the list of pool statistics ornull
if undefined.- Returns:
- the list of pool statistics or
null
if undefined.
-
setExecStats
Changes the list of pool statistics.- Parameters:
statsList
- the list of pool statistics (can be null).
-
toString
Returns a string representation of the statistics. -
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.
-