GigaSpaces XAP.NET Documentation
ClusterSchema Method (clusterSchema)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.ProcessingUnitProcessingUnitDeploymentClusterSchema(String)
Sets the cluster schema of the processing unit deployment. Only make sense to set it when there is an embedded space defined within the processing unit.
Declaration Syntax
C#Visual BasicVisual C++J#
public virtual ProcessingUnitDeployment ClusterSchema(
	string clusterSchema
)
Public Overridable Function ClusterSchema ( _
	clusterSchema As String _
) As ProcessingUnitDeployment
public:
virtual ProcessingUnitDeployment^ ClusterSchema(
	String^ clusterSchema
)
public ProcessingUnitDeployment ClusterSchema(
	String clusterSchema
)
Parameters
clusterSchema (String)
The cluster schema to set for the space deployment.
Return Value
The ProcessingUnitDeployment set with the specified cluster schema.

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