CqServiceStatistics Class |
Note: This API is now obsolete.
Defines common statistical information for cqservice
Inheritance HierarchySystemObject [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::CqServiceStatistics>] GemStone.GemFire.CacheCqServiceStatistics
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax[ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public sealed class CqServiceStatistics : [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::CqServiceStatistics>]
<ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")>
Public NotInheritable Class CqServiceStatistics
Inherits [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::CqServiceStatistics>]
[ObsoleteAttribute(L"Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public ref class CqServiceStatistics sealed : public [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::CqServiceStatistics>]
[<SealedAttribute>]
[<ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")>]
type CqServiceStatistics =
class
inherit [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::CqServiceStatistics>]
end
The CqServiceStatistics type exposes the following members.
Methods
| Name | Description |
---|
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | numCqsActive |
Get the number of CQs currently active.
Active CQs are those which are executing (in running state).
|
 | numCqsClosed |
Get the total number of closed CQs. This is a cumulative number.
|
 | numCqsCreated |
Get the total number of CQs created. This is a cumulative number.
|
 | numCqsOnClient |
Get number of CQs that are currently active or stopped.
The CQs included in this number are either running or stopped (suspended).
Closed CQs are not included.
|
 | numCqsStopped |
Get the number of stopped CQs currently.
|
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
See Also