Class BatchClusterJobsEndpoint

java.lang.Object
io.github.jchejarla.springbatch.clustering.actuate.BatchClusterJobsEndpoint

@Endpoint(id="batch-cluster-jobs") public class BatchClusterJobsEndpoint extends Object
Actuator endpoint exposed at /actuator/batch-cluster-jobs that 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. Read-only; a thin wrapper over BatchClusterQueryService.
Author:
Janardhan Chejarla
  • Constructor Details

    • BatchClusterJobsEndpoint

      public BatchClusterJobsEndpoint()
  • Method Details