GigaSpaces XAP.NET Documentation
Partitioned Method (numberOfParitions, numberOfBackups)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.ProcessingUnitProcessingUnitDeploymentPartitioned(Int32, Int32)
A convenient method allowing to easily configure the processing unit deployment to deploy a partitioned topology with a specified number of instances and a specified number of backups for each instance.
Declaration Syntax
C#Visual BasicVisual C++J#
public virtual ProcessingUnitDeployment Partitioned(
	int numberOfParitions,
	int numberOfBackups
)
Public Overridable Function Partitioned ( _
	numberOfParitions As Integer, _
	numberOfBackups As Integer _
) As ProcessingUnitDeployment
public:
virtual ProcessingUnitDeployment^ Partitioned(
	int numberOfParitions, 
	int numberOfBackups
)
public ProcessingUnitDeployment Partitioned(
	int numberOfParitions,
	int numberOfBackups
)
Parameters
numberOfParitions (Int32)
The number of partitions the deployment will have.
numberOfBackups (Int32)
The number of backups each partition will have.
Return Value

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.5.0.0 (14.5.0)