GigaSpaces XAP.NET Documentation
ClusterSchema Method (clusterSchema)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.MemcachedMemcachedDeploymentClusterSchema(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 MemcachedDeployment ClusterSchema(
	string clusterSchema
)
Public Overridable Function ClusterSchema ( _
	clusterSchema As String _
) As MemcachedDeployment
public:
virtual MemcachedDeployment^ ClusterSchema(
	String^ clusterSchema
)
public MemcachedDeployment ClusterSchema(
	String clusterSchema
)
Parameters
clusterSchema (String)
The cluster schema to set for the space deployment.
Return Value
The MemcachedDeployment set with the specified cluster schema.

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