Package io.github.jchejarla.springbatch.clustering.core
package io.github.jchejarla.springbatch.clustering.core
The database-backed coordination core.
DatabaseBackedClusterService performs all coordination reads and writes — node
registration, heartbeats, partition lifecycle transitions, orphan detection, and master-job
recovery — through a DBSpecificQueryProvider, which isolates the small amount of
dialect-specific SQL from the shared standard SQL.
-
ClassDescriptionLifecycle states of a job-coordination row in
BATCH_JOB_COORDINATION.