All Known Implementing Classes:
JobEntity

public interface JobClusterProjection
Projection to return just the cluster for a given job.
Since:
3.3.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the cluster that ran or is currently running a given job.
  • Method Details

    • getCluster

      Optional<ClusterEntity> getCluster()
      Get the cluster that ran or is currently running a given job.
      Returns:
      The cluster entity