All Classes
-
All Classes Interface Summary Class Summary Enum Summary Annotation Types Summary Class Description BaseExtension Base for all Health-Processor extensions.CycleProgress Progress indicator for the health processor cycle.ExtensionType Extension types used forOnlyForUseIn
andNotForUseIn
annotations.HealthFixerPlugin Extension point for plugging in logic into the Health-Processor to fix unhealthy nodes.HealthProcessorPlugin Main extension point for plugging in (custom) logic into the Health-Processor.HealthReporter Extension point for plugging in logic into the Health-Processor to report results.InternalUseOnly API Elements marked with this annotation are not part of the public API and should not be used by any extension.NodeFixReport Attachment to aNodeHealthReport
that contains attempted fixes made on aNodeHealthReport
.NodeFixStatus Status of aNodeFixReport
NodeHealthReport A health report for an Alfresco node.NodeHealthReport.PersistableData Classes that implement this interface and are added to a health report in theNodeHealthReport.data(Class)
set are stored in the database and can be accessed after a cycle has finished inHealthReporter.onCycleDone(List)
Other stored data is only available in theHealthReporter.processReports(Class, Set)
method during a cycle.NodeHealthStatus Status ofNodeHealthReport
NotForUseIn API Elements marked with this extension SHOULD NOT be used in the indicated extension types.OnlyForUseIn API elements marked with this annotation should only be used in the indicated extension types.ProcessorPluginOverview End-of-cycle summary of a certainHealthProcessorPlugin
forHealthReporter
sSingleNodeHealthProcessorPlugin Health processor plugin that divides a batch into individual calls.SingleReportHealthReporter Health reporter that divides a batch into individual calls.ToggleableHealthFixerPlugin HealthFixerPlugin
that already has anenabled
propertyToggleableHealthProcessorPlugin HealthFixerPlugin
that already has anenabled
propertyToggleableHealthReporter HealthReporter
that already has anenabled
property