Package org.infinispan.health
Interface HostInfo
-
public interface HostInfoInformation about the host.- Since:
- 9.0
- Author:
- Sebastian Ćaskawiec
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetFreeMemoryInKb()Gets free memory in KB.intgetNumberOfCpus()Returns the number of CPUs installed in the host.longgetTotalMemoryKb()Gets total memory in KB.
-