@ParametersAreNonnullByDefault
See: Description
Class | Description |
---|---|
ArchivedJobServiceImpl |
Default implementation of
ArchivedJobService . |
CacheGenieFileTransferService |
Caches the downloaded file from the remote location.
|
ClusterLeaderServiceCuratorImpl |
Implementation of
ClusterLeaderService using Spring's LeaderInitiator (Zookeeper/Curator based
leader election mechanism). |
ClusterLeaderServiceLocalLeaderImpl |
Implementation of
ClusterLeaderService using statically configured LocalLeader module. |
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.
|
JobLaunchServiceImpl |
Default implementation of the
JobLaunchService . |
JobMetricsServiceImpl |
A default implementation of the job count service which uses the job search service to find the running jobs on
the host.
|
JobResolverServiceImpl |
Implementation of the
JobResolverService 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.
|
S3FileTransferImpl |
An implementation of the FileTransferService interface in which the remote locations are on Amazon S3.
|