| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGlobalMemory
Memory info.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract GlobalMemory |
AbstractHardwareLayer.createMemory()
Instantiates the platform-specific
GlobalMemory object |
GlobalMemory |
HardwareLayer.getMemory()
Instantiates a
GlobalMemory object. |
GlobalMemory |
AbstractHardwareLayer.getMemory() |
| Modifier and Type | Class and Description |
|---|---|
class |
LinuxGlobalMemory
Memory obtained by /proc/meminfo and sysinfo.totalram
|
| Modifier and Type | Method and Description |
|---|---|
GlobalMemory |
LinuxHardwareLayer.createMemory() |
| Modifier and Type | Class and Description |
|---|---|
class |
MacGlobalMemory
Memory obtained by host_statistics (vm_stat) and sysctl.
|
| Modifier and Type | Method and Description |
|---|---|
GlobalMemory |
MacHardwareLayer.createMemory() |
| Modifier and Type | Class and Description |
|---|---|
class |
FreeBsdGlobalMemory
Memory obtained by sysctl vm.stats
|
| Modifier and Type | Method and Description |
|---|---|
GlobalMemory |
FreeBsdHardwareLayer.createMemory() |
| Modifier and Type | Class and Description |
|---|---|
class |
SolarisGlobalMemory
Memory obtained by kstat
|
| Modifier and Type | Method and Description |
|---|---|
GlobalMemory |
SolarisHardwareLayer.createMemory() |
| Modifier and Type | Class and Description |
|---|---|
class |
WindowsGlobalMemory
Memory obtained by Performance Info.
|
| Modifier and Type | Method and Description |
|---|---|
GlobalMemory |
WindowsHardwareLayer.createMemory() |
Copyright © 2019. All rights reserved.