C# 클래스 Infinispan.HotRod.ServerStatistics

Defines the possible list of statistics defined by the Hot Rod server.
파일 보기 프로젝트 열기: infinispan/dotnet-client

공개 메소드들

메소드 설명
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