Defines the possible list of statistics defined by the Hot Rod server.
More...
|
abstract IDictionary< String, String > | GetStatsMap () |
| Retrieve the complete list of statistics and their associated value. More...
|
|
abstract String | GetStatistic (String statName) |
| Retrive the value of the specified statistic. More...
|
|
abstract int | GetIntStatistic (String statName) |
| Retrive the value of the specified statistic. More...
|
|
Defines the possible list of statistics defined by the Hot Rod server.
abstract int Infinispan.HotRod.ServerStatistics.GetIntStatistic |
( |
String |
statName | ) |
|
|
pure virtual |
Retrive the value of the specified statistic.
- Parameters
-
statName | name of the statistic to retrieve |
- Returns
- the value for the specified statistic as an int or -1 if no value is available
abstract String Infinispan.HotRod.ServerStatistics.GetStatistic |
( |
String |
statName | ) |
|
|
pure virtual |
Retrive the value of the specified statistic.
- Parameters
-
statName | name of the statistic to retrieve |
- Returns
- the value for the specified statistic as a string or null
abstract IDictionary<String, String> Infinispan.HotRod.ServerStatistics.GetStatsMap |
( |
| ) |
|
|
pure virtual |
Retrieve the complete list of statistics and their associated value.
const String Infinispan.HotRod.ServerStatistics.CURRENT_NR_OF_ENTRIES = "currentNumberOfEntries" |
Number of entries currently in the Hot Rod server.
const String Infinispan.HotRod.ServerStatistics.HITS = "hits" |
const String Infinispan.HotRod.ServerStatistics.MISSES = "misses" |
const String Infinispan.HotRod.ServerStatistics.REMOVE_HITS = "removeHits" |
const String Infinispan.HotRod.ServerStatistics.REMOVE_MISSES = "removeMisses" |
Number of removal misses.
const String Infinispan.HotRod.ServerStatistics.RETRIEVALS = "retrievals" |
Number of get operations.
const String Infinispan.HotRod.ServerStatistics.STORES = "stores" |
Number of put operations.
const String Infinispan.HotRod.ServerStatistics.TIME_SINCE_START = "timeSinceStart" |
Number of seconds since Hot Rod started.
const String Infinispan.HotRod.ServerStatistics.TOTAL_NR_OF_ENTRIES = "totalNumberOfEntries" |
Number of entries stored in Hot Rod server since the server started running.
The documentation for this class was generated from the following file:
- C:/cygwin64/tmp/build/source/jdg-cpp-client/infinispan-hotrod-dotnet-8.5.0.Final-Source/src/main/cs/Infinispan/HotRod/ServerStatistics.cs