public interface ElasticStatefulDeploymentTopology extends ElasticDeploymentTopology, EagerScaleTopology, ManualCapacityScaleTopology
| Modifier and Type | Method and Description | 
|---|---|
ElasticStatefulDeploymentTopology | 
highlyAvailable(boolean highlyAvailable)
Specifies if the space should duplicate each information on two different machines. 
 | 
ElasticStatefulDeploymentTopology | 
maxMemoryCapacity(int maxMemoryCapacity,
                 MemoryUnit unit)
Specifies an estimate of the maximum memory capacity for this processing unit. 
 | 
ElasticStatefulDeploymentTopology | 
maxMemoryCapacity(String maxMemoryCapacity)
Specifies an estimate of the minimum memory capacity for this processing unit. 
 | 
ElasticStatefulDeploymentTopology | 
maxNumberOfCpuCores(int maxNumberOfCpuCores)
Specifies an estimate for the maximum total number of cpu cores used by this processing unit. 
 | 
addCommandLineArgument, addContextProperty, addEnvironmentVariable, commandLineArgument, dedicatedMachineProvisioning, environmentVariable, memoryCapacityPerContainer, memoryCapacityPerContainer, name, overrideCommandLineArguments, publicMachineProvisioning, sharedMachineProvisioning, useScriptToStartContaineraddDependencies, addDependency, create, secured, userDetails, userDetailsscalescaleElasticStatefulDeploymentTopology maxMemoryCapacity(int maxMemoryCapacity, MemoryUnit unit)
ElasticStatefulDeploymentTopology maxMemoryCapacity(String maxMemoryCapacity)
ElasticStatefulDeploymentTopology maxNumberOfCpuCores(int maxNumberOfCpuCores)
ElasticStatefulDeploymentTopology highlyAvailable(boolean highlyAvailable)
Copyright © GigaSpaces.