[Missing <summary> documentation for "N:GigaSpaces.Core.Admin.ServiceGrid.ProcessingUnit"]
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
namespace GigaSpaces.Core.Admin.ServiceGrid.ProcessingUnit
Namespace GigaSpaces.Core.Admin.ServiceGrid.ProcessingUnit
namespace GigaSpaces.Core.Admin.ServiceGrid.ProcessingUnit
package GigaSpaces.Core.Admin.ServiceGrid.ProcessingUnit
Types
All Types | Classes | Interfaces | Enumerations |
Icon | Type | Description |
---|---|---|
BackupGridServiceManagerChangedEventArgs |
An event indicating that a backup GSM of a processing unit was either added or removed.
| |
BackupGridServiceManagerChangedEventArgs..::..ChangedType |
Determines the type of the backup grid service manager changed event.
| |
DeploymentStatus |
Deployment status indicates a IProcessingUnit deployment.
| |
IProcessingUnit |
A processing unit holds one or more IProcessingUnitInstances.
| |
IProcessingUnitInstance |
A processing unit instance is an actual running instance of a IProcessingUnit. For example, when deploying
a processing unit with 4 instance, there will be eventually 4 instances of the processing unit.
| |
IProcessingUnitInstanceStatistics |
Processing Unit Instance statistics provide statistics on services configured within the processing
unit. It uses the IServiceMonitors which component within a processing unit
can provide.
| |
IProcessingUnitPartition |
A Processing unit partition mainly make sense with partitioned topologies and holds all the
{@link org.openspaces.admin.pu.ProcessingUnitInstance}s that form the partition.
| |
IProcessingUnits |
Holds one or more IProcessingUnits.
| |
ManagingGridServiceManagerChangedEventArgs |
Provides data for ManagingGridServiceManagerChanged event.
| |
ProcessingUnitAddedEventArgs |
Provides data for ProcessingUnitAdded event.
| |
ProcessingUnitDeployment |
Configures a deployment of a IProcessingUnit.
| |
ProcessingUnitInstanceAddedEventArgs |
Provides data for ProcessingUnitInstanceAdded event.
| |
ProcessingUnitInstanceRemovedEventArgs |
Provides data for ProcessingUnitInstanceRemoved event.
| |
ProcessingUnitInstanceStatisticsChangedEventArgs |
Provides data for ProcessingUnitInstanceStatisticsChanged event.
| |
ProcessingUnitRemovedEventArgs |
Provides data for ProcessingUnitRemoved event.
| |
ProcessingUnitSpaceCorrelatedEventArgs |
Provides data for SpaceCorrelated event.
| |
ProcessingUnitStatusChangedEventArgs |
Provides data for ProcessingUnitStatusChanged event.
|