public interface IResourceChecker
Different implementations of this interface can be provided for testing puprposes.
| Modifier and Type | Method and Description |
|---|---|
long |
getTotalFreeMemory()
The memory allocated that can be used by the application
taking into account the memory not yet allocated by the JVM.
|