@ParametersAreNonnullByDefault
Package com.netflix.genie.web.agent.services
Services specific to the Agent module of the Genie web application.
- Since:
- 4.0.0
-
Interface Summary Interface Description AgentConfigurationService Service that provides agent runtime configuration (i.e.AgentConnectionTrackingService Tracks active connections and heartbeats coming from agents actively executing a job.AgentFileStreamService Service to retrieve files from a remote agent while the latter is executing a job.AgentFileStreamService.AgentFileResource AResource
for files local to a remote agent.AgentFilterService Service to block agent/clients that the server wants to refuse service to.AgentJobService A Service to collect the logic for implementing calls from the Agent when a job is launched via the CLI.AgentRoutingService Service that tracks agent connections on the local Genie node and provides routing information for agent connected to other nodes.