public static class HostMemoryConfiguration.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
HostMemoryConfiguration |
build() |
HostMemoryConfiguration.Builder |
copy(HostMemoryConfiguration model) |
HostMemoryConfiguration.Builder |
hugePageSizeInKB(Double hugePageSizeInKB)
Size of huge pages in kilobytes
|
HostMemoryConfiguration.Builder |
hugePagesTotal(Integer hugePagesTotal)
Total number of huge pages
|
HostMemoryConfiguration.Builder |
pageSizeInKB(Double pageSizeInKB)
Page size in kilobytes
|
HostMemoryConfiguration.Builder |
pageTablesInKB(Double pageTablesInKB)
Amount of memory used for page tables in kilobytes
|
HostMemoryConfiguration.Builder |
swapTotalInKB(Double swapTotalInKB)
Amount of total swap space in kilobytes
|
HostMemoryConfiguration.Builder |
timeCollected(Date timeCollected) |
public HostMemoryConfiguration.Builder timeCollected(Date timeCollected)
public HostMemoryConfiguration.Builder pageSizeInKB(Double pageSizeInKB)
Page size in kilobytes
pageSizeInKB
- the value to setpublic HostMemoryConfiguration.Builder pageTablesInKB(Double pageTablesInKB)
Amount of memory used for page tables in kilobytes
pageTablesInKB
- the value to setpublic HostMemoryConfiguration.Builder swapTotalInKB(Double swapTotalInKB)
Amount of total swap space in kilobytes
swapTotalInKB
- the value to setpublic HostMemoryConfiguration.Builder hugePageSizeInKB(Double hugePageSizeInKB)
Size of huge pages in kilobytes
hugePageSizeInKB
- the value to setpublic HostMemoryConfiguration.Builder hugePagesTotal(Integer hugePagesTotal)
Total number of huge pages
hugePagesTotal
- the value to setpublic HostMemoryConfiguration build()
public HostMemoryConfiguration.Builder copy(HostMemoryConfiguration model)
Copyright © 2016–2024. All rights reserved.