Package org.infinispan.health
Interface HostInfo
-
- All Known Implementing Classes:
HostInfoImpl
public interface HostInfo
Information about the host.- Since:
- 9.0
- Author:
- Sebastian Ćaskawiec
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getFreeMemoryInKb()
Gets free memory in KB.int
getNumberOfCpus()
Returns the number of CPUs installed in the host.long
getTotalMemoryKb()
Gets total memory in KB.
-