@Configuration @Requires(property="crac.enabled", defaultValue="true", value="true")
See: Description
| Interface | Description |
|---|---|
| CracConfiguration |
Configuration for CRaC support.
|
| CracContextProvider |
API to get the Context for checkpoint/restore notifications.
|
| CracResourceRegistrar |
Registers all defined Resources for Coordinated Restore at Checkpoint.
|
| OrderedResource |
A Coordinated Restore at Checkpoint Resource that may also be
Ordered. |
| Class | Description |
|---|---|
| CracConfigurationProperties |
Configuration for CRaC support.
|
| CracEventPublisher |
A helper bean to assist in publishing the correct CRaC events when a checkpoint is taken or restored.
|
| GlobalCracContextProvider |
Gets a Global Context through
Core.getGlobalContext(). |
| OrderedCracResourceRegistrar |
Registers all defined Resources for Coordinated Restore at Checkpoint.
|
| StartupCracRegistration |
Registers all defined Resources for Coordinated Restore at Checkpoint at
StartupEvent. |