| Package | Description | 
|---|---|
| org.openspaces.admin.internal.pu.elastic | |
| org.openspaces.admin.pu.elastic | |
| org.openspaces.admin.pu.elastic.config | |
| org.openspaces.admin.pu.elastic.topology | |
| org.openspaces.admin.space | Support for managing of Space(s) through the Admin API. | 
| org.openspaces.core.util | A package including utility classes for OpenSpaces core. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected AbstractElasticProcessingUnitDeployment | AbstractElasticProcessingUnitDeployment. memoryCapacityPerContainer(int memoryCapacityPerContainer,
                          MemoryUnit unit)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| ElasticStatefulProcessingUnitDeployment | ElasticStatefulProcessingUnitDeployment. maxMemoryCapacity(int maxMemoryCapacity,
                 MemoryUnit unit)Deprecated.  | 
| ElasticStatelessProcessingUnitDeployment | ElasticStatelessProcessingUnitDeployment. memoryCapacityPerContainer(int memoryCapacityPerContainer,
                          MemoryUnit unit)Deprecated.  | 
| ElasticStatefulProcessingUnitDeployment | ElasticStatefulProcessingUnitDeployment. memoryCapacityPerContainer(int memoryCapacityPerContainer,
                          MemoryUnit unit)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| ScaleStrategyCapacityRequirementConfigurer | ScaleStrategyCapacityRequirementConfigurer. driveCapacity(String drive,
             int size,
             MemoryUnit unit)Deprecated.  Specifies the disk and network drive capacity. | 
| CapacityRequirementsConfigurer | CapacityRequirementsConfigurer. driveCapacity(String drive,
             int size,
             MemoryUnit unit)Deprecated.  | 
| ManualCapacityScaleConfigurer | ManualCapacityScaleConfigurer. driveCapacity(String drive,
             int size,
             MemoryUnit unit)Deprecated.  | 
| ScaleStrategyCapacityRequirementConfigurer | ScaleStrategyCapacityRequirementConfigurer. memoryCapacity(int memory,
              MemoryUnit unit)Deprecated.  Specifies the memory capacity (RAM). | 
| CapacityRequirementsConfigurer | CapacityRequirementsConfigurer. memoryCapacity(int memory,
              MemoryUnit unit)Deprecated.  | 
| ManualCapacityScaleConfigurer | ManualCapacityScaleConfigurer. memoryCapacity(int memory,
              MemoryUnit unit)Deprecated.  | 
| DiscoveredMachineProvisioningConfigurer | DiscoveredMachineProvisioningConfigurer. reservedMemoryCapacityPerMachine(long memory,
                                MemoryUnit unit)Deprecated.  | 
| DiscoveredMachineProvisioningConfigurer | DiscoveredMachineProvisioningConfigurer. reservedMemoryCapacityPerManagementMachine(long memory,
                                          MemoryUnit unit)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| ElasticStatefulDeploymentTopology | ElasticStatefulDeploymentTopology. maxMemoryCapacity(int maxMemoryCapacity,
                 MemoryUnit unit)Deprecated.  Specifies an estimate of the maximum memory capacity for this processing unit. | 
| ElasticDeploymentTopology | ElasticDeploymentTopology. memoryCapacityPerContainer(int memoryCapacityPerContainer,
                          MemoryUnit unit)Deprecated.  Specifies the the heap size per container (operating system process) For example:
 memoryCapacityPerContainer(256,MemoryUnit.MEGABYTES) is equivalent to
 commandLineArgument("-Xmx256m").commandLineArgument("-Xms256m") | 
| Modifier and Type | Method and Description | 
|---|---|
| ElasticSpaceDeployment | ElasticSpaceDeployment. maxMemoryCapacity(int maxMemoryCapacity,
                 MemoryUnit unit)Deprecated.  | 
| ElasticSpaceDeployment | ElasticSpaceDeployment. memoryCapacityPerContainer(int memoryCapacityPerContainer,
                          MemoryUnit unit)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| static MemoryUnit | MemoryUnit. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static MemoryUnit[] | MemoryUnit. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| long | MemoryUnit. convert(long memory,
       MemoryUnit unit)Convert the given memory capacity in the given unit to this unit. | 
Copyright © GigaSpaces.