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 Detail

      • checkMemory

        boolean checkMemory()
        Check the amount of available memory. Returns true if memory is low
      • reset

        void reset()
        Reset the flag, memory has been released