Package org.terrier.utility
Interface MemoryChecker
-
- All Known Implementing Classes:
RuntimeMemoryChecker
public interface MemoryChecker
Interface for various implementation which are used to determine if memory has been exhausted.- Since:
- 2.2
- Author:
- Craig Macdonald
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
checkMemory()
Check the amount of available memory.void
reset()
Reset the flag, memory has been released
-