public interface Win32_PageFileUsage
extends xyz.cofe.win.wmi.WmiObj
| Modifier and Type | Method and Description |
|---|---|
int |
getAllocatedBaseSize() |
String |
getCaption() |
int |
getCurrentUsage() |
String |
getDescription() |
Optional<OffsetDateTime> |
getInstallDate() |
String |
getName() |
int |
getPeakUsage() |
String |
getStatus() |
boolean |
getTempPageFile() |
static List<Win32_PageFileUsage> |
query(CIMV2Wmi wmi) |
static void |
query(CIMV2Wmi wmi,
Consumer<Win32_PageFileUsage> client) |
int getAllocatedBaseSize()
String getCaption()
int getCurrentUsage()
String getDescription()
Optional<OffsetDateTime> getInstallDate()
String getName()
int getPeakUsage()
String getStatus()
boolean getTempPageFile()
static void query(CIMV2Wmi wmi, Consumer<Win32_PageFileUsage> client)
static List<Win32_PageFileUsage> query(CIMV2Wmi wmi)
Copyright © 2020. All rights reserved.