Package | Description |
---|---|
flux.audittrail.status |
Heartbeat, database trouble, and status events
|
Modifier and Type | Interface and Description |
---|---|
interface |
EngineDatabaseCommandsFailing
A heartbeat event that indicates that at least five closely spaced database
commands issued by the Flux engine have all failed with an error.
|
interface |
EngineMainBlocked
A heartbeat event that indicates that the Flux engine's primary flow of
control is alive, but it is blocked or deadlocked and cannot make progress.
|
interface |
EngineMainStopped
A heartbeat event that indicates that the Flux engine's primary flow of
control has stopped due to an error condition.
|
interface |
ErrorCondition
Abstract interface that represents a heartbeat event containing a diagnosed
severe error in the Flux engine.
|
interface |
Ok
A heartbeat event that indicates that no error has been diagnosed in the Flux
engine.
|
Modifier and Type | Method and Description |
---|---|
Heartbeat |
EngineContentsSummary.getHeartbeat()
Returns general diagnostic information about the health of the Flux engine
instance that generated it.
|
© 2000-2025 Flux Corporation. All rights reserved.