Package one.microstream.storage.types
Class StorageEventLogger.Debug
- java.lang.Object
-
- one.microstream.storage.types.StorageEventLogger.Default
-
- one.microstream.storage.types.StorageEventLogger.Debug
-
- All Implemented Interfaces:
StorageEventLogger
- Enclosing interface:
- StorageEventLogger
public static class StorageEventLogger.Debug extends StorageEventLogger.Default
Debug implementation of StorageEventLoggerThis implementation logs behavior and exceptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageEventLogger
StorageEventLogger.Debug, StorageEventLogger.Default, StorageEventLogger.NoOp
-
-
Field Summary
-
Fields inherited from class one.microstream.storage.types.StorageEventLogger.Default
messageConsumer
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlogChannelProcessingDisabled(StorageChannel channel)voidlogChannelStoppedWorking(StorageChannel channel)voidlogGarbageCollectorCompleted(long gcColdGeneration, long lastGcColdCompletion)voidlogGarbageCollectorCompletedHotPhase(long gcHotGeneration, long lastGcHotCompletion)voidlogGarbageCollectorEncounteredZombieObjectId(long objectId)voidlogGarbageCollectorNotNeeded()voidlogGarbageCollectorSweepingComplete(StorageEntityCache<?> entityCache)voidlogLiveCheckComplete(StorageEntityCache<?> entityCache)-
Methods inherited from class one.microstream.storage.types.StorageEventLogger.Default
log, logDisruption, printString, stackTraceToString, toChannelIdentifier, toChannelIdentifier, toChannelPartIdentifier
-
-
-
-
Method Detail
-
logChannelProcessingDisabled
public void logChannelProcessingDisabled(StorageChannel channel)
-
logChannelStoppedWorking
public void logChannelStoppedWorking(StorageChannel channel)
-
logLiveCheckComplete
public void logLiveCheckComplete(StorageEntityCache<?> entityCache)
-
logGarbageCollectorSweepingComplete
public void logGarbageCollectorSweepingComplete(StorageEntityCache<?> entityCache)
-
logGarbageCollectorEncounteredZombieObjectId
public void logGarbageCollectorEncounteredZombieObjectId(long objectId)
-
logGarbageCollectorNotNeeded
public void logGarbageCollectorNotNeeded()
-
logGarbageCollectorCompletedHotPhase
public void logGarbageCollectorCompletedHotPhase(long gcHotGeneration, long lastGcHotCompletion)
-
logGarbageCollectorCompleted
public void logGarbageCollectorCompleted(long gcColdGeneration, long lastGcColdCompletion)
-
-