Click or drag to resize
Stat Interface
The stat object that is returned from the get statistics

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public interface Stat

The Stat type exposes the following members.

Properties
  NameDescription
Public propertyEvictCount
Gets the evict count.
Public propertyExpireCount
Gets the expire count.
Public propertyGetCount
Gets the get count.
Public propertyInvokeCount
Gets the invoke count.
Public propertyLockCount
Gets the lock count.
Public propertyOriginalCount
Gets the original count.
Public propertyPutCount
Gets the put count.
Public propertyQueryCount
Gets the query count.
Public propertyReplicaCount
Gets the replica count.
Public propertyTakeCount
Gets the take count.
Public propertyUnlockCount
Gets the unlock count.
Top
See Also