@ParametersAreNonnullByDefault
Package com.netflix.genie.web.services.impl
Implementations of services specific to a web application.
- Since:
- 3.0.0
-
Class Summary Class Description ArchivedJobServiceImpl Default implementation ofArchivedJobService
.ClusterLeaderServiceCuratorImpl Implementation ofClusterLeaderService
using Spring'sLeaderInitiator
(Zookeeper/Curator based leader election mechanism).ClusterLeaderServiceLocalLeaderImpl Implementation ofClusterLeaderService
using statically configuredLocalLeader
module.JobDirectoryServerServiceImpl Default implementation ofJobDirectoryServerService
.JobLaunchServiceImpl Default implementation of theJobLaunchService
.JobResolverServiceImpl Implementation of theJobResolverService
APIs.LocalFileSystemAttachmentServiceImpl Implementation ofAttachmentService
that saves the files to a local directory.RequestForwardingServiceImpl Default implementation ofRequestForwardingService
.S3AttachmentServiceImpl Implementation of the AttachmentService interface which saves attachments to AWS S3.