GigaSpaces XAP.NET Documentation
GigaSpaces.Core.Admin.ServiceGrid.Space Namespace
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.Space

[Missing <summary> documentation for N:GigaSpaces.Core.Admin.ServiceGrid.Space]

Declaration Syntax
C#Visual BasicVisual C++J#
namespace GigaSpaces.Core.Admin.ServiceGrid.Space
Namespace GigaSpaces.Core.Admin.ServiceGrid.Space
namespace GigaSpaces.Core.Admin.ServiceGrid.Space
package GigaSpaces.Core.Admin.ServiceGrid.Space
Types
All TypesClassesInterfacesEnumerations
IconTypeDescription
IOutgoingChannel
Represents statistics of an outgoing replication channel.

IOutgoingReplication
Represents statistics of the outgoing replication.

IReplicationStatistics
Represents the current state of the replication module.

IReplicationTarget
Represents a replication target from one ISpaceInstance to the other.

ISpace
A space is composed of several ISpaceInstances the form a topology. There are two main logical of topologies, one that has backups to each space instance, and one that is without backups. For example, a partitioned topology of 2 partitions, each with one backup will return 2 for NumberOfInstances and 1 for NumberOfBackups. A replicated topology of 4 will return 4 for NumberOfInstances and 0 for NumberOfBackups. A Space will be discovered once one of its ISpaceInstances have been discovered. It will be removed once there are no ISpaceInstances running. Provides the ability to start a statistics monitor on all current ISpaceInstances using StartStatisticsMonitor()()(). Newly discovered space instances will automatically use the statistics monitor as well.

ISpaceInstance
A Space Instance is a single instance of a space running as a part of a space. For example, when deploying a 2 partitions each with one backup topology, there will be 4 space instances running.

ISpaceInstanceStatistics
Holds ISpaceInstance level statistics.

ISpacePartition
A Space partition is mainly used with partitioned topologies and holds all the ISpaceInstances that forms the partition.

ISpaces
Holds all the currently discovered ISpaces. Provides simple means to get all the current Spaces, as well as registering for Space lifecycle (added and removed) events.

ISpaceServiceDetails
A Space service defined within a processing unit.

ISpaceStatistics
An aggregated statistics of all the currently discovered ISpaceInstanceS.

ReplicationMode
Determines the replication mode

ReplicationOperatingMode
Determines the replication current operating mode

ReplicationState
Determines the replication state

ReplicationStatus
The replication status from one ISpaceInstance to its replication target.

ReplicationStatusChangedEventArgs
An event indicating that the replication status was changed from a ISpaceInstance to its IReplicationTarget.

SpaceAddedEventArgs
Provides data for SpaceAdded event.

SpaceDeployment
A deployment of a pure ISpace processing unit.

SpaceInstanceAddedEventArgs
Provides data for SpaceInstanceAdded event.

SpaceInstanceRemovedEventArgs
Provides data for SpaceInstanceRemoved event.

SpaceInstanceStatisticsChangedEventArgs
Provides data for SpaceInstanceStatisticsChanged event.

SpaceModeChangedEventArgs
Provides data for SpaceModeChanged event.

SpaceRemovedEventArgs
Provides data for SpaceRemoved event.

SpaceStatisticsChangedEventArgs
An event indicating that an ISpace level statistics has changed.

SpaceType
Determines the type of a space proxy.