Uses of Package
io.github.jchejarla.springbatch.clustering.actuate
Packages that use io.github.jchejarla.springbatch.clustering.actuate
Package
Description
Spring Boot auto-configuration and the configuration-property surface for clustering.
-
Classes in io.github.jchejarla.springbatch.clustering.actuate used by io.github.jchejarla.springbatch.clustering.autoconfigureClassDescriptionSpring Boot
HealthIndicatorreporting overall batch-cluster health (such as node liveness) under/actuator/health.Contributes the active clustering configuration (intervals and thresholds) to the/actuator/infoendpoint.Actuator endpoint exposed at/actuator/batch-cluster-jobsthat lists coordinated jobs, and at/actuator/batch-cluster-jobs/{jobExecutionId}the job-centric view (master node, partition count, status histogram, and per-partition placement) for one job.Spring BootHealthIndicatorreporting this node's own cluster health — its current status and most recent heartbeat.Actuator endpoint exposed at/actuator/batch-clusterthat lists the cluster's nodes and, for a given node, its partition assignments and their status.