@ParametersAreNonnullByDefault
See: Description
| Class | Description |
|---|---|
| AgentFilterServiceImpl |
Implementation of
AgentFilterService which delegates iterates through an ordered list of
AgentMetadataInspector. |
| AgentJobServiceImpl |
Default implementation of
AgentJobService. |
| AgentMetricsServiceImpl |
Default implementation of
AgentMetricsService. |
| AgentRoutingServiceImpl |
Implementation of
AgentRoutingService. |
| CacheGenieFileTransferService |
Caches the downloaded file from the remote location.
|
| DefaultMailServiceImpl |
Default No-Op implementation of Mail Service Interface.
|
| DiskJobFileServiceImpl |
A local disk based implementation of the
JobFileService interface. |
| FileSystemAttachmentService |
Implementation of the AttachmentService interface which saves and retrieves attachments from the local filesystem.
|
| GenieFileTransferService |
This class abstracts away all the implementations of FileTransfer interface.
|
| HttpFileTransferImpl |
An implementation of the FileTransferService interface in which the remote locations are available via http[s].
|
| JobCoordinatorServiceImpl |
Implementation of the JobCoordinatorService APIs.
|
| JobDirectoryServerServiceImpl |
Default implementation of
JobDirectoryServerService. |
| JobKillServiceImpl |
Implementation of the JobKillService interface.
|
| JobKillServiceV3 |
A JobKillService that attempts to kill genie 3.0 jobs running on the local node.
|
| JobMetricsServiceImpl |
A default implementation of the job count service which uses the job search service to find the running jobs on
the host.
|
| JobSpecificationServiceImpl |
Implementation of the JobSpecificationService APIs.
|
| JobStateServiceImpl |
A Service to monitor the state of locally run jobs.
|
| LocalFileTransferImpl |
An implementation of the FileTransferService interface in which the remote locations are on local filesystem.
|
| LocalJobRunner |
Implementation of the Job Submitter service that runs the job locally on the same host.
|
| MailServiceImpl |
Implementation of the Mail service interface.
|
| RandomizedClusterLoadBalancerImpl |
Basic implementation of a load balancer where a cluster is picked at random.
|
| S3FileTransferImpl |
An implementation of the FileTransferService interface in which the remote locations are on Amazon S3.
|