Package one.microstream.storage.types
Interface StorageActivePart
- All Known Subinterfaces:
EmbeddedStorageManager
,StorageBackupHandler
,StorageChannel
,StorageController
,StorageManager
,StorageSystem
- All Known Implementing Classes:
EmbeddedStorageManager.Default
,StorageBackupHandler.Default
,StorageChannel.Default
,StorageSystem.Default
public interface StorageActivePart
-
Method Summary
Modifier and Type Method Description boolean
isActive()
Queries whether the part is actually active right now.
-
Method Details
-
isActive
boolean isActive()Queries whether the part is actually active right now. This might returntrue
even despite some "running" flag being set tofalse
because there might be one last loop cycle execution before checking the "running" flag again.- Returns:
- if the part is actually active right now.
-