java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.device.configuration.VirtualRAMSwapPolicy |
Enum VirtualRAMSwapPolicy
defines the swap size for Virtual RAM feature through the property VIRTUAL_RAM_SWAP_POLICY
.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
VirtualRAMSwapPolicy | SWAP_1GB | 1GB of flash memory are reserved to swapping memory for Virtual RAM | |||||||||
VirtualRAMSwapPolicy | SWAP_2GB | 2GB of flash memory are reserved to swapping memory for Virtual RAM | |||||||||
VirtualRAMSwapPolicy | SWAP_512MB | 512MB of flash memory are reserved to swapping memory for Virtual RAM | |||||||||
VirtualRAMSwapPolicy | SWAP_DISABLED | Virtual RAM swapping is disabled. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the corresponding VirtualRAMSwapPolicy value, from a valid integer.
| |||||||||||
Converts the VirtualRAMSwapPolicy enum to its integer representing value.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
1GB of flash memory are reserved to swapping memory for Virtual RAM
2GB of flash memory are reserved to swapping memory for Virtual RAM
512MB of flash memory are reserved to swapping memory for Virtual RAM
Virtual RAM swapping is disabled.
Retrieves the corresponding VirtualRAMSwapPolicy value, from a valid integer.
n | int |
---|
Converts the VirtualRAMSwapPolicy enum to its integer representing value.