Package com.netflix.genie.web.agent.services.impl
@ParametersAreNonnullByDefault
package com.netflix.genie.web.agent.services.impl
Default implementations of Agent Services.
- Since:
- 4.0.0
-
ClassesClassDescriptionThis implementation of
AgentConfigurationService
forwards properties set on the server that match a given set of regular expressions, plus any additional ones specified in configuration.This service keeps track of agent connections and heartbeats.Implementation ofAgentFilterService
which delegates iterates through an ordered list ofAgentMetadataInspector
.Default implementation ofAgentJobService
.Implementation ofAgentRoutingService
that relies on Curator's Discovery extension.Payload for typedServiceDiscovery
.Implementation ofAgentRoutingService
that assumes a single Genie node and tracks connections in-memory.