GigaSpaces XAP.NET Documentation
IStatisticsMonitor Interface
Class LibraryGigaSpaces.Core.Admin.ServiceGridIStatisticsMonitor
Components implement this interface indicating that they can be monitored for statistics. Components will allow to get their respective statistics without being monitoring (while caching the calls for the provided statistics interval). Monitoring statistics is only required when wanting to receive statistics change events. The statistics interval controls either for how long the latest statistics call will be cached, or, when monitoring is enabled, the interval the statistics will be pooled. Its default value is 5 seconds.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface IStatisticsMonitor
Public Interface IStatisticsMonitor
public interface class IStatisticsMonitor
public interface IStatisticsMonitor
Members
All MembersMethodsProperties



IconMemberDescription
Monitoring
Gets whether statistics are currently being monitored.

SetStatisticsHistorySize(Int32)
Sets the number of history statistics record to store.

SetStatisticsInterval(TimeSpan)
Sets the statistics interval, automatically updating the monitoring scheduled tasks if monitoring is enabled.

StartStatisticsMonitor()()()()
Starts the statistics monitor, starting a scheduled monitor that polls for statistics. Monitoring is required only when wanting to receive statistics change events.

StopStatisticsMonitor()()()()
Stops the statistics monitor.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.0.0.0 (14.0.0.20000)