C# Класс Infinispan.HotRod.ServerStatistics

Defines the possible list of statistics defined by the Hot Rod server.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

GetIntStatistic() публичный абстрактный Метод

Retrive the value of the specified statistic.
public abstract GetIntStatistic ( String statName ) : int
statName String name of the statistic to retrieve
Результат int

GetStatistic() публичный абстрактный Метод

Retrive the value of the specified statistic.
public abstract GetStatistic ( String statName ) : String
statName String name of the statistic to retrieve
Результат String

GetStatsMap() публичный абстрактный Метод

Retrieve the complete list of statistics and their associated value.
public abstract GetStatsMap ( ) : String>.IDictionary
Результат String>.IDictionary