Interface JobClusterProjection
- 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 TypeMethodDescriptionGet 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
-