GigaSpaces XAP.NET Documentation
IZone Interface
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.ZonesIZone
A zone is a grid isolation level, allowing to associate the different grid service components such as IGridServiceAgent, IGridServiceManager etc' to a specific zone. And then restrict deployments to a specific zone or zones.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface IZone : IDumpProvider
Public Interface IZone _
	Implements IDumpProvider
public interface class IZone : IDumpProvider
public interface IZone extends IDumpProvider
Members
All MembersMethodsPropertiesEvents



IconMemberDescription
GenerateDump(String)
Generates dump for all the provided dump processors. Note, this will include a heap dump which can consume time and potentially be of very large size
(Inherited from IDumpProvider.)
GenerateDump(String, array<String>[]()[])
Generates dump for the provided processors. The current list of processors include:
  • summary: General summary information of the process.
  • network: Information on the network layer of the process and the OS network stats.
  • thread: Thread dump of the process.
  • heap: Heap dump of the process. Note, this is a heavy operation and can produce very large dump files
  • log: Adds all the log files of the process to the dump file.
  • processingUnits: Dump of all the processing units (applicable only for GSCs) information.
(Inherited from IDumpProvider.)
GridServiceAgents
Gets the IGridServiceAgents running within the zone.

GridServiceContainers
Gets the IGridServiceContainers running within the zone.

GridServiceManagers
Gets the IGridServiceManagers running within the zone.

HasGridComponents
Gets whether there are grid componets running within the zone.

LookupServices
Gets the ILookupServices that are running within the zone.

Machines
Gets the IMachines running within the zone.

Name
Gets the name of the zone.

ProcessingUnitInstanceAdded
Occurs when a IProcessingUnitInstance is added to this zone.

ProcessingUnitInstanceRemoved
Occurs when a IProcessingUnitInstance is removed from this zone.

ProcessingUnitInstances
Gets all the IProcessingUnitInstances running within the zone.

SpaceInstanceAdded
Occurs when a ISpaceInstance is added to this zone.

SpaceInstanceRemoved
Occurs when a ISpaceInstance is removed from this zone.

SpaceInstances
Gets all the ISpaceInstances running within the zone.

Transports
Gets the ITransports "running" within the zone.

VirtualMachines
Gets the IVirtualMachines running within the zone.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 8.0.8.6380 (8.0.8.6380)