[Missing <summary> documentation for "N:GigaSpaces.Core.XAP.ProcessingUnit.Containers.BasicContainer"]
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
namespace GigaSpaces.Core.XAP.ProcessingUnit.Containers.BasicContainer
Namespace GigaSpaces.Core.XAP.ProcessingUnit.Containers.BasicContainer
namespace GigaSpaces.Core.XAP.ProcessingUnit.Containers.BasicContainer
package GigaSpaces.Core.XAP.ProcessingUnit.Containers.BasicContainer
Types
All Types | Classes |
Icon | Type | Description |
---|---|---|
AbstractSpaceModeChangedAttribute |
Base attribute for all the possible space mode changed event attributes
BeforeBackupAttributeBeforePrimaryAttributePostBackupAttributePostPrimaryAttributeBasicProcessingUnitContainer | |
BeforeBackupAttribute |
Mark a method that should be called before a space instance becomes a backup, the class should be managed by the BasicProcessingUnitContainer.
| |
BeforePrimaryAttribute |
Mark a method that should be called before a space instance becomes a primary, the class should be managed by the BasicProcessingUnitContainer.
| |
PostBackupAttribute |
Mark a method that should be called after a space instance becomes a backup, the class should be managed by the BasicProcessingUnitContainer.
| |
PostPrimaryAttribute |
Mark a method that should be called after a space instance becomes a primary, the class should be managed by the BasicProcessingUnitContainer.
|