C# Class Aqueduct.Diagnostics.BaseStatisticsStore

Inheritance: IStatisticsStore
ファイルを表示 Open project: aqueduct/Aqueduct.SitecoreLib

Public Methods

Method Description
Clear ( ) : void
GetStatistics ( ) : long>.IDictionary
Increment ( string name ) : void
Increment ( string name, long value ) : void
IsActive ( ) : bool
SetValueIfHigher ( string name, long value ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

GetStatistics() public method

public GetStatistics ( ) : long>.IDictionary
return long>.IDictionary

Increment() public method

public Increment ( string name ) : void
name string
return void

Increment() public method

public Increment ( string name, long value ) : void
name string
value long
return void

IsActive() public abstract method

public abstract IsActive ( ) : bool
return bool

SetValueIfHigher() public method

public SetValueIfHigher ( string name, long value ) : void
name string
value long
return void