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

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

Declaration Syntax
C#Visual BasicVisual C++J#
namespace GigaSpaces.Core.Admin.ServiceGrid.Manager
Namespace GigaSpaces.Core.Admin.ServiceGrid.Manager
namespace GigaSpaces.Core.Admin.ServiceGrid.Manager
package GigaSpaces.Core.Admin.ServiceGrid.Manager
Types
All TypesClassesInterfaces
IconTypeDescription
GridServiceManagerAddedEventArgs
Provides data for GridServiceManagerAdded event.

GridServiceManagerRemovedEventArgs
Provides data for GridServiceManagerRemoved event.

IGridServiceManager
A Grid Service Manager is a manager for IProcessingUnit deployments (acting either as primary or backups for a certain processing unit deployment). It also knows which IGridServiceContainers are around to be able to create IProcessingUnitInstance on them.

IGridServiceManagers
Grid Service Managers hold all the different IGridServiceManagers that are currently discovered. Provides simple means to get all the current managers, as well as as registering for manager lifecycle (added and removed) events. Also provides the ability to deploy a processing unit or a space (which is also a processing unit, that simply just starts a space) on a randomly selected GSM (for more control on which manager to deploy Deploy(ProcessingUnitDeployment) can be used.