GigaSpaces XAP.NET Documentation
ISpaceInstanceStatistics Interface
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.SpaceISpaceInstanceStatistics
Holds ISpaceInstance level statistics.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface ISpaceInstanceStatistics
Public Interface ISpaceInstanceStatistics
public interface class ISpaceInstanceStatistics
public interface ISpaceInstanceStatistics
Members
All MembersProperties



IconMemberDescription
CleanCount
Gets the space instance's clean operations count.

CleanPerSecond
Gets the space instance's clean operations count per second.

ExecuteCount
Gets the space instance's execute operations count.

ExecutePerSecond
Gets the space instance's execute operations count per second.

MirrorStatistics
Gets the mirror statistics if this space instance is a mirror.

NA
Gets whether the space instance statistics are available.

NotifierQueueSize
Gets the current number of pending notifications that needs to be sent to different clients.

NotifyAckCount
Gets the space instance's acknowledged (sent) notifications count.

NotifyAckPerSecond
Gets the space instance's acknowledged (sent) notifications count per second.

NotifyRegistrationCount
Gets the space instance's notify registration count.

NotifyRegistrationPerSecond
Gets the space instance's notify registration count per second.

NotifyTriggerCount
Gets the space instance's triggered (created) notifications count.

NotifyTriggerPerSecond
Gets the space instance's triggered (created) notifications count per second.

Previous
Gets the previous ISpaceInstanceStatistics.

PreviousTimestamp
Gets the previous statistics timestamp. the value would be -1 if not available.

ProcessorQueueSize
Gets the current number of pending tasks in the space processor queue.

ReadCount
Gets the space instance's read operations count.

ReadPerSecond
Gets the space instance's read operations count per second.

RemoveCount
Gets the removed entries count. Entries removal occure due to lease expiration or lease cancellation.

RemovePerSecond
Gets the removed entries count per second. Entries removal occure due to lease expiration or lease cancellation.

ReplicationStatistics
Gets the space instance's replication statistics.

TakeCount
Gets the space instance's take operations count.

TakePerSecond
Gets the space instance's take operations count per second.

Timestamp
Gets the timestamp of the taken space instance statistics.

UpdateCount
Gets the space instance's update operations count.

UpdatePerSecond
Gets the space instance's update operations count per second.

WriteCount
Gets the space instnace's write operations count.

WritePerSecond
Gets the space instance's write operations count per second.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.0.0.0 (10.0.1.11800)