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 newExecStatsListinstance.ExecStatsList(List<ExecStats> statsList) Constructs a newExecStatsListinstance with list. -
Method Summary
Modifier and TypeMethodDescriptionReturns the list of pool statistics ornullif undefined.voidsetExecStats(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 newExecStatsListinstance. -
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.
-