Class PerformanceCounterDefinitions.L2CacheSync
Inheritance
System.Object
PerformanceCounterDefinitions.L2CacheSync
Namespace: Telerik.OpenAccess
Assembly: Telerik.OpenAccess.dll
Syntax
public static class L2CacheSync
Fields
CategoryName
Declaration
public const string CategoryName = "Telerik Data Access Cache Cluster"
Field Value
System.
|
ReceivedCounterHelp
Declaration
public const string ReceivedCounterHelp = "Received eviction requests is the number of eviction messages which are received from the cache cluster by this instance."
Field Value
System.
|
ReceivedCounterName
Declaration
public const string ReceivedCounterName = "Received eviction requests"
Field Value
System.
|
RemoteStatusCounterHelp
Declaration
public const string RemoteStatusCounterHelp = "Remote status requests is the number of status requests which are received from the cache cluster by this instance."
Field Value
System.
|
RemoteStatusCounterName
Declaration
public const string RemoteStatusCounterName = "Remote status requests"
Field Value
System.
|
SendCounterHelp
Declaration
public const string SendCounterHelp = "Send eviction requests is the number of eviction messages which are sent to the cache cluster from this instance."
Field Value
System.
|
SendCounterName
Declaration
public const string SendCounterName = "Send eviction requests"
Field Value
System.
|
Properties
ReceivedEvictRequests
Declaration
public static CounterCreationData ReceivedEvictRequests { get; }
Property Value
System.
|
RemoteStatusRequests
Declaration
public static CounterCreationData RemoteStatusRequests { get; }
Property Value
System.
|
SendEvictRequests
Declaration
public static CounterCreationData SendEvictRequests { get; }
Property Value
System.
|