C# Class Infinispan.HotRod.ServerStatistics

Defines the possible list of statistics defined by the Hot Rod server.
Afficher le fichier Open project: infinispan/dotnet-client

Méthodes publiques

Méthode Description
GetIntStatistic ( String statName ) : int

Retrive the value of the specified statistic.

GetStatistic ( String statName ) : String

Retrive the value of the specified statistic.

GetStatsMap ( ) : String>.IDictionary

Retrieve the complete list of statistics and their associated value.

Method Details

GetIntStatistic() public abstract méthode

Retrive the value of the specified statistic.
public abstract GetIntStatistic ( String statName ) : int
statName String name of the statistic to retrieve
Résultat int

GetStatistic() public abstract méthode

Retrive the value of the specified statistic.
public abstract GetStatistic ( String statName ) : String
statName String name of the statistic to retrieve
Résultat String

GetStatsMap() public abstract méthode

Retrieve the complete list of statistics and their associated value.
public abstract GetStatsMap ( ) : String>.IDictionary
Résultat String>.IDictionary