Interface StorageEventLogger

    • Method Detail

      • logChannelProcessingDisabled

        default void logChannelProcessingDisabled​(StorageChannel channel)
      • logChannelStoppedWorking

        default void logChannelStoppedWorking​(StorageChannel channel)
      • logDisruption

        default void logDisruption​(StorageChannel channel,
                                   Throwable t)
        Note that not all Throwables are Exceptions. There are also Errors. And not all exceptions are problems. There are also program execution control vehicles like InterruptedException. The actually fitting common term is "Disruption". Throwable is a very low-level technical, compiler-oriented expression.
        Parameters:
        channel -
        t -
      • logLiveCheckComplete

        default void logLiveCheckComplete​(StorageEntityCache<?> entityCache)
      • logGarbageCollectorSweepingComplete

        default void logGarbageCollectorSweepingComplete​(StorageEntityCache<?> entityCache)
      • logGarbageCollectorNotNeeded

        default void logGarbageCollectorNotNeeded()
      • logGarbageCollectorCompletedHotPhase

        default void logGarbageCollectorCompletedHotPhase​(long gcHotGeneration,
                                                          long lastGcHotCompletion)
      • logGarbageCollectorCompleted

        default void logGarbageCollectorCompleted​(long gcColdGeneration,
                                                  long lastGcColdCompletion)
      • logGarbageCollectorEncounteredZombieObjectId

        default void logGarbageCollectorEncounteredZombieObjectId​(long objectId)