Methods in org.openspaces.admin.space that return ElasticSpaceDeployment |
ElasticSpaceDeployment |
ElasticSpaceDeployment.addCommandLineArgument(String commandLineArgument)
|
ElasticSpaceDeployment |
ElasticSpaceDeployment.addContextProperty(String key,
String value)
|
ElasticSpaceDeployment |
ElasticSpaceDeployment.addDependencies(org.openspaces.admin.internal.pu.dependency.ProcessingUnitDetailedDependencies<? extends ProcessingUnitDependency> detailedDependencies)
|
ElasticSpaceDeployment |
ElasticSpaceDeployment.addDependency(String requiredProcessingUnitName)
|
ElasticSpaceDeployment |
ElasticSpaceDeployment.addEnvironmentVariable(String name,
String value)
|
ElasticSpaceDeployment |
ElasticSpaceDeployment.commandLineArgument(String commandLineArgument)
|
ElasticSpaceDeployment |
ElasticSpaceDeployment.dedicatedMachineProvisioning(ElasticMachineProvisioningConfig config)
|
ElasticSpaceDeployment |
ElasticSpaceDeployment.environmentVariable(String name,
String value)
|
ElasticSpaceDeployment |
ElasticSpaceDeployment.highlyAvailable(boolean highlyAvailable)
|
ElasticSpaceDeployment |
ElasticSpaceDeployment.maxMemoryCapacity(int maxMemoryCapacity,
MemoryUnit unit)
|
ElasticSpaceDeployment |
ElasticSpaceDeployment.maxMemoryCapacity(String maxMemoryCapacity)
|
ElasticSpaceDeployment |
ElasticSpaceDeployment.maxNumberOfCpuCores(int maxNumberOfCpuCores)
|
ElasticSpaceDeployment |
ElasticSpaceDeployment.memoryCapacityPerContainer(int memoryCapacityPerContainer,
MemoryUnit unit)
|
ElasticSpaceDeployment |
ElasticSpaceDeployment.memoryCapacityPerContainer(String memoryCapacityPerContainer)
|
ElasticSpaceDeployment |
ElasticSpaceDeployment.minNumberOfCpuCoresPerMachine(double minNumberOfCpuCoresPerMachine)
Deprecated. since 8.0.6 |
ElasticSpaceDeployment |
ElasticSpaceDeployment.name(String name)
|
ElasticSpaceDeployment |
ElasticSpaceDeployment.numberOfBackupsPerPartition(int numberOfBackupsPerPartition)
|
ElasticSpaceDeployment |
ElasticSpaceDeployment.numberOfPartitions(int numberOfPartitions)
|
ElasticSpaceDeployment |
ElasticSpaceDeployment.overrideCommandLineArguments()
|
ElasticSpaceDeployment |
ElasticSpaceDeployment.scale(EagerScaleConfig strategy)
|
ElasticSpaceDeployment |
ElasticSpaceDeployment.scale(ManualCapacityScaleConfig strategy)
|
ElasticSpaceDeployment |
ElasticSpaceDeployment.secured(boolean secured)
|
ElasticSpaceDeployment |
ElasticSpaceDeployment.sharedMachineProvisioning(String sharingId,
ElasticMachineProvisioningConfig config)
|
ElasticSpaceDeployment |
ElasticSpaceDeployment.singleMachineDeployment()
|
ElasticSpaceDeployment |
ElasticSpaceDeployment.userDetails(String userName,
String password)
|
ElasticSpaceDeployment |
ElasticSpaceDeployment.userDetails(UserDetails userDetails)
|
ElasticSpaceDeployment |
ElasticSpaceDeployment.useScriptToStartContainer()
|