@ParametersAreNonnullByDefault
See: Description
| Interface | Description |
|---|---|
| AgentHostnameProjection |
Projection for job hosts.
|
| AuditProjection |
Returns all the base entity attributes.
|
| BaseProjection |
Projection for the common fields.
|
| ClusterCommandsProjection |
Projection to return only the commands for a cluster.
|
| IdProjection |
A projection just for returning the id field of a given entity.
|
| JobApplicationsProjection |
Projection to return just the applications associated with a given job.
|
| JobArchiveLocationProjection |
A projection which only returns the archive location for a job.
|
| JobClusterProjection |
Projection to return just the cluster for a given job.
|
| JobCommandProjection |
Projection to return just the command for a given job.
|
| JobCommonFieldsProjection |
Projection for common fields between pre 3.3.0 JobRequest and Job entities.
|
| JobExecutionProjection |
Projection with the data present in a Genie JobExecutionEntity from pre-3.3.0.
|
| JobMetadataProjection |
Projection of the jobs table which produces only the fields that were present in the pre-3.3.0
JobMetadata table before it was merged into one large jobs table.
|
| JobProjection |
Projection for the fields originally available in pre-3.3.0 JobEntity classes.
|
| JobRequestProjection |
Projection to reproduce the JobRequest entity fields which were was a table present before 3.3.0.
|
| JobSearchProjection |
Projection to return only the fields desired for a job with search results.
|
| JobStatusProjection |
Projection for returning only the status of a given job.
|
| SetupFileProjection |
Projection for returning the setup file of a given entity.
|
| UniqueIdProjection |
Projection for getting the Unique Id of a resource.
|