Uses of Class
org.voltdb.client.ClientStats
-
Uses of ClientStats in org.voltdb.client
Modifier and TypeMethodDescriptionClientStatsContext.getStats()
Return aClientStats
that covers all procedures and all connection ids.ClientStatsContext.getStatsForProcedure
(String procedureName) Return aClientStats
instance for a specific procedure name.Modifier and TypeMethodDescriptionClientStatsContext.getCompleteStats()
Return a map of maps by connection id.ClientStatsContext.getStatsByConnection()
Return a map ofClientStats
by connection id.ClientStatsContext.getStatsByProc()
Return a map ofClientStats
by procedure name.Modifier and TypeMethodDescriptionvoid
Client.writeSummaryCSV
(String statsRowName, ClientStats stats, String path) Append a single line of comma-separated values to the file specified.void
Client.writeSummaryCSV
(ClientStats stats, String path) Append a single line of comma separated values to the file specified.static void
ClientStatsUtil.writeSummaryCSV
(String statsRowName, ClientStats stats, String path) Write a single line of comma-separated values to the file specified.static void
ClientStatsUtil.writeSummaryCSV
(ClientStats stats, String path) Append a single line of comma-separated values to the file specified.