Uses of Interface
com.loomcache.server.lifecycle.GracefulShutdownCoordinator.ShutdownPhase
Packages that use GracefulShutdownCoordinator.ShutdownPhase
-
Uses of GracefulShutdownCoordinator.ShutdownPhase in com.loomcache.server.lifecycle
Classes in com.loomcache.server.lifecycle that implement GracefulShutdownCoordinator.ShutdownPhaseModifier and TypeClassDescriptionstatic final classPhase: Shutdown is complete.static final classPhase: Stop accepting new connections and mark servers as shutting down.static final classPhase: Flush write-behind caches and pending data structures.static final classPhase: Take a final snapshot of system state for recovery.static final classPhase: Stop background threads and shut down services.Methods in com.loomcache.server.lifecycle that return GracefulShutdownCoordinator.ShutdownPhaseModifier and TypeMethodDescriptionGracefulShutdownCoordinator.ShutdownProgress.phase()Returns the value of thephaserecord component.Constructors in com.loomcache.server.lifecycle with parameters of type GracefulShutdownCoordinator.ShutdownPhaseModifierConstructorDescriptionShutdownProgress(GracefulShutdownCoordinator.ShutdownPhase phase, int completedSteps, int totalSteps, Duration elapsed) Creates an instance of aShutdownProgressrecord class.