@ParametersAreNonnullByDefault
See: Description
Interface | Description |
---|---|
ArchivedJobService |
A Service interface for working with the metadata and data of a job that was archived by the Agent upon completion.
|
AttachmentService |
APIs for saving a job attachments sent in with Genie requests.
|
ClusterLeaderService |
Service interface for the abstracts the details of leadership within nodes in a Genie cluster.
|
JobDirectoryServerService |
This service abstracts away the details of responding to API requests for the files and directories created during
the execution of a job in the Genie ecosystem.
|
JobKillService |
Interface for services to kill jobs.
|
JobLaunchService |
Top level coordination service responsible for taking a job request and running the job if possible.
|
JobResolverService |
Service API for taking inputs from a user and resolving them to concrete information that the Genie system will use
to execute the users job.
|
RequestForwardingService |
A service whose implementation should be responsible for forwarding requests between Genie server nodes.
|