C# Class Infinispan.HotRod.ServerStatistics

Defines the possible list of statistics defined by the Hot Rod server.
显示文件 Open project: infinispan/dotnet-client

Public Methods

Method 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 method

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

GetStatistic() public abstract method

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

GetStatsMap() public abstract method

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