GigaSpaces XAP.NET Documentation
Partitioned Method (numberOfParitions, numberOfBackups)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.MemcachedMemcachedDeploymentPartitioned(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 MemcachedDeployment Partitioned(
	int numberOfParitions,
	int numberOfBackups
)
Public Overridable Function Partitioned ( _
	numberOfParitions As Integer, _
	numberOfBackups As Integer _
) As MemcachedDeployment
public:
virtual MemcachedDeployment^ Partitioned(
	int numberOfParitions, 
	int numberOfBackups
)
public MemcachedDeployment 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
The updated MemcachedDeployment.

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