- accept(String) - Method in class com.netflix.genie.common.internal.util.RegexRuleSet
-
Evaluate an input string against the ruleset for acceptance.
- AccessToken - Class in com.netflix.genie.client.security.oauth2
-
Class that encapsulates the OAuth credentials.
- AccessToken() - Constructor for class com.netflix.genie.client.security.oauth2.AccessToken
-
- addApplication(ApplicationEntity) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity
-
Append an application to the list of applications this command uses.
- addApplicationListener(ApplicationListener<?>) - Method in class com.netflix.genie.web.events.GenieEventBusImpl
- addApplicationListenerBean(String) - Method in class com.netflix.genie.web.events.GenieEventBusImpl
- addApplicationsForCommand(String, List<String>) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Add applications for the given command.
- addApplicationsForCommand(String, List<String>) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Add applications for the command.
- addApplicationsForCommand(String, List<String>) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Add applications for the command.
- addApplicationsToCommand(String, List<String>) - Method in interface com.netflix.genie.client.apis.CommandService
-
Method to add applications to a command in Genie.
- addApplicationsToCommand(String, List<String>) - Method in class com.netflix.genie.client.CommandClient
-
Method to add applications to a command.
- addClusterCriterion(CriterionEntity) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity
-
Add a new cluster criterion as the lowest priority criterion to evaluate for this command.
- addClusterCriterion(CriterionEntity, int) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity
-
Add a new cluster criterion with the given priority.
- addClusterCriterionForCommand(String, Criterion) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Add a new
Criterion
as the lowest priority criterion for the given command.
- addClusterCriterionForCommand(String, Criterion) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Add a new
Criterion
to the existing list of cluster criteria for the command identified by id.
- addClusterCriterionForCommand(String, Criterion, int) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Add a new
Criterion
to the existing list of cluster criteria for the command identified by id.
- addClusterCriterionForCommand(String, Criterion) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Add a new
Criterion
to the existing list of cluster criteria for the command identified by id.
- addClusterCriterionForCommand(String, Criterion, int) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Add a new
Criterion
to the existing list of cluster criteria for the command identified by id.
- addCommandsForCluster(String, List<String>) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ClusterRestController
-
Add new commandIds to the given cluster.
- addCommandsToCluster(String, List<String>) - Method in interface com.netflix.genie.client.apis.ClusterService
-
Method to add commands to a cluster in Genie.
- addCommandsToCluster(String, List<String>) - Method in class com.netflix.genie.client.ClusterClient
-
Method to add commands to a cluster.
- addConfigsForCluster(String, Set<String>) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ClusterRestController
-
Add new configuration files to a given cluster.
- addConfigsForCommand(String, Set<String>) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Add new configuration files to a given command.
- addConfigsToApplication(String, Set<String>) - Method in interface com.netflix.genie.client.apis.ApplicationService
-
Method to add configs to a application in Genie.
- addConfigsToApplication(String, Set<String>) - Method in class com.netflix.genie.client.ApplicationClient
-
Method to add configs to a application.
- addConfigsToApplication(String, Set<String>) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ApplicationRestController
-
Add new configuration files to a given application.
- addConfigsToCluster(String, Set<String>) - Method in interface com.netflix.genie.client.apis.ClusterService
-
Method to add configs to a cluster in Genie.
- addConfigsToCluster(String, Set<String>) - Method in class com.netflix.genie.client.ClusterClient
-
Method to add configs to a cluster.
- addConfigsToCommand(String, Set<String>) - Method in interface com.netflix.genie.client.apis.CommandService
-
Method to add configs to a command in Genie.
- addConfigsToCommand(String, Set<String>) - Method in class com.netflix.genie.client.CommandClient
-
Method to add configs to a command.
- addConfigsToResource(String, Set<String>, Class<R>) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Add configuration files to the existing set for a resource.
- addConfigsToResource(String, Set<String>, Class<R>) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Add configuration files to the existing set for a resource.
- addDependenciesForApplication(String, Set<String>) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ApplicationRestController
-
Add new dependency files for a given application.
- addDependenciesForCluster(String, Set<String>) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ClusterRestController
-
Add new dependency files for a given cluster.
- addDependenciesForCommand(String, Set<String>) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Add new dependency files for a given command.
- addDependenciesToApplication(String, Set<String>) - Method in interface com.netflix.genie.client.apis.ApplicationService
-
Method to add dependencies to a application in Genie.
- addDependenciesToApplication(String, Set<String>) - Method in class com.netflix.genie.client.ApplicationClient
-
Method to add dependencies to a application.
- addDependenciesToCluster(String, Set<String>) - Method in interface com.netflix.genie.client.apis.ClusterService
-
Method to add dependencies to a cluster in Genie.
- addDependenciesToCluster(String, Set<String>) - Method in class com.netflix.genie.client.ClusterClient
-
Method to add dependencies to a cluster.
- addDependenciesToCommand(String, Set<String>) - Method in interface com.netflix.genie.client.apis.CommandService
-
Method to add dependencies to a command in Genie.
- addDependenciesToCommand(String, Set<String>) - Method in class com.netflix.genie.client.CommandClient
-
Method to add dependencies to a command.
- addDependenciesToResource(String, Set<String>, Class<R>) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Add dependency files to the existing set for a resource.
- addDependenciesToResource(String, Set<String>, Class<R>) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Add dependency files to the existing set for a resource.
- addFailureTagsWithException(Set<Tag>, Throwable) - Static method in class com.netflix.genie.web.util.MetricsUtils
-
Convenience method to add failure status and exception cause to an existing set of tags.
- addFileWithTargetDirectory(URI, File) - Method in interface com.netflix.genie.agent.execution.services.DownloadService.Manifest.Builder
-
Add a source file specifying a target directory.
- addFileWithTargetFile(URI, File) - Method in interface com.netflix.genie.agent.execution.services.DownloadService.Manifest.Builder
-
Add a source file specifying a target file destination.
- ADDITIONAL_BANDWIDTH_PROPERTY - Static variable in class com.netflix.genie.web.properties.TitusAgentLauncherProperties
-
An additional amount of overhead bandwidth that should be added to whatever the job originally requested.
- ADDITIONAL_CPU_PROPERTY - Static variable in class com.netflix.genie.web.properties.TitusAgentLauncherProperties
-
An additional number of CPUs that should be added to whatever the job originally requested.
- ADDITIONAL_DISK_SIZE_PROPERTY - Static variable in class com.netflix.genie.web.properties.TitusAgentLauncherProperties
-
An additional amount of disk space that should be added to whatever the job originally requested.
- ADDITIONAL_ENVIRONMENT_PROPERTY - Static variable in class com.netflix.genie.web.properties.TitusAgentLauncherProperties
-
Any additional environment variables that should be inserted into the container runtime.
- ADDITIONAL_GPU_PROPERTY - Static variable in class com.netflix.genie.web.properties.TitusAgentLauncherProperties
-
An additional number of GPUs that should be added to whatever the job originally requested.
- ADDITIONAL_JOB_ATTRIBUTES_PROPERTY - Static variable in class com.netflix.genie.web.properties.TitusAgentLauncherProperties
-
Any additional job attributes that should be added to defaults.
- ADDITIONAL_MEMORY_PROPERTY - Static variable in class com.netflix.genie.web.properties.TitusAgentLauncherProperties
-
An additional amount of memory that should be added to whatever the job originally requested.
- addParametersForScript(Map<String, Object>, AgentLauncherSelectionContext) - Method in class com.netflix.genie.web.scripts.AgentLauncherSelectorManagedScript
-
Add any implementation specific parameters to the map of parameters to send to the script.
- addParametersForScript(Map<String, Object>, ClusterSelectionContext) - Method in class com.netflix.genie.web.scripts.ClusterSelectorManagedScript
-
Add any implementation specific parameters to the map of parameters to send to the script.
- addParametersForScript(Map<String, Object>, CommandSelectionContext) - Method in class com.netflix.genie.web.scripts.CommandSelectorManagedScript
-
Add any implementation specific parameters to the map of parameters to send to the script.
- addParametersForScript(Map<String, Object>, C) - Method in class com.netflix.genie.web.scripts.ResourceSelectorScript
-
Add any implementation specific parameters to the map of parameters to send to the script.
- addRule(String, RegexRuleSet.Response) - Method in class com.netflix.genie.common.internal.util.RegexRuleSet.Builder
-
Add a rule by compiling the given string into a regular expression.
- addRule(Pattern, RegexRuleSet.Response) - Method in class com.netflix.genie.common.internal.util.RegexRuleSet.Builder
-
Add a rule by with the given pre-compiled regular expression.
- addSuccessTags(Set<Tag>) - Static method in class com.netflix.genie.web.util.MetricsUtils
-
Convenience method to add success tag to an existing set of tags.
- addTagsForApplication(String, Set<String>) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ApplicationRestController
-
Add new tags to a given application.
- addTagsForCluster(String, Set<String>) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ClusterRestController
-
Add new tags to a given cluster.
- addTagsForCommand(String, Set<String>) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Add new tags to a given command.
- addTagsToApplication(String, Set<String>) - Method in interface com.netflix.genie.client.apis.ApplicationService
-
Method to add tags to a application in Genie.
- addTagsToApplication(String, Set<String>) - Method in class com.netflix.genie.client.ApplicationClient
-
Method to add tags to a application.
- addTagsToCluster(String, Set<String>) - Method in interface com.netflix.genie.client.apis.ClusterService
-
Method to add tags to a cluster in Genie.
- addTagsToCluster(String, Set<String>) - Method in class com.netflix.genie.client.ClusterClient
-
Method to add tags to a cluster.
- addTagsToCommand(String, Set<String>) - Method in interface com.netflix.genie.client.apis.CommandService
-
Method to add tags to a command in Genie.
- addTagsToCommand(String, Set<String>) - Method in class com.netflix.genie.client.CommandClient
-
Method to add tags to a command.
- addTagsToResource(String, Set<String>, Class<R>) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Add tags to the existing set for a resource.
- addTagsToResource(String, Set<String>, Class<R>) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Add tags to the existing set for a resource.
- afterStateActionAttempt(States, Exception) - Method in class com.netflix.genie.agent.execution.statemachine.listeners.ConsoleLogListener
-
Invoked after the action associated with a given state is invoked.
- afterStateActionAttempt(States, Exception) - Method in interface com.netflix.genie.agent.execution.statemachine.listeners.JobExecutionListener
-
Invoked after the action associated with a given state is invoked.
- afterStateActionAttempt(States, Exception) - Method in class com.netflix.genie.agent.execution.statemachine.listeners.LoggingListener
-
Invoked after the action associated with a given state is invoked.
- Agent(String) - Constructor for class com.netflix.genie.web.agent.services.impl.AgentRoutingServiceCuratorDiscoveryImpl.Agent
-
Constructor.
- AGENT_CLI_COMMAND_NAME_TAG - Static variable in class com.netflix.genie.common.internal.tracing.TracingConstants
-
The command that was entered on the CLI for the agent to execute.
- AGENT_HOSTNAME - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- AGENT_JAR_PLACEHOLDER - Static variable in class com.netflix.genie.web.properties.LocalAgentLauncherProperties
-
Placeholder for agent jar path in command-line-template.
- AGENT_LAUNCHER_CLASS - Static variable in class com.netflix.genie.web.util.MetricsConstants.TagKeys
-
Key to tag metrics with class of agent launcher.
- AGENT_PID - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- AGENT_TAG_BASE - Static variable in class com.netflix.genie.common.internal.tracing.TracingConstants
-
The root for all tags related to spans occurring in the Genie agent.
- AGENT_VERSION - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- AgentAutoConfiguration - Class in com.netflix.genie.agent.spring.autoconfigure
-
Configuration for various agent beans.
- AgentAutoConfiguration() - Constructor for class com.netflix.genie.agent.spring.autoconfigure.AgentAutoConfiguration
-
- AgentCleanupProperties - Class in com.netflix.genie.web.properties
-
Properties related to cleaning up jobs associated to AWOL/MIA agents.
- AgentCleanupProperties() - Constructor for class com.netflix.genie.web.properties.AgentCleanupProperties
-
- AgentClientMetadata - Class in com.netflix.genie.common.external.dtos.v4
-
Metadata for a Genie Agent client.
- AgentClientMetadata(String, String, Integer) - Constructor for class com.netflix.genie.common.external.dtos.v4.AgentClientMetadata
-
Constructor.
- AgentCommand - Interface in com.netflix.genie.agent.cli
-
Interface for commands that the agent executes.
- AgentConfigRequest - Class in com.netflix.genie.common.external.dtos.v4
-
Configuration options for the Genie agent.
- AgentConfigRequest.Builder - Class in com.netflix.genie.common.external.dtos.v4
-
- AgentConfigurationProperties - Class in com.netflix.genie.web.properties
-
- AgentConfigurationProperties() - Constructor for class com.netflix.genie.web.properties.AgentConfigurationProperties
-
- AgentConfigurationService - Interface in com.netflix.genie.web.agent.services
-
Service that provides agent runtime configuration (i.e.
- agentConfigurationService(AgentConfigurationProperties, PropertiesMapCache.Factory, MeterRegistry) - Method in class com.netflix.genie.web.spring.autoconfigure.agent.services.AgentServicesAutoConfiguration
-
- AgentConfigurationServiceImpl - Class in com.netflix.genie.web.agent.services.impl
-
This implementation of
AgentConfigurationService
forwards properties set on the server that match a given
set of regular expressions, plus any additional ones specified in configuration.
- AgentConfigurationServiceImpl(AgentConfigurationProperties, PropertiesMapCache, MeterRegistry) - Constructor for class com.netflix.genie.web.agent.services.impl.AgentConfigurationServiceImpl
-
Constructor.
- AgentConnectionTrackingService - Interface in com.netflix.genie.web.agent.services
-
Tracks active connections and heartbeats coming from agents actively executing a job.
- agentConnectionTrackingService(AgentRoutingService, TaskScheduler, AgentConnectionTrackingServiceProperties) - Method in class com.netflix.genie.web.spring.autoconfigure.agent.services.AgentServicesAutoConfiguration
-
- AgentConnectionTrackingServiceImpl - Class in com.netflix.genie.web.agent.services.impl
-
This service keeps track of agent connections and heartbeats.
- AgentConnectionTrackingServiceImpl(AgentRoutingService, TaskScheduler, AgentConnectionTrackingServiceProperties) - Constructor for class com.netflix.genie.web.agent.services.impl.AgentConnectionTrackingServiceImpl
-
Constructor.
- AgentConnectionTrackingServiceProperties - Class in com.netflix.genie.web.properties
-
- AgentConnectionTrackingServiceProperties() - Constructor for class com.netflix.genie.web.properties.AgentConnectionTrackingServiceProperties
-
- AgentFileProtocolResolver - Class in com.netflix.genie.web.agent.resources
-
Resource resolver for files local to an agent running a job that can be streamed to the server and served via API.
- AgentFileProtocolResolver(AgentFileStreamService) - Constructor for class com.netflix.genie.web.agent.resources.AgentFileProtocolResolver
-
Constructor.
- agentFileProtocolResolver(AgentFileStreamService) - Method in class com.netflix.genie.web.spring.autoconfigure.agent.resources.AgentResourcesAutoConfiguration
-
Protocol resolver agent file resources.
- AgentFileProtocolResolverRegistrar - Class in com.netflix.genie.web.agent.resources
-
Registers AgentFileProtocolResolver in the application context.
- AgentFileProtocolResolverRegistrar(AgentFileProtocolResolver) - Constructor for class com.netflix.genie.web.agent.resources.AgentFileProtocolResolverRegistrar
-
Constructor.
- agentFileProtocolResolverRegistrar(AgentFileProtocolResolver) - Method in class com.netflix.genie.web.spring.autoconfigure.agent.resources.AgentResourcesAutoConfiguration
-
- AgentFileResourceImpl - Class in com.netflix.genie.web.agent.resources
-
Implementation of Resource
for files local to an agent running a job that can be
requested and streamed to the server (so they can be served via API).
- AgentFileStreamProperties - Class in com.netflix.genie.web.properties
-
- AgentFileStreamProperties() - Constructor for class com.netflix.genie.web.properties.AgentFileStreamProperties
-
- AgentFileStreamService - Interface in com.netflix.genie.agent.execution.services
-
This service regularly produces a manifest of the executing job folder and pushes it to the server.
- agentFileStreamService(FileStreamServiceGrpc.FileStreamServiceStub, TaskScheduler, JobDirectoryManifestProtoConverter, JobDirectoryManifestCreatorService, AgentProperties) - Method in class com.netflix.genie.agent.execution.services.impl.grpc.GRpcServicesAutoConfiguration
-
Provide a lazy gRPC agent file stream service if one isn't already defined.
- AgentFileStreamService - Interface in com.netflix.genie.web.agent.services
-
Service to retrieve files from a remote agent while the latter is executing a job.
- AgentFileStreamService.AgentFileResource - Interface in com.netflix.genie.web.agent.services
-
A Resource
for files local to a remote agent.
- AgentFilterProperties - Class in com.netflix.genie.web.properties
-
- AgentFilterProperties() - Constructor for class com.netflix.genie.web.properties.AgentFilterProperties
-
- AgentFilterService - Interface in com.netflix.genie.web.agent.services
-
Service to block agent/clients that the server wants to refuse service to.
- agentFilterService(List<AgentMetadataInspector>) - Method in class com.netflix.genie.web.spring.autoconfigure.agent.services.AgentServicesAutoConfiguration
-
- AgentFilterServiceImpl - Class in com.netflix.genie.web.agent.services.impl
-
- AgentFilterServiceImpl(List<AgentMetadataInspector>) - Constructor for class com.netflix.genie.web.agent.services.impl.AgentFilterServiceImpl
-
Constructor.
- AgentHeartBeatService - Interface in com.netflix.genie.agent.execution.services
-
Service that maintains an active connection with a Genie server node by sending heart beats.
- agentHeartBeatService(HeartBeatServiceGrpc.HeartBeatServiceStub, TaskScheduler, AgentProperties) - Method in class com.netflix.genie.agent.execution.services.impl.grpc.GRpcServicesAutoConfiguration
-
Provide a lazy gRPC agent heart beat service if one isn't already defined.
- agentHostname - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- AgentHostnameProjection - Interface in com.netflix.genie.web.data.services.impl.jpa.queries.projections
-
Projection for job hosts.
- AgentInspectorsAutoConfiguration - Class in com.netflix.genie.web.spring.autoconfigure.agent.inspectors
-
- AgentInspectorsAutoConfiguration() - Constructor for class com.netflix.genie.web.spring.autoconfigure.agent.inspectors.AgentInspectorsAutoConfiguration
-
- agentJobCleanupTask(DataServices, AgentCleanupProperties, MeterRegistry, AgentRoutingService) - Method in class com.netflix.genie.web.spring.autoconfigure.tasks.leader.LeaderAutoConfiguration
-
- AgentJobCleanupTask - Class in com.netflix.genie.web.tasks.leader
-
Leader task that cleans up jobs whose agent crashed or disconnected.
- AgentJobCleanupTask(DataServices, AgentCleanupProperties, MeterRegistry, AgentRoutingService) - Constructor for class com.netflix.genie.web.tasks.leader.AgentJobCleanupTask
-
Constructor.
- AgentJobKillService - Interface in com.netflix.genie.agent.execution.services
-
Register an agent to listen for job kill messages from the server
and respond to them.
- agentJobKillService(JobKillServiceGrpc.JobKillServiceFutureStub, KillService, TaskScheduler, AgentProperties) - Method in class com.netflix.genie.agent.execution.services.impl.grpc.GRpcServicesAutoConfiguration
-
Provide a lazy gRPC agent job kill service bean if one isn't already defined.
- AgentJobRequest - Interface in com.netflix.genie.common.external.dtos.v4
-
The builder and methods available for a request generated by a Genie agent typically from the command arguments.
- AgentJobRequest.Builder - Class in com.netflix.genie.common.external.dtos.v4
-
Builder for a V4 Job Request.
- agentJobRequestArgsToDTO(ArgumentDelegates.JobRequestArguments) - Method in class com.netflix.genie.agent.cli.JobRequestConverter
-
Convert Job request arguments into an AgentJobRequest object.
- AgentJobService - Interface in com.netflix.genie.agent.execution.services
-
Agent side job specification service for resolving and retrieving job specifications from the server.
- agentJobService(JobServiceGrpc.JobServiceFutureStub, JobServiceProtoConverter) - Method in class com.netflix.genie.agent.execution.services.impl.grpc.GRpcServicesAutoConfiguration
-
Provide a lazy gRPC agent job service bean if one isn't already defined.
- AgentJobService - Interface in com.netflix.genie.web.agent.services
-
A Service to collect the logic for implementing calls from the Agent when a job is launched via the CLI.
- agentJobService(DataServices, JobResolverService, AgentFilterService, AgentConfigurationService, MeterRegistry) - Method in class com.netflix.genie.web.spring.autoconfigure.agent.services.AgentServicesAutoConfiguration
-
- AgentJobServiceImpl - Class in com.netflix.genie.web.agent.services.impl
-
- AgentJobServiceImpl(DataServices, JobResolverService, AgentFilterService, AgentConfigurationService, MeterRegistry) - Constructor for class com.netflix.genie.web.agent.services.impl.AgentJobServiceImpl
-
Constructor.
- AgentLauncher - Interface in com.netflix.genie.web.agent.launchers
-
A interface which implementations will launch instances of an agent in some manner in order to run a job.
- AgentLaunchersAutoConfiguration - Class in com.netflix.genie.web.spring.autoconfigure.agent.launchers
-
Auto configuration for beans responsible for launching Genie Agent instances.
- AgentLaunchersAutoConfiguration() - Constructor for class com.netflix.genie.web.spring.autoconfigure.agent.launchers.AgentLaunchersAutoConfiguration
-
- AgentLauncherSelectionContext - Class in com.netflix.genie.web.selectors
-
- AgentLauncherSelectionContext(String, JobRequest, JobRequestMetadata, ResolvedJob, Collection<AgentLauncher>) - Constructor for class com.netflix.genie.web.selectors.AgentLauncherSelectionContext
-
Constructor.
- AgentLauncherSelector - Interface in com.netflix.genie.web.selectors
-
Interface for any classes which provide a way to select a
AgentLauncher
from a set of available candidates.
- agentLauncherSelector(Optional<AgentLauncherSelectorManagedScript>, Collection<AgentLauncher>, MeterRegistry) - Method in class com.netflix.genie.web.spring.autoconfigure.selectors.SelectorsAutoConfiguration
-
- AgentLauncherSelectorManagedScript - Class in com.netflix.genie.web.scripts
-
Extension of
ResourceSelectorScript
that delegates selection of a job's agent launcher when more than one
choice is available.
- AgentLauncherSelectorManagedScript(ScriptManager, AgentLauncherSelectorScriptProperties, MeterRegistry, PropertiesMapCache) - Constructor for class com.netflix.genie.web.scripts.AgentLauncherSelectorManagedScript
-
Constructor.
- AgentLauncherSelectorScriptProperties - Class in com.netflix.genie.web.properties
-
Properties for agent launcher selection via script.
- AgentLauncherSelectorScriptProperties() - Constructor for class com.netflix.genie.web.properties.AgentLauncherSelectorScriptProperties
-
- AgentLaunchException - Exception in com.netflix.genie.web.exceptions.checked
-
An exception for when the server can't launch an agent for whatever reason.
- AgentLaunchException() - Constructor for exception com.netflix.genie.web.exceptions.checked.AgentLaunchException
-
Constructor.
- AgentLaunchException(String) - Constructor for exception com.netflix.genie.web.exceptions.checked.AgentLaunchException
-
Constructor.
- AgentLaunchException(Throwable) - Constructor for exception com.netflix.genie.web.exceptions.checked.AgentLaunchException
-
Constructor.
- AgentLaunchException(String, Throwable) - Constructor for exception com.netflix.genie.web.exceptions.checked.AgentLaunchException
-
Constructor.
- AgentLogManager - Interface in com.netflix.genie.agent.cli.logging
-
Utility to locate and relocate agent log file.
- agentLogManagerLog4j2() - Method in class com.netflix.genie.agent.cli.CliAutoConfiguration
-
Provide an
AgentLogManager
implementation that can relocate the agent log file created by log4j2.
- AgentLogManagerLog4j2Impl - Class in com.netflix.genie.agent.cli.logging
-
Utility class that locates and relocates the agent log file.
- AgentLogManagerLog4j2Impl(LoggerContext) - Constructor for class com.netflix.genie.agent.cli.logging.AgentLogManagerLog4j2Impl
-
Constructor.
- AgentMetadata - Interface in com.netflix.genie.agent
-
Container for Genie agent metadata and runtime information.
- agentMetadata(GenieHostInfo) - Method in class com.netflix.genie.agent.spring.autoconfigure.AgentAutoConfiguration
-
Provide a lazy bean definition for
AgentMetadata
if none already exists.
- AgentMetadataImpl - Class in com.netflix.genie.agent
-
Implementation of AgentMetadata.
- AgentMetadataImpl() - Constructor for class com.netflix.genie.agent.AgentMetadataImpl
-
Constructor.
- AgentMetadataImpl(String) - Constructor for class com.netflix.genie.agent.AgentMetadataImpl
-
Constructor with pre-resolved hostname.
- AgentMetadataInspector - Interface in com.netflix.genie.web.agent.inspectors
-
Component that inspects an Agent client metadata and makes decision on whether it is allowed to proceed.
- agentPid - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- AgentProperties - Class in com.netflix.genie.agent.properties
-
Root properties class for agent.
- AgentProperties() - Constructor for class com.netflix.genie.agent.properties.AgentProperties
-
- AgentResourcesAutoConfiguration - Class in com.netflix.genie.web.spring.autoconfigure.agent.resources
-
Auto Configuration for Resource
classes exposed in the Agent module.
- AgentResourcesAutoConfiguration() - Constructor for class com.netflix.genie.web.spring.autoconfigure.agent.resources.AgentResourcesAutoConfiguration
-
- AgentRoutingService - Interface in com.netflix.genie.web.agent.services
-
Service that tracks agent connections on the local Genie node and provides routing information for
agent connected to other nodes.
- agentRoutingServiceCurator(GenieHostInfo, ServiceDiscovery<AgentRoutingServiceCuratorDiscoveryImpl.Agent>, TaskScheduler, Listenable<ConnectionStateListener>, MeterRegistry, AgentRoutingServiceProperties) - Method in class com.netflix.genie.web.spring.autoconfigure.agent.services.AgentServicesAutoConfiguration
-
- AgentRoutingServiceCuratorDiscoveryImpl - Class in com.netflix.genie.web.agent.services.impl
-
- AgentRoutingServiceCuratorDiscoveryImpl(GenieHostInfo, ServiceDiscovery<AgentRoutingServiceCuratorDiscoveryImpl.Agent>, TaskScheduler, Listenable<ConnectionStateListener>, MeterRegistry, AgentRoutingServiceProperties) - Constructor for class com.netflix.genie.web.agent.services.impl.AgentRoutingServiceCuratorDiscoveryImpl
-
Constructor.
- AgentRoutingServiceCuratorDiscoveryImpl.Agent - Class in com.netflix.genie.web.agent.services.impl
-
Payload for typed ServiceDiscovery
.
- AgentRoutingServiceProperties - Class in com.netflix.genie.web.properties
-
- AgentRoutingServiceProperties() - Constructor for class com.netflix.genie.web.properties.AgentRoutingServiceProperties
-
- AgentRoutingServiceSingleNodeImpl - Class in com.netflix.genie.web.agent.services.impl
-
Implementation of
AgentRoutingService
that assumes a single Genie node and tracks connections in-memory.
- AgentRoutingServiceSingleNodeImpl(GenieHostInfo) - Constructor for class com.netflix.genie.web.agent.services.impl.AgentRoutingServiceSingleNodeImpl
-
Constructor.
- agentRoutingServiceSingleNodeImpl(GenieHostInfo) - Method in class com.netflix.genie.web.spring.autoconfigure.agent.services.AgentServicesAutoConfiguration
-
- AgentRpcEndpointsAutoConfiguration - Class in com.netflix.genie.web.spring.autoconfigure.agent.apis.rpc.v4.endpoints
-
Configures various gRPC services and related beans if gRPC functionality is enabled.
- AgentRpcEndpointsAutoConfiguration() - Constructor for class com.netflix.genie.web.spring.autoconfigure.agent.apis.rpc.v4.endpoints.AgentRpcEndpointsAutoConfiguration
-
- AgentRpcInterceptorsAutoConfiguration - Class in com.netflix.genie.web.spring.autoconfigure.agent.apis.rpc.v4.interceptors
-
Spring Auto Configuration for default ServerInterceptor
implementations for the Genie gRPC services.
- AgentRpcInterceptorsAutoConfiguration() - Constructor for class com.netflix.genie.web.spring.autoconfigure.agent.apis.rpc.v4.interceptors.AgentRpcInterceptorsAutoConfiguration
-
- AgentRpcServersAutoConfiguration - Class in com.netflix.genie.web.spring.autoconfigure.agent.apis.rpc.servers
-
Controls whether a gRPC server is configured and started for this Genie node or not.
- AgentRpcServersAutoConfiguration() - Constructor for class com.netflix.genie.web.spring.autoconfigure.agent.apis.rpc.servers.AgentRpcServersAutoConfiguration
-
- AgentServicesAutoConfiguration - Class in com.netflix.genie.web.spring.autoconfigure.agent.services
-
Auto configuration for services needed in the agent module.
- AgentServicesAutoConfiguration() - Constructor for class com.netflix.genie.web.spring.autoconfigure.agent.services.AgentServicesAutoConfiguration
-
- agentVersion - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- api - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- API - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- ApiClientMetadata - Class in com.netflix.genie.common.external.dtos.v4
-
Data class to hold information about a Genie client whether it is an API client or an Agent.
- ApiClientMetadata(String, String) - Constructor for class com.netflix.genie.common.external.dtos.v4.ApiClientMetadata
-
Constructor.
- ApiJobRequest - Interface in com.netflix.genie.common.external.dtos.v4
-
The builder and methods available for a request generated by a REST API request.
- ApiJobRequest.Builder - Class in com.netflix.genie.common.external.dtos.v4
-
Builder for a V4 Job Request.
- ApisAutoConfiguration - Class in com.netflix.genie.web.spring.autoconfigure.apis
-
Configuration for external API tier.
- ApisAutoConfiguration() - Constructor for class com.netflix.genie.web.spring.autoconfigure.apis.ApisAutoConfiguration
-
- apisObjectMapperCustomizer() - Method in class com.netflix.genie.web.spring.autoconfigure.apis.ApisAutoConfiguration
-
Customizer for ObjectMapper
used by controllers.
- Application - Class in com.netflix.genie.common.dto
-
Application DTO.
- Application(Application.Builder) - Constructor for class com.netflix.genie.common.dto.Application
-
Constructor only accessible via builder build() method.
- Application - Class in com.netflix.genie.common.external.dtos.v4
-
An immutable V4 Application resource.
- Application(String, Instant, Instant, ExecutionEnvironment, ApplicationMetadata) - Constructor for class com.netflix.genie.common.external.dtos.v4.Application
-
Constructor.
- Application.Builder - Class in com.netflix.genie.common.dto
-
A builder to create applications.
- APPLICATION_CLEANUP_PROPERTY_PREFIX - Static variable in class com.netflix.genie.web.properties.DatabaseCleanupProperties.ApplicationDatabaseCleanupProperties
-
The prefix for all properties related to cleaning up application records from the database.
- APPLICATION_PATH_VAR - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
File Path prefix to be used while creating directories for application files to local dir.
- APPLICATION_URL_SUFFIX - Static variable in interface com.netflix.genie.client.apis.ApplicationService
-
Path to Applications.
- ApplicationClient - Class in com.netflix.genie.client
-
Client library for the Application Service.
- ApplicationClient(Retrofit) - Constructor for class com.netflix.genie.client.ApplicationClient
-
Constructor.
- ApplicationClient(String, List<Interceptor>, GenieNetworkConfiguration) - Constructor for class com.netflix.genie.client.ApplicationClient
-
- ApplicationDatabaseCleanupProperties() - Constructor for class com.netflix.genie.web.properties.DatabaseCleanupProperties.ApplicationDatabaseCleanupProperties
-
- ApplicationEntity - Class in com.netflix.genie.web.data.services.impl.jpa.entities
-
Representation of the state of an Application.
- ApplicationEntity() - Constructor for class com.netflix.genie.web.data.services.impl.jpa.entities.ApplicationEntity
-
Default constructor.
- ApplicationEntity_ - Class in com.netflix.genie.web.data.services.impl.jpa.entities
-
- ApplicationEntity_() - Constructor for class com.netflix.genie.web.data.services.impl.jpa.entities.ApplicationEntity_
-
- applicationEventMulticaster(SyncTaskExecutor, AsyncTaskExecutor) - Method in class com.netflix.genie.web.spring.autoconfigure.events.EventsAutoConfiguration
-
A multicast event publisher to replace the default one used by Spring via the ApplicationContext.
- ApplicationMetadata - Class in com.netflix.genie.common.external.dtos.v4
-
Metadata supplied by a user for an Application resource.
- ApplicationMetadata.Builder - Class in com.netflix.genie.common.external.dtos.v4
-
A builder to create application user metadata instances.
- ApplicationModelAssembler - Class in com.netflix.genie.web.apis.rest.v3.hateoas.assemblers
-
Assembles Application resources out of applications.
- ApplicationModelAssembler() - Constructor for class com.netflix.genie.web.apis.rest.v3.hateoas.assemblers.ApplicationModelAssembler
-
- ApplicationPredicates - Class in com.netflix.genie.web.data.services.impl.jpa.queries.predicates
-
- ApplicationRequest - Class in com.netflix.genie.common.external.dtos.v4
-
Fields representing all the values users can set when creating a new Application resource.
- ApplicationRequest.Builder - Class in com.netflix.genie.common.external.dtos.v4
-
Builder for a V4 Application Request.
- applicationResourceAssembler() - Method in class com.netflix.genie.web.spring.autoconfigure.apis.rest.v3.hateoas.HateoasAutoConfiguration
-
Provide a resource assembler for application resources if none already exists.
- ApplicationRestController - Class in com.netflix.genie.web.apis.rest.v3.controllers
-
REST end-point for supporting Applications.
- ApplicationRestController(DataServices, EntityModelAssemblers) - Constructor for class com.netflix.genie.web.apis.rest.v3.controllers.ApplicationRestController
-
Constructor.
- applications - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity_
-
- APPLICATIONS - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity_
-
- applications - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- APPLICATIONS - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- APPLICATIONS_DTO_ENTITY_GRAPH - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity
-
The name of the EntityGraph
which will eagerly load the command base fields and
its associated applications dto fields.
- APPLICATIONS_ENTITY_GRAPH - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity
-
The name of the EntityGraph
which will eagerly load the command base fields and
its associated applications base fields.
- ApplicationService - Interface in com.netflix.genie.client.apis
-
An interface that provides all methods needed for the Genie application client implementation.
- ApplicationStatus - Enum in com.netflix.genie.common.dto
-
The available statuses for applications.
- ApplicationStatus - Enum in com.netflix.genie.common.external.dtos.v4
-
The available statuses for applications.
- ARCHIVE_LOCATION - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- ARCHIVE_STATUS - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- archiveDirectory(Path, List<File>, URI) - Method in class com.netflix.genie.common.internal.services.impl.FileSystemJobArchiverImpl
-
Attempt to archive a directory located at directory
to the target
.
- archiveDirectory(Path, URI) - Method in class com.netflix.genie.common.internal.services.impl.JobArchiveServiceImpl
-
Backup the contents of the given directory to the target location.
- archiveDirectory(Path, List<File>, URI) - Method in class com.netflix.genie.common.internal.services.impl.S3JobArchiverImpl
-
Attempt to archive a directory located at directory
to the target
.
- archiveDirectory(Path, List<File>, URI) - Method in interface com.netflix.genie.common.internal.services.JobArchiver
-
Attempt to archive a directory located at directory
to the target
.
- archiveDirectory(Path, URI) - Method in interface com.netflix.genie.common.internal.services.JobArchiveService
-
Backup the contents of the given directory to the target location.
- ArchivedJobMetadata - Class in com.netflix.genie.web.dtos
-
A simple POJO for a compound value of related information to a job archived location and files.
- ArchivedJobMetadata() - Constructor for class com.netflix.genie.web.dtos.ArchivedJobMetadata
-
- ArchivedJobService - Interface in com.netflix.genie.web.services
-
A Service interface for working with the metadata and data of a job that was archived by the Agent upon completion.
- archivedJobService(DataServices, ResourceLoader, MeterRegistry) - Method in class com.netflix.genie.web.spring.autoconfigure.services.ServicesAutoConfiguration
-
- ArchivedJobServiceImpl - Class in com.netflix.genie.web.services.impl
-
- ArchivedJobServiceImpl(DataServices, ResourceLoader, MeterRegistry) - Constructor for class com.netflix.genie.web.services.impl.ArchivedJobServiceImpl
-
Constructor.
- ArchiveJobOutputsStage - Class in com.netflix.genie.agent.execution.statemachine.stages
-
Archive job output files and logs, if the job reached a state where it is appropriate to do so.
- ArchiveJobOutputsStage(JobArchiveService, AgentJobService) - Constructor for class com.netflix.genie.agent.execution.statemachine.stages.ArchiveJobOutputsStage
-
Constructor.
- archiveLocation - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- ArchiveStatus - Enum in com.netflix.genie.common.external.dtos.v4
-
Possible archival statuses for a Job.
- archiveStatus - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- ArchiveStatusCleanupProperties - Class in com.netflix.genie.web.properties
-
Properties related to cleaning up jobs archive status.
- ArchiveStatusCleanupProperties() - Constructor for class com.netflix.genie.web.properties.ArchiveStatusCleanupProperties
-
- archiveStatusCleanupTask(DataServices, AgentRoutingService, ArchiveStatusCleanupProperties, MeterRegistry) - Method in class com.netflix.genie.web.spring.autoconfigure.tasks.leader.LeaderAutoConfiguration
-
- ArchiveStatusCleanupTask - Class in com.netflix.genie.web.tasks.leader
-
Leader task that find jobs whose archival status was left in 'PENDING' state.
- ArchiveStatusCleanupTask(DataServices, AgentRoutingService, ArchiveStatusCleanupProperties, MeterRegistry) - Constructor for class com.netflix.genie.web.tasks.leader.ArchiveStatusCleanupTask
-
Constructor.
- ARCHIVING_DISABLED - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- archivingDisabled - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- ArgumentDelegates - Interface in com.netflix.genie.agent.cli
-
Interfaces for command-line delegates (groups of options shared by multiple commands).
- ArgumentDelegates.CacheArguments - Interface in com.netflix.genie.agent.cli
-
Delegate for agent dependencies cache.
- ArgumentDelegates.CleanupArguments - Interface in com.netflix.genie.agent.cli
-
Delegate for job folder cleanup options.
- ArgumentDelegates.JobRequestArguments - Interface in com.netflix.genie.agent.cli
-
Delegate for agent job request parameters.
- ArgumentDelegates.RuntimeConfigurationArguments - Interface in com.netflix.genie.agent.cli
-
Delegate for agent runtime options.
- ArgumentDelegates.ServerArguments - Interface in com.netflix.genie.agent.cli
-
Delegate for server connection options.
- argumentParser(JCommander, CommandFactory, MainCommandArguments) - Method in class com.netflix.genie.agent.cli.JCommanderAutoConfiguration
-
Provide an argument parser bean.
- aroundHealthIndicatorGetHealth(ProceedingJoinPoint) - Method in class com.netflix.genie.web.aspects.HealthCheckMetricsAspect
-
Aspect around join point for HealthIndicator::getHealth(..)
.
- AspectsAutoConfiguration - Class in com.netflix.genie.web.spring.autoconfigure.aspects
-
Auto configuration for aspects that should be applied to a running Genie server instance.
- AspectsAutoConfiguration() - Constructor for class com.netflix.genie.web.spring.autoconfigure.aspects.AspectsAutoConfiguration
-
- AttachmentService - Interface in com.netflix.genie.web.services
-
APIs for saving a job attachments sent in with Genie requests.
- attachmentService(S3ClientFactory, AttachmentServiceProperties, MeterRegistry) - Method in class com.netflix.genie.web.spring.autoconfigure.services.ServicesAutoConfiguration
-
The attachment service to use.
- AttachmentServiceProperties - Class in com.netflix.genie.web.properties
-
- AttachmentServiceProperties() - Constructor for class com.netflix.genie.web.properties.AttachmentServiceProperties
-
- AttachmentTooLargeException - Exception in com.netflix.genie.web.exceptions.checked
-
Exception thrown when the user tries to submit a job whose attachments exceed the limits.
- AttachmentTooLargeException() - Constructor for exception com.netflix.genie.web.exceptions.checked.AttachmentTooLargeException
-
Constructor.
- AttachmentTooLargeException(String) - Constructor for exception com.netflix.genie.web.exceptions.checked.AttachmentTooLargeException
-
Constructor.
- AttachmentTooLargeException(String, Throwable) - Constructor for exception com.netflix.genie.web.exceptions.checked.AttachmentTooLargeException
-
Constructor.
- AttachmentTooLargeException(Throwable) - Constructor for exception com.netflix.genie.web.exceptions.checked.AttachmentTooLargeException
-
Constructor.
- attemptStageAction(ExecutionContext) - Method in class com.netflix.genie.agent.execution.statemachine.ExecutionStage
-
Action associated with this stage.
- attemptStageAction(ExecutionContext) - Method in class com.netflix.genie.agent.execution.statemachine.stages.ArchiveJobOutputsStage
-
- attemptStageAction(ExecutionContext) - Method in class com.netflix.genie.agent.execution.statemachine.stages.ClaimJobStage
-
- attemptStageAction(ExecutionContext) - Method in class com.netflix.genie.agent.execution.statemachine.stages.CleanupJobDirectoryStage
-
- attemptStageAction(ExecutionContext) - Method in class com.netflix.genie.agent.execution.statemachine.stages.ConfigureAgentStage
-
- attemptStageAction(ExecutionContext) - Method in class com.netflix.genie.agent.execution.statemachine.stages.ConfigureExecutionStage
-
- attemptStageAction(ExecutionContext) - Method in class com.netflix.genie.agent.execution.statemachine.stages.CreateJobDirectoryStage
-
- attemptStageAction(ExecutionContext) - Method in class com.netflix.genie.agent.execution.statemachine.stages.CreateJobScriptStage
-
- attemptStageAction(ExecutionContext) - Method in class com.netflix.genie.agent.execution.statemachine.stages.DetermineJobFinalStatusStage
-
- attemptStageAction(ExecutionContext) - Method in class com.netflix.genie.agent.execution.statemachine.stages.DownloadDependenciesStage
-
- attemptStageAction(ExecutionContext) - Method in class com.netflix.genie.agent.execution.statemachine.stages.HandshakeStage
-
- attemptStageAction(ExecutionContext) - Method in class com.netflix.genie.agent.execution.statemachine.stages.InitializeAgentStage
-
- attemptStageAction(ExecutionContext) - Method in class com.netflix.genie.agent.execution.statemachine.stages.LaunchJobStage
-
- attemptStageAction(ExecutionContext) - Method in class com.netflix.genie.agent.execution.statemachine.stages.LogExecutionErrorsStage
-
- attemptStageAction(ExecutionContext) - Method in class com.netflix.genie.agent.execution.statemachine.stages.ObtainJobSpecificationStage
-
- attemptStageAction(ExecutionContext) - Method in class com.netflix.genie.agent.execution.statemachine.stages.RefreshManifestStage
-
- attemptStageAction(ExecutionContext) - Method in class com.netflix.genie.agent.execution.statemachine.stages.RelocateLogFileStage
-
- attemptStageAction(ExecutionContext) - Method in class com.netflix.genie.agent.execution.statemachine.stages.ReserveJobIdStage
-
- attemptStageAction(ExecutionContext) - Method in class com.netflix.genie.agent.execution.statemachine.stages.SetJobStatusFinal
-
- attemptStageAction(ExecutionContext) - Method in class com.netflix.genie.agent.execution.statemachine.stages.ShutdownStage
-
- attemptStageAction(ExecutionContext) - Method in class com.netflix.genie.agent.execution.statemachine.stages.WaitJobCompletionStage
-
- AuditEntity - Class in com.netflix.genie.web.data.services.impl.jpa.entities
-
Abstract class to support basic columns for all entities for genie.
- AuditEntity() - Constructor for class com.netflix.genie.web.data.services.impl.jpa.entities.AuditEntity
-
- AuditEntity_ - Class in com.netflix.genie.web.data.services.impl.jpa.entities
-
- AuditEntity_() - Constructor for class com.netflix.genie.web.data.services.impl.jpa.entities.AuditEntity_
-
- AuditProjection - Interface in com.netflix.genie.web.data.services.impl.jpa.queries.projections
-
Returns all the base entity attributes.
- AwsAutoConfiguration - Class in com.netflix.genie.common.internal.configs
-
Spring Boot auto configuration for AWS related beans for the Genie Agent.
- AwsAutoConfiguration() - Constructor for class com.netflix.genie.common.internal.configs.AwsAutoConfiguration
-
- AWSAutoConfiguration - Class in com.netflix.genie.web.spring.autoconfigure.aws
-
AWS beans.
- AWSAutoConfiguration() - Constructor for class com.netflix.genie.web.spring.autoconfigure.aws.AWSAutoConfiguration
-
- AwsCredentialsProperties - Class in com.netflix.genie.web.properties
-
Properties related to AWS credentials for Genie on top of what Spring Cloud AWS provides.
- AwsCredentialsProperties() - Constructor for class com.netflix.genie.web.properties.AwsCredentialsProperties
-
- AwsCredentialsProperties.SpringCloudAwsRegionProperties - Class in com.netflix.genie.web.properties
-
Property bindings for Spring Cloud AWS region specific properties.
- awsRegionProvider(AwsRegionProperties) - Method in class com.netflix.genie.common.internal.configs.AwsAutoConfiguration
-
Get an AWS region provider instance.
- awsS3ResourceLoaderProperties() - Method in class com.netflix.genie.common.internal.configs.AwsAutoConfiguration
-
Provide a configuration properties bean for Spring Cloud resource loader properties if for whatever reason
the ContextResourceLoaderAutoConfiguration
isn't applied by the agent app.
- cacheArgumentsDelegate() - Method in class com.netflix.genie.agent.cli.CliAutoConfiguration
-
Provide a bean for cache command line arguments.
- CachingAutoConfiguration - Class in com.netflix.genie.web.spring.autoconfigure
-
Auto configuration to enable Spring Boot Caching annotation support.
- CachingAutoConfiguration() - Constructor for class com.netflix.genie.web.spring.autoconfigure.CachingAutoConfiguration
-
- CAPACITY_GROUP_PROPERTY - Static variable in class com.netflix.genie.web.properties.TitusAgentLauncherProperties
-
The capacity group to launch Genie containers in Titus with.
- changeJobArchiveStatus(String, ArchiveStatus) - Method in interface com.netflix.genie.agent.execution.services.AgentJobService
-
Notify the server of a change of job files archive status.
- changeJobArchiveStatus(ChangeJobArchiveStatusRequest, StreamObserver<ChangeJobArchiveStatusResponse>) - Method in class com.netflix.genie.web.agent.apis.rpc.v4.endpoints.GRpcJobServiceImpl
-
When the agent wants to set the archival status of a job post-execution (i.e.
- ChangeJobArchiveStatusException - Exception in com.netflix.genie.agent.execution.exceptions
-
Failure to update the job archive status remotely.
- ChangeJobArchiveStatusException(String) - Constructor for exception com.netflix.genie.agent.execution.exceptions.ChangeJobArchiveStatusException
-
Constructor with message.
- ChangeJobArchiveStatusException(String, Throwable) - Constructor for exception com.netflix.genie.agent.execution.exceptions.ChangeJobArchiveStatusException
-
Constructor with message and cause.
- changeJobStatus(String, JobStatus, JobStatus, String) - Method in interface com.netflix.genie.agent.execution.services.AgentJobService
-
Notify the server of a change of job status.
- changeJobStatus(ChangeJobStatusRequest, StreamObserver<ChangeJobStatusResponse>) - Method in class com.netflix.genie.web.agent.apis.rpc.v4.endpoints.GRpcJobServiceImpl
-
When the agent wants to tell the system that the status of a job is changed this API is called.
- ChangeJobStatusException - Exception in com.netflix.genie.agent.execution.exceptions
-
Failure to update the job status remotely.
- ChangeJobStatusException(String) - Constructor for exception com.netflix.genie.agent.execution.exceptions.ChangeJobStatusException
-
Constructor with message.
- ChangeJobStatusException(String, Throwable) - Constructor for exception com.netflix.genie.agent.execution.exceptions.ChangeJobStatusException
-
Constructor with message and cause.
- changeOwnershipOfDirectory(String, String, Executor) - Static method in class com.netflix.genie.web.util.UNIXUtils
-
Change the ownership of a directory (recursively).
- channel(ArgumentDelegates.ServerArguments, List<ClientInterceptor>) - Method in class com.netflix.genie.agent.rpc.GRpcAutoConfiguration
-
Provide a lazy ManagedChannel
bean if none was already defined for communicating with the Genie server.
- characterEncodingFilter() - Method in class com.netflix.genie.web.spring.autoconfigure.apis.ApisAutoConfiguration
-
Character encoding filter that forces content-type in response to be UTF-8.
- CHECK_DELAY - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity_
-
- CHECK_DELAY - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- checkDelay - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity_
-
- checkDelay - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- claimed - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- CLAIMED - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- claimJob(String, AgentClientMetadata) - Method in interface com.netflix.genie.agent.execution.services.AgentJobService
-
Claim a given job, telling the server that this agent is about to begin execution.
- claimJob(ClaimJobRequest, StreamObserver<ClaimJobResponse>) - Method in class com.netflix.genie.web.agent.apis.rpc.v4.endpoints.GRpcJobServiceImpl
-
When an agent is claiming responsibility and ownership for a job this API is called.
- claimJob(String, AgentClientMetadata) - Method in interface com.netflix.genie.web.agent.services.AgentJobService
-
Set a job identified by id
to be owned by the agent identified by agentClientMetadata
.
- claimJob(String, AgentClientMetadata) - Method in class com.netflix.genie.web.agent.services.impl.AgentJobServiceImpl
-
Set a job identified by id
to be owned by the agent identified by agentClientMetadata
.
- claimJob(String, AgentClientMetadata) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Set a job identified by id
to be owned by the agent identified by agentClientMetadata
.
- claimJob(String, AgentClientMetadata) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Set a job identified by id
to be owned by the agent identified by agentClientMetadata
.
- ClaimJobStage - Class in com.netflix.genie.agent.execution.statemachine.stages
-
Claim the job, so no other agent can execute it.
- ClaimJobStage(AgentJobService) - Constructor for class com.netflix.genie.agent.execution.statemachine.stages.ClaimJobStage
-
Constructor.
- CLASS_NAME - Static variable in class com.netflix.genie.web.util.MetricsConstants.TagKeys
-
Key to tag a class name.
- cleanup() - Method in class com.netflix.genie.common.internal.tracing.brave.BraveTracingCleanup
-
Should be called at the end of the program to perform any necessary cleanup that native Brave components don't
already do.
- cleanup() - Method in class com.netflix.genie.test.web.configs.IntegrationTestingConfiguration
-
Get rid of the directories created by the system temporarily.
- cleanup() - Method in class com.netflix.genie.web.tasks.leader.AgentJobCleanupTask
-
Any cleanup that needs to be performed when this task is stopped due to leadership being revoked.
- cleanup() - Method in class com.netflix.genie.web.tasks.leader.DatabaseCleanupTask
-
Any cleanup that needs to be performed when this task is stopped due to leadership being revoked.
- cleanup() - Method in class com.netflix.genie.web.tasks.leader.LeaderTask
-
Any cleanup that needs to be performed when this task is stopped due to leadership being revoked.
- cleanup() - Method in class com.netflix.genie.web.tasks.leader.UserMetricsTask
-
Any cleanup that needs to be performed when this task is stopped due to leadership being revoked.
- CLEANUP_HELP_MESSAGE - Static variable in enum com.netflix.genie.agent.execution.CleanupStrategy
-
Section of the help message explaining the cleanup strategy.
- cleanupArguments() - Method in class com.netflix.genie.agent.cli.CliAutoConfiguration
-
- cleanupJobDirectory(Path, CleanupStrategy) - Method in interface com.netflix.genie.agent.execution.services.JobSetupService
-
Performs post-execution cleanup of the job directory.
- CleanupJobDirectoryStage - Class in com.netflix.genie.agent.execution.statemachine.stages
-
Performs cleanup of the job directory after execution.
- CleanupJobDirectoryStage(JobSetupService) - Constructor for class com.netflix.genie.agent.execution.statemachine.stages.CleanupJobDirectoryStage
-
Constructor.
- cleanupOrphanedObservers() - Method in class com.netflix.genie.web.agent.apis.rpc.v4.endpoints.GRpcJobKillServiceImpl
-
Remove orphaned kill observers from local map.
- CleanupStrategy - Enum in com.netflix.genie.agent.execution
-
Enum to describe the different kind of post-execution cleanup of the job directory.
- CliAutoConfiguration - Class in com.netflix.genie.agent.cli
-
Spring auto configuration class to contain all beans involved in the CLI for the Agent.
- CliAutoConfiguration() - Constructor for class com.netflix.genie.agent.cli.CliAutoConfiguration
-
- ClientMetadata - Class in com.netflix.genie.common.external.dtos.v4
-
Common base for API and Agent client metadata.
- ClientMetadata(String) - Constructor for class com.netflix.genie.common.external.dtos.v4.ClientMetadata
-
Constructor.
- close() - Method in class com.netflix.genie.agent.utils.locks.impl.FileLock
- close() - Method in class com.netflix.genie.web.agent.apis.rpc.servers.GRpcServerManager
- CloseableLock - Interface in com.netflix.genie.agent.utils.locks
-
A simple interface representing a closeable lock.
- closeForCompleted() - Method in class com.netflix.genie.web.util.StreamBuffer
-
Close this buffer because all expected data has been written
Reading will return the end of stream marker after all data has been consumed.
- closeForError(Throwable) - Method in class com.netflix.genie.web.util.StreamBuffer
-
Close this buffer before all data is written due to an error.
- Cluster - Class in com.netflix.genie.common.dto
-
Cluster DTO object.
- Cluster(Cluster.Builder) - Constructor for class com.netflix.genie.common.dto.Cluster
-
Constructor used only by the build() method of the builder.
- Cluster - Class in com.netflix.genie.common.external.dtos.v4
-
An immutable V4 Cluster resource.
- Cluster(String, Instant, Instant, ExecutionEnvironment, ClusterMetadata) - Constructor for class com.netflix.genie.common.external.dtos.v4.Cluster
-
Constructor.
- cluster - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- CLUSTER - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- Cluster.Builder - Class in com.netflix.genie.common.dto
-
A builder to create clusters.
- CLUSTER_CLEANUP_PROPERTY_PREFIX - Static variable in class com.netflix.genie.web.properties.DatabaseCleanupProperties.ClusterDatabaseCleanupProperties
-
The prefix for all properties related to cleaning up cluster records from the database.
- CLUSTER_CRITERIA - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity_
-
- CLUSTER_CRITERIA - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- CLUSTER_CRITERIA_ENTITY_GRAPH - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity
-
The name of the EntityGraph
which will eagerly load the command base fields and
its associated cluster criteria.
- CLUSTER_ID - Static variable in class com.netflix.genie.web.util.MetricsConstants.TagKeys
-
Key to tag metrics with cluster ID.
- CLUSTER_NAME - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- CLUSTER_NAME - Static variable in class com.netflix.genie.web.util.MetricsConstants.TagKeys
-
Key to tag metrics with cluster name.
- CLUSTER_PATH_VAR - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
File Path prefix to be used while creating directories for cluster files to local dir.
- CLUSTER_URL_SUFFIX - Static variable in interface com.netflix.genie.client.apis.ClusterService
-
Path to Clusters.
- ClusterClient - Class in com.netflix.genie.client
-
Client library for the Cluster Service.
- ClusterClient(Retrofit) - Constructor for class com.netflix.genie.client.ClusterClient
-
Constructor.
- ClusterClient(String, List<Interceptor>, GenieNetworkConfiguration) - Constructor for class com.netflix.genie.client.ClusterClient
-
- ClusterCriteria - Class in com.netflix.genie.common.dto
-
Cluster Criteria.
- ClusterCriteria(Set<String>) - Constructor for class com.netflix.genie.common.dto.ClusterCriteria
-
Create a cluster criteria object with the included tags.
- clusterCriteria - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity_
-
- clusterCriteria - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- ClusterDatabaseCleanupProperties() - Constructor for class com.netflix.genie.web.properties.DatabaseCleanupProperties.ClusterDatabaseCleanupProperties
-
- ClusterEntity - Class in com.netflix.genie.web.data.services.impl.jpa.entities
-
Representation of the state of the Cluster object.
- ClusterEntity() - Constructor for class com.netflix.genie.web.data.services.impl.jpa.entities.ClusterEntity
-
Default Constructor.
- ClusterEntity_ - Class in com.netflix.genie.web.data.services.impl.jpa.entities
-
- ClusterEntity_() - Constructor for class com.netflix.genie.web.data.services.impl.jpa.entities.ClusterEntity_
-
- ClusterLeaderService - Interface in com.netflix.genie.web.services
-
Service interface for the abstracts the details of leadership within nodes in a Genie cluster.
- ClusterLeaderServiceCuratorImpl - Class in com.netflix.genie.web.services.impl
-
Implementation of
ClusterLeaderService
using Spring's
LeaderInitiator
(Zookeeper/Curator based
leader election mechanism).
- ClusterLeaderServiceCuratorImpl(LeaderInitiator) - Constructor for class com.netflix.genie.web.services.impl.ClusterLeaderServiceCuratorImpl
-
Constructor.
- ClusterLeaderServiceLocalLeaderImpl - Class in com.netflix.genie.web.services.impl
-
- ClusterLeaderServiceLocalLeaderImpl(LocalLeader) - Constructor for class com.netflix.genie.web.services.impl.ClusterLeaderServiceLocalLeaderImpl
-
Constructor.
- ClusterMetadata - Class in com.netflix.genie.common.external.dtos.v4
-
Metadata supplied by a user for a Cluster resource.
- ClusterMetadata.Builder - Class in com.netflix.genie.common.external.dtos.v4
-
A builder to create cluster user metadata instances.
- ClusterModelAssembler - Class in com.netflix.genie.web.apis.rest.v3.hateoas.assemblers
-
Assembles Cluster resources out of clusters.
- ClusterModelAssembler() - Constructor for class com.netflix.genie.web.apis.rest.v3.hateoas.assemblers.ClusterModelAssembler
-
- clusterName - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- ClusterPredicates - Class in com.netflix.genie.web.data.services.impl.jpa.queries.predicates
-
- ClusterRequest - Class in com.netflix.genie.common.external.dtos.v4
-
Fields representing all the values users can set when creating a new Cluster resource.
- ClusterRequest.Builder - Class in com.netflix.genie.common.external.dtos.v4
-
Builder for a V4 Cluster Request.
- clusterResourceAssembler() - Method in class com.netflix.genie.web.spring.autoconfigure.apis.rest.v3.hateoas.HateoasAutoConfiguration
-
Provide a resource assembler for cluster resources if none already exists.
- ClusterRestController - Class in com.netflix.genie.web.apis.rest.v3.controllers
-
REST end-point for supporting clusters.
- ClusterRestController(DataServices, EntityModelAssemblers) - Constructor for class com.netflix.genie.web.apis.rest.v3.controllers.ClusterRestController
-
Constructor.
- ClusterSelectionContext - Class in com.netflix.genie.web.selectors
-
- ClusterSelectionContext(String, JobRequest, boolean, Command, Set<Cluster>) - Constructor for class com.netflix.genie.web.selectors.ClusterSelectionContext
-
Constructor.
- ClusterSelector - Interface in com.netflix.genie.web.selectors
-
Interface for any classes which provide a way to select a
Cluster
from a set of clusters
which matched criterion provided by a user in a
JobRequest
and combined with the criteria for the command
selected for a given job.
- ClusterSelectorManagedScript - Class in com.netflix.genie.web.scripts
-
Extension of
ResourceSelectorScript
that delegates selection of a job's cluster when more than one choice is
available.
- ClusterSelectorManagedScript(ScriptManager, ClusterSelectorScriptProperties, MeterRegistry, PropertiesMapCache) - Constructor for class com.netflix.genie.web.scripts.ClusterSelectorManagedScript
-
Constructor.
- ClusterSelectorScriptProperties - Class in com.netflix.genie.web.properties
-
Properties for cluster selection via script.
- ClusterSelectorScriptProperties() - Constructor for class com.netflix.genie.web.properties.ClusterSelectorScriptProperties
-
- ClusterService - Interface in com.netflix.genie.client.apis
-
An interface that provides all methods needed for the Genie cluster client implementation.
- ClusterStatus - Enum in com.netflix.genie.common.dto
-
The possible statuses for a cluster.
- ClusterStatus - Enum in com.netflix.genie.common.external.dtos.v4
-
The possible statuses for a cluster.
- com.netflix.genie - package com.netflix.genie
-
Common test resources in the base package.
- com.netflix.genie.agent - package com.netflix.genie.agent
-
Classes shared by the entire Agent project.
- com.netflix.genie.agent.cli - package com.netflix.genie.agent.cli
-
Commands for Agent and their command-line arguments descriptors.
- com.netflix.genie.agent.cli.logging - package com.netflix.genie.agent.cli.logging
-
Logging components.
- com.netflix.genie.agent.execution - package com.netflix.genie.agent.execution
-
Job execution.
- com.netflix.genie.agent.execution.exceptions - package com.netflix.genie.agent.execution.exceptions
-
Execution exceptions.
- com.netflix.genie.agent.execution.process - package com.netflix.genie.agent.execution.process
-
Interfaces and classes involved with managing and interacting with the underlying job process this agent is
responsible for.
- com.netflix.genie.agent.execution.process.impl - package com.netflix.genie.agent.execution.process.impl
-
Implementations of any interfaces that would be found in the parent package.
- com.netflix.genie.agent.execution.services - package com.netflix.genie.agent.execution.services
-
Services used during job execution components.
- com.netflix.genie.agent.execution.services.impl - package com.netflix.genie.agent.execution.services.impl
-
Implementations of execution services for the Agent.
- com.netflix.genie.agent.execution.services.impl.grpc - package com.netflix.genie.agent.execution.services.impl.grpc
-
gRPC based implementations of the agent execution services.
- com.netflix.genie.agent.execution.statemachine - package com.netflix.genie.agent.execution.statemachine
-
Job execution state machine.
- com.netflix.genie.agent.execution.statemachine.listeners - package com.netflix.genie.agent.execution.statemachine.listeners
-
Listeners for JobExecutionStateMachine.
- com.netflix.genie.agent.execution.statemachine.stages - package com.netflix.genie.agent.execution.statemachine.stages
-
Execution stages of Agent state machine.
- com.netflix.genie.agent.properties - package com.netflix.genie.agent.properties
-
Agent properties.
- com.netflix.genie.agent.rpc - package com.netflix.genie.agent.rpc
-
RPC clients and utilities.
- com.netflix.genie.agent.spring.autoconfigure - package com.netflix.genie.agent.spring.autoconfigure
-
Spring Boot auto configuration classes.
- com.netflix.genie.agent.spring.processors - package com.netflix.genie.agent.spring.processors
-
Any environment post processors for Spring that are needed.
- com.netflix.genie.agent.utils - package com.netflix.genie.agent.utils
-
Utility classes.
- com.netflix.genie.agent.utils.locks - package com.netflix.genie.agent.utils.locks
-
Locks used for caching resources.
- com.netflix.genie.agent.utils.locks.impl - package com.netflix.genie.agent.utils.locks.impl
-
CloseableLock implementations used for caching resources.
- com.netflix.genie.client - package com.netflix.genie.client
-
Client library for Genie.
- com.netflix.genie.client.apis - package com.netflix.genie.client.apis
-
Package containing all the interfaces encapsulating request calls to Genie.
- com.netflix.genie.client.configs - package com.netflix.genie.client.configs
-
Package containing configuration classes for Genie client.
- com.netflix.genie.client.exceptions - package com.netflix.genie.client.exceptions
-
A package containing all exceptions in the Genie client.
- com.netflix.genie.client.interceptors - package com.netflix.genie.client.interceptors
-
A package that contains all interceptors to be added to modify outgoing requests and incoming responses.
- com.netflix.genie.client.security.oauth2 - package com.netflix.genie.client.security.oauth2
-
Package containing Oauth security related classes.
- com.netflix.genie.client.security.oauth2.impl - package com.netflix.genie.client.security.oauth2.impl
-
Package containing implementations of interfaces defined in the oauth package.
- com.netflix.genie.common.dto - package com.netflix.genie.common.dto
-
Data transfer objects for Genie for the APIs as well as the internal services.
- com.netflix.genie.common.dto.search - package com.netflix.genie.common.dto.search
-
DTOs specifically related to search results.
- com.netflix.genie.common.exceptions - package com.netflix.genie.common.exceptions
-
Classes that represent Genie exceptions.
- com.netflix.genie.common.external.dtos.v4 - package com.netflix.genie.common.external.dtos.v4
-
Data Transfer Object's (DTOs) used in the Genie V4 API.
- com.netflix.genie.common.external.util - package com.netflix.genie.common.external.util
-
Common utility classes shared amongst various Genie modules.
- com.netflix.genie.common.internal.aws.s3 - package com.netflix.genie.common.internal.aws.s3
-
This package contains classes and utilities for working with the AWS S3 service.
- com.netflix.genie.common.internal.configs - package com.netflix.genie.common.internal.configs
-
Common Spring Auto Configuration classes for use in both Agent and Server.
- com.netflix.genie.common.internal.dtos - package com.netflix.genie.common.internal.dtos
-
DTOs shared between the Agent and the Server code base.
- com.netflix.genie.common.internal.dtos.v4 - package com.netflix.genie.common.internal.dtos.v4
-
DTOs for Genie v4.
- com.netflix.genie.common.internal.dtos.v4.converters - package com.netflix.genie.common.internal.dtos.v4.converters
-
Package for converting gRPC messages to V4 DTOs and vice versa.
- com.netflix.genie.common.internal.dtos.v4.files - package com.netflix.genie.common.internal.dtos.v4.files
-
Immutable DTOs used for representing state of a jobs files at any given time.
- com.netflix.genie.common.internal.exceptions.checked - package com.netflix.genie.common.internal.exceptions.checked
-
Package to contain exceptions that are checked but only used internally within Genie web or agent projects.
- com.netflix.genie.common.internal.exceptions.unchecked - package com.netflix.genie.common.internal.exceptions.unchecked
-
All unchecked (Runtime) exceptions for Genie.
- com.netflix.genie.common.internal.jobs - package com.netflix.genie.common.internal.jobs
-
Common job classes shared by agent and server.
- com.netflix.genie.common.internal.properties - package com.netflix.genie.common.internal.properties
-
Property classes used by both agent and web modules.
- com.netflix.genie.common.internal.services - package com.netflix.genie.common.internal.services
-
Any service interfaces and implementations shared between the Agent and the Server codebases.
- com.netflix.genie.common.internal.services.impl - package com.netflix.genie.common.internal.services.impl
-
Implementations of service interfaces found in com.netflix.genie.common.internal.services
.
- com.netflix.genie.common.internal.spring.autoconfigure - package com.netflix.genie.common.internal.spring.autoconfigure
-
Auto configuration classes for modules within this package.
- com.netflix.genie.common.internal.tracing - package com.netflix.genie.common.internal.tracing
-
Components shared between the server and agent related to request tracing.
- com.netflix.genie.common.internal.tracing.brave - package com.netflix.genie.common.internal.tracing.brave
-
Classes specific to tracing using
Brave.
- com.netflix.genie.common.internal.tracing.brave.impl - package com.netflix.genie.common.internal.tracing.brave.impl
-
Implementations of any interfaces found in com.netflix.genie.common.internal.tracing.brave
.
- com.netflix.genie.common.internal.util - package com.netflix.genie.common.internal.util
-
Internal utilities shared by client and server components.
- com.netflix.genie.common.util - package com.netflix.genie.common.util
-
Classes that have common Genie utilities.
- com.netflix.genie.swagger.spring.autoconfigure - package com.netflix.genie.swagger.spring.autoconfigure
-
Auto configuration for Spring applications relating to Swagger.
- com.netflix.genie.test.suppliers - package com.netflix.genie.test.suppliers
-
Functional interfaces for suppliers.
- com.netflix.genie.test.web.configs - package com.netflix.genie.test.web.configs
-
Any configurations used during web testing.
- com.netflix.genie.ui.controllers - package com.netflix.genie.ui.controllers
-
Controllers for MVC.
- com.netflix.genie.web.agent.apis.rpc.servers - package com.netflix.genie.web.agent.apis.rpc.servers
-
Implementations and helper classes for creating and managing a gRPC server.
- com.netflix.genie.web.agent.apis.rpc.v4.endpoints - package com.netflix.genie.web.agent.apis.rpc.v4.endpoints
-
Implementations of V4 gRPC service interfaces.
- com.netflix.genie.web.agent.apis.rpc.v4.interceptors - package com.netflix.genie.web.agent.apis.rpc.v4.interceptors
-
Custom interceptors for the gRPC server.
- com.netflix.genie.web.agent.inspectors - package com.netflix.genie.web.agent.inspectors
-
Interfaces and classes used to inspect metadata coming from an Agent.
- com.netflix.genie.web.agent.inspectors.impl - package com.netflix.genie.web.agent.inspectors.impl
-
Implementations for inspectors.
- com.netflix.genie.web.agent.launchers - package com.netflix.genie.web.agent.launchers
-
Interfaces and utilities which are used to launch instances of the Genie Agent somewhere to service a job.
- com.netflix.genie.web.agent.launchers.dtos - package com.netflix.genie.web.agent.launchers.dtos
-
- com.netflix.genie.web.agent.launchers.impl - package com.netflix.genie.web.agent.launchers.impl
-
Implmentations of interfaces which are used to launch instances of the Genie Agent somewhere to service a job.
- com.netflix.genie.web.agent.resources - package com.netflix.genie.web.agent.resources
-
Spring Resource
abstraction applied to file streamed during a running agent job.
- com.netflix.genie.web.agent.services - package com.netflix.genie.web.agent.services
-
Services specific to the Agent module of the Genie web application.
- com.netflix.genie.web.agent.services.impl - package com.netflix.genie.web.agent.services.impl
-
Default implementations of Agent Services.
- com.netflix.genie.web.apis.rest.v3.controllers - package com.netflix.genie.web.apis.rest.v3.controllers
-
Classes that represent the REST-ful resources provided by Genie.
- com.netflix.genie.web.apis.rest.v3.hateoas.assemblers - package com.netflix.genie.web.apis.rest.v3.hateoas.assemblers
-
Classes used to assemble entity models from resources.
- com.netflix.genie.web.aspects - package com.netflix.genie.web.aspects
-
Various Spring aspects for Genie web.
- com.netflix.genie.web.data.observers - package com.netflix.genie.web.data.observers
-
Entity observer classes that get notified about transformations applied to entities.
- com.netflix.genie.web.data.services - package com.netflix.genie.web.data.services
-
Service definitions specific to the data tier of Genie web.
- com.netflix.genie.web.data.services.impl.jpa - package com.netflix.genie.web.data.services.impl.jpa
-
Implementations of data services with JPA as the underlying technology.
- com.netflix.genie.web.data.services.impl.jpa.converters - package com.netflix.genie.web.data.services.impl.jpa.converters
-
Converters between entities and various DTOs.
- com.netflix.genie.web.data.services.impl.jpa.entities - package com.netflix.genie.web.data.services.impl.jpa.entities
-
Entity classes that represent the Genie data model/internal state.
- com.netflix.genie.web.data.services.impl.jpa.listeners - package com.netflix.genie.web.data.services.impl.jpa.listeners
-
Entity listeners classes that listen to changes applied in persistent storage.
- com.netflix.genie.web.data.services.impl.jpa.queries.aggregates - package com.netflix.genie.web.data.services.impl.jpa.queries.aggregates
-
A package containing aggregates interfaces for Spring Data JPA.
- com.netflix.genie.web.data.services.impl.jpa.queries.predicates - package com.netflix.genie.web.data.services.impl.jpa.queries.predicates
-
Package containing specification classes for use with JPA queries through Spring.
- com.netflix.genie.web.data.services.impl.jpa.queries.projections - package com.netflix.genie.web.data.services.impl.jpa.queries.projections
-
A package containing projection interfaces for Spring Data JPA.
- com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4 - package com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4
-
Projections for V4 data types.
- com.netflix.genie.web.data.services.impl.jpa.repositories - package com.netflix.genie.web.data.services.impl.jpa.repositories
-
Classes used for accessing data with JPA.
- com.netflix.genie.web.data.services.impl.jpa.utils - package com.netflix.genie.web.data.services.impl.jpa.utils
-
Utilities for working with JPA or the Genie databases in general.
- com.netflix.genie.web.dtos - package com.netflix.genie.web.dtos
-
Immutable DTOs specifically used by the web server.
- com.netflix.genie.web.events - package com.netflix.genie.web.events
-
Contains all the classes which extend ApplicationEvent
for customized events
within Genie.
- com.netflix.genie.web.exceptions.checked - package com.netflix.genie.web.exceptions.checked
-
All checked exceptions specific to the web server.
- com.netflix.genie.web.health - package com.netflix.genie.web.health
-
Classes for reporting health information to actuator.
- com.netflix.genie.web.introspection - package com.netflix.genie.web.introspection
-
Classes related to the web server inspecting or knowing its own state at runtime.
- com.netflix.genie.web.properties - package com.netflix.genie.web.properties
-
This package contains classes which represent configuration properties for type binding and simpler usage.
- com.netflix.genie.web.properties.converters - package com.netflix.genie.web.properties.converters
-
A package which contains implementations of Converter
to convert
between String representations of properties and more complex objects that can be used more effectively
programmatically without spreading such conversion all over the code.
- com.netflix.genie.web.resources.writers - package com.netflix.genie.web.resources.writers
-
Interfaces and implementations to convert a directory to given representations.
- com.netflix.genie.web.scripts - package com.netflix.genie.web.scripts
-
Package for script loaded at runtime to provide custom extensions and behavior.
- com.netflix.genie.web.selectors - package com.netflix.genie.web.selectors
-
Package to contain interfaces and classes which provide plugin functionality for selecting resources at runtime
for jobs.
- com.netflix.genie.web.selectors.impl - package com.netflix.genie.web.selectors.impl
-
Implementations of various selector interfaces.
- com.netflix.genie.web.services - package com.netflix.genie.web.services
-
Interfaces for core Genie services.
- com.netflix.genie.web.services.impl - package com.netflix.genie.web.services.impl
-
Implementations of services specific to a web application.
- com.netflix.genie.web.spring.actuators - package com.netflix.genie.web.spring.actuators
-
Actuator endpoints.
- com.netflix.genie.web.spring.autoconfigure - package com.netflix.genie.web.spring.autoconfigure
-
Various Spring configurations for Genie web.
- com.netflix.genie.web.spring.autoconfigure.agent.apis.rpc.servers - package com.netflix.genie.web.spring.autoconfigure.agent.apis.rpc.servers
-
Auto configuration for the RPC server used for the agent on the web server.
- com.netflix.genie.web.spring.autoconfigure.agent.apis.rpc.v4.endpoints - package com.netflix.genie.web.spring.autoconfigure.agent.apis.rpc.v4.endpoints
-
Auto configuration of V4 gRPC endpoints for the agent to connect to.
- com.netflix.genie.web.spring.autoconfigure.agent.apis.rpc.v4.interceptors - package com.netflix.genie.web.spring.autoconfigure.agent.apis.rpc.v4.interceptors
-
Auto configuration of V4 gRPC interceptors for the agent to connect to.
- com.netflix.genie.web.spring.autoconfigure.agent.inspectors - package com.netflix.genie.web.spring.autoconfigure.agent.inspectors
-
Auto configuration for the inspectors package for the agent module.
- com.netflix.genie.web.spring.autoconfigure.agent.launchers - package com.netflix.genie.web.spring.autoconfigure.agent.launchers
-
Auto configuration for the launchers package of the agent module.
- com.netflix.genie.web.spring.autoconfigure.agent.resources - package com.netflix.genie.web.spring.autoconfigure.agent.resources
-
Auto configurations for the agent module resources package.
- com.netflix.genie.web.spring.autoconfigure.agent.services - package com.netflix.genie.web.spring.autoconfigure.agent.services
-
Agent services auto configuration.
- com.netflix.genie.web.spring.autoconfigure.apis - package com.netflix.genie.web.spring.autoconfigure.apis
-
Auto configurations for the apis package.
- com.netflix.genie.web.spring.autoconfigure.apis.rest.v3.hateoas - package com.netflix.genie.web.spring.autoconfigure.apis.rest.v3.hateoas
-
Auto configurations for the hateoas package for the V3 REST API.
- com.netflix.genie.web.spring.autoconfigure.aspects - package com.netflix.genie.web.spring.autoconfigure.aspects
-
Auto configuration for aspects applied to the Genie server.
- com.netflix.genie.web.spring.autoconfigure.aws - package com.netflix.genie.web.spring.autoconfigure.aws
-
AWS beans Autoconfiguration.
- com.netflix.genie.web.spring.autoconfigure.data - package com.netflix.genie.web.spring.autoconfigure.data
-
Auto configuration for data module of to the Genie server.
- com.netflix.genie.web.spring.autoconfigure.events - package com.netflix.genie.web.spring.autoconfigure.events
-
Auto configuration for data module of to the Genie server.
- com.netflix.genie.web.spring.autoconfigure.health - package com.netflix.genie.web.spring.autoconfigure.health
-
Auto configuration for health module of to the Genie server.
- com.netflix.genie.web.spring.autoconfigure.introspection - package com.netflix.genie.web.spring.autoconfigure.introspection
-
Auto configurations for the introspection module.
- com.netflix.genie.web.spring.autoconfigure.properties.converters - package com.netflix.genie.web.spring.autoconfigure.properties.converters
-
Auto configurations for property conversion.
- com.netflix.genie.web.spring.autoconfigure.scripts - package com.netflix.genie.web.spring.autoconfigure.scripts
-
Script extensions configuration.
- com.netflix.genie.web.spring.autoconfigure.selectors - package com.netflix.genie.web.spring.autoconfigure.selectors
-
Auto configuration for the selectors module of Genie web.
- com.netflix.genie.web.spring.autoconfigure.services - package com.netflix.genie.web.spring.autoconfigure.services
-
Auto configuration for services module of the Genie server.
- com.netflix.genie.web.spring.autoconfigure.tasks - package com.netflix.genie.web.spring.autoconfigure.tasks
-
Auto configuration for tasks module of the Genie server.
- com.netflix.genie.web.spring.autoconfigure.tasks.leader - package com.netflix.genie.web.spring.autoconfigure.tasks.leader
-
Auto configuration for the leader tasks module of the Genie server.
- com.netflix.genie.web.spring.autoconfigure.tasks.node - package com.netflix.genie.web.spring.autoconfigure.tasks.node
-
Auto configuration for the node tasks module of the Genie server.
- com.netflix.genie.web.spring.processors - package com.netflix.genie.web.spring.processors
-
Any environment post processors for Spring that are needed.
- com.netflix.genie.web.tasks - package com.netflix.genie.web.tasks
-
Classes which Genie will run basically as cron jobs to do various impl.
- com.netflix.genie.web.tasks.leader - package com.netflix.genie.web.tasks.leader
-
Classes involved in leadership election and tasks associated with being a cluster leader.
- com.netflix.genie.web.tasks.node - package com.netflix.genie.web.tasks.node
-
Classes that run as tasks on every node in a Genie cluster.
- com.netflix.genie.web.util - package com.netflix.genie.web.util
-
General utility classes.
- Command - Class in com.netflix.genie.common.dto
-
A command data transfer object.
- Command(Command.Builder) - Constructor for class com.netflix.genie.common.dto.Command
-
Constructor used by the builder.
- Command - Class in com.netflix.genie.common.external.dtos.v4
-
An immutable V4 Command resource.
- Command(String, Instant, Instant, ExecutionEnvironment, CommandMetadata, List<String>, Integer, long, List<Criterion>) - Constructor for class com.netflix.genie.common.external.dtos.v4.Command
-
Constructor.
- command - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- COMMAND - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- Command.Builder - Class in com.netflix.genie.common.dto
-
A builder to create commands.
- COMMAND_ARGS - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- COMMAND_CLEANUP_PROPERTY_PREFIX - Static variable in class com.netflix.genie.web.properties.DatabaseCleanupProperties.CommandDatabaseCleanupProperties
-
The prefix for all properties related to cleaning up command records from the database.
- COMMAND_CREATION_THRESHOLD_PROPERTY - Static variable in class com.netflix.genie.web.properties.DatabaseCleanupProperties.CommandDeactivationDatabaseCleanupProperties
-
The number of days before the current cleanup run that a command must have been created in the system to
be considered for deactivation.
- COMMAND_CRITERION - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- COMMAND_DEACTIVATION_PROPERTY_PREFIX - Static variable in class com.netflix.genie.web.properties.DatabaseCleanupProperties.CommandDeactivationDatabaseCleanupProperties
-
The prefix for all properties related to deactivating commands in the database.
- COMMAND_ID - Static variable in class com.netflix.genie.web.util.MetricsConstants.TagKeys
-
Key to tag metrics with command ID.
- COMMAND_NAME - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- COMMAND_NAME - Static variable in class com.netflix.genie.web.util.MetricsConstants.TagKeys
-
Key to tag metrics with command name.
- COMMAND_PATH_VAR - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
File Path prefix to be used while creating directories for command files to local dir.
- COMMAND_URL_SUFFIX - Static variable in interface com.netflix.genie.client.apis.CommandService
-
Path to Commands.
- commandArgs - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- CommandClient - Class in com.netflix.genie.client
-
Client library for the Command Service.
- CommandClient(Retrofit) - Constructor for class com.netflix.genie.client.CommandClient
-
Constructor.
- CommandClient(String, List<Interceptor>, GenieNetworkConfiguration) - Constructor for class com.netflix.genie.client.CommandClient
-
- commandCriterion - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- CommandDatabaseCleanupProperties() - Constructor for class com.netflix.genie.web.properties.DatabaseCleanupProperties.CommandDatabaseCleanupProperties
-
- CommandDeactivationDatabaseCleanupProperties() - Constructor for class com.netflix.genie.web.properties.DatabaseCleanupProperties.CommandDeactivationDatabaseCleanupProperties
-
- CommandEntity - Class in com.netflix.genie.web.data.services.impl.jpa.entities
-
Representation of the state of the Command Object.
- CommandEntity() - Constructor for class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity
-
Default Constructor.
- CommandEntity_ - Class in com.netflix.genie.web.data.services.impl.jpa.entities
-
- CommandEntity_() - Constructor for class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity_
-
- commandFactory(List<AgentCommandArguments>, ApplicationContext) - Method in class com.netflix.genie.agent.cli.JCommanderAutoConfiguration
-
Provide a command factory bean.
- CommandMetadata - Class in com.netflix.genie.common.external.dtos.v4
-
Metadata supplied by a user for a Command resource.
- CommandMetadata.Builder - Class in com.netflix.genie.common.external.dtos.v4
-
A builder to create command user metadata instances.
- CommandModelAssembler - Class in com.netflix.genie.web.apis.rest.v3.hateoas.assemblers
-
Assembles Command resources out of commands.
- CommandModelAssembler() - Constructor for class com.netflix.genie.web.apis.rest.v3.hateoas.assemblers.CommandModelAssembler
-
- commandName - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- CommandPredicates - Class in com.netflix.genie.web.data.services.impl.jpa.queries.predicates
-
- CommandRequest - Class in com.netflix.genie.common.external.dtos.v4
-
Fields representing all the values users can set when creating a new Command resource.
- CommandRequest.Builder - Class in com.netflix.genie.common.external.dtos.v4
-
Builder for a V4 Command Request.
- commandResourceAssembler() - Method in class com.netflix.genie.web.spring.autoconfigure.apis.rest.v3.hateoas.HateoasAutoConfiguration
-
Provide a resource assembler for command resources if none already exists.
- CommandRestController - Class in com.netflix.genie.web.apis.rest.v3.controllers
-
REST end-point for supporting commands.
- CommandRestController(DataServices, EntityModelAssemblers) - Constructor for class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Constructor.
- commands - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.ApplicationEntity_
-
- COMMANDS - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.ApplicationEntity_
-
- COMMANDS_DTO_ENTITY_GRAPH - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.ApplicationEntity
-
The name of the EntityGraph
which will eagerly load everything needed to access
an applications commands and create the command DTOs.
- COMMANDS_ENTITY_GRAPH - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.ApplicationEntity
-
The name of the EntityGraph
which will eagerly load everything needed to access
an applications commands base fields.
- CommandSelectionContext - Class in com.netflix.genie.web.selectors
-
- CommandSelectionContext(String, JobRequest, boolean, Map<Command, Set<Cluster>>) - Constructor for class com.netflix.genie.web.selectors.CommandSelectionContext
-
Constructor.
- CommandSelector - Interface in com.netflix.genie.web.selectors
-
Interface for any classes which provide a way to select a
Command
from a set of commands
which matched criterion provided by a user in a
JobRequest
.
- commandSelector(Optional<CommandSelectorManagedScript>, MeterRegistry) - Method in class com.netflix.genie.web.spring.autoconfigure.selectors.SelectorsAutoConfiguration
-
Provide a default
CommandSelector
implementation if no other has been defined in the context already.
- CommandSelectorManagedScript - Class in com.netflix.genie.web.scripts
-
An extension of
ResourceSelectorScript
which from a set of commands and the original job request will
attempt to determine the best command to use for execution.
- CommandSelectorManagedScript(ScriptManager, CommandSelectorManagedScriptProperties, MeterRegistry, PropertiesMapCache) - Constructor for class com.netflix.genie.web.scripts.CommandSelectorManagedScript
-
Constructor.
- CommandSelectorManagedScriptProperties - Class in com.netflix.genie.web.properties
-
- CommandSelectorManagedScriptProperties() - Constructor for class com.netflix.genie.web.properties.CommandSelectorManagedScriptProperties
-
- CommandService - Interface in com.netflix.genie.client.apis
-
An interface that provides all methods needed for the Genie command client implementation.
- CommandStatus - Enum in com.netflix.genie.common.dto
-
The available statuses for Commands.
- CommandStatus - Enum in com.netflix.genie.common.external.dtos.v4
-
The available statuses for Commands.
- CommonDTO - Class in com.netflix.genie.common.dto
-
Common fields for multiple DTOs.
- CommonDTO.Builder<T extends CommonDTO.Builder> - Class in com.netflix.genie.common.dto
-
Builder pattern to save constructor arguments.
- CommonMetadata - Class in com.netflix.genie.common.external.dtos.v4
-
Metadata fields common to all Genie resources (Jobs, clusters, etc).
- CommonMetadata(CommonMetadata.Builder) - Constructor for class com.netflix.genie.common.external.dtos.v4.CommonMetadata
-
Constructor.
- CommonMetadata.Builder<T extends CommonMetadata.Builder> - Class in com.netflix.genie.common.external.dtos.v4
-
Builder for common fields.
- CommonRequest - Interface in com.netflix.genie.common.external.dtos.v4
-
Common fields for Resource requests (clusters, commands, jobs, etc).
- CommonResource - Class in com.netflix.genie.common.external.dtos.v4
-
Fields common to every Genie v4 resource (cluster, command, etc).
- CommonServicesAutoConfiguration - Class in com.netflix.genie.common.internal.configs
-
Auto configuration of any services that are common to both the agent and the server.
- CommonServicesAutoConfiguration() - Constructor for class com.netflix.genie.common.internal.configs.CommonServicesAutoConfiguration
-
- CommonTracingAutoConfiguration - Class in com.netflix.genie.common.internal.spring.autoconfigure
-
Auto configuration for common tracing components within Genie server and agent.
- CommonTracingAutoConfiguration() - Constructor for class com.netflix.genie.common.internal.spring.autoconfigure.CommonTracingAutoConfiguration
-
- composePath(File, String...) - Static method in class com.netflix.genie.agent.utils.PathUtils
-
Append an arbitrary set of components to a base path.
- composePath(Path, String...) - Static method in class com.netflix.genie.agent.utils.PathUtils
-
Append an arbitrary set of components to a base path.
- CONFIG_FILE_PATH_PREFIX - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
File Path prefix to be used while creating paths for config files downloaded by Genie to local dir.
- configs - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.ApplicationEntity_
-
- CONFIGS - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.ApplicationEntity_
-
- configs - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.ClusterEntity_
-
- CONFIGS - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.ClusterEntity_
-
- configs - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity_
-
- CONFIGS - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity_
-
- configs - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- CONFIGS - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- configure(AgentClientMetadata) - Method in interface com.netflix.genie.agent.execution.services.AgentJobService
-
Obtain server-provided configuration properties.
- configure(ConfigureRequest, StreamObserver<ConfigureResponse>) - Method in class com.netflix.genie.web.agent.apis.rpc.v4.endpoints.GRpcJobServiceImpl
-
This API provides runtime configuration to the agent (example: timeouts, parallelism, etc.).
- ConfigureAgentStage - Class in com.netflix.genie.agent.execution.statemachine.stages
-
Configures the agent with server-provided runtime parameters that are independent of the job.
- ConfigureAgentStage(AgentJobService) - Constructor for class com.netflix.genie.agent.execution.statemachine.stages.ConfigureAgentStage
-
Constructor.
- ConfigureException - Exception in com.netflix.genie.agent.execution.exceptions
-
Failure to obtain configuration properties from server.
- ConfigureException(String) - Constructor for exception com.netflix.genie.agent.execution.exceptions.ConfigureException
-
Constructor with message.
- ConfigureException(String, Throwable) - Constructor for exception com.netflix.genie.agent.execution.exceptions.ConfigureException
-
Constructor with message and cause.
- ConfigureExecutionStage - Class in com.netflix.genie.agent.execution.statemachine.stages
-
Sets up context state based on the type of execution and other command-line parameters.
- ConfigureExecutionStage(JobRequestConverter, ArgumentDelegates.JobRequestArguments, ArgumentDelegates.RuntimeConfigurationArguments, ArgumentDelegates.CleanupArguments) - Constructor for class com.netflix.genie.agent.execution.statemachine.stages.ConfigureExecutionStage
-
Constructor.
- Connect() - Constructor for class com.netflix.genie.web.properties.HttpProperties.Connect
-
- ConsoleLog - Class in com.netflix.genie.agent.cli.logging
-
Utilities for interacting with the user terminal/console.
- ConsoleLogListener - Class in com.netflix.genie.agent.execution.statemachine.listeners
-
Job execution listener that prints messages visible to the user in the console.
- ConsoleLogListener() - Constructor for class com.netflix.genie.agent.execution.statemachine.listeners.ConsoleLogListener
-
Constructor.
- consoleLogLoggingListener() - Method in class com.netflix.genie.agent.execution.ExecutionAutoConfiguration
-
- Container() - Constructor for class com.netflix.genie.web.agent.launchers.dtos.TitusBatchJobRequest.Container
-
- CONTAINER_ATTRIBUTES_PROPERTY - Static variable in class com.netflix.genie.web.properties.TitusAgentLauncherProperties
-
Any attributes that should be added to the request specifically for the container.
- contentLength() - Method in class com.netflix.genie.web.agent.resources.AgentFileResourceImpl
- contribute(Info.Builder) - Method in class com.netflix.genie.web.agent.services.impl.AgentConnectionTrackingServiceImpl
- ControllerUtils - Class in com.netflix.genie.web.apis.rest.v3.controllers
-
Utility methods re-used in various controllers.
- convert(String) - Method in class com.netflix.genie.web.properties.converters.URIPropertyConverter
- convertToDatabaseColumn(JsonNode) - Method in class com.netflix.genie.web.data.services.impl.jpa.converters.JsonAttributeConverter
- convertToEntityAttribute(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.converters.JsonAttributeConverter
- countJobsByUserAndStatusIn(String, Set<String>) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaJobRepository
-
Count all jobs that belong to a given user and are in any of the given states.
- createApplication(Application) - Method in interface com.netflix.genie.client.apis.ApplicationService
-
Method to create a application in Genie.
- createApplication(Application) - Method in class com.netflix.genie.client.ApplicationClient
-
Create an application in genie.
- createApplication(Application) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ApplicationRestController
-
Create an Application.
- createCluster(Cluster) - Method in interface com.netflix.genie.client.apis.ClusterService
-
Method to create a cluster in Genie.
- createCluster(Cluster) - Method in class com.netflix.genie.client.ClusterClient
-
Create a cluster ing genie.
- createCluster(Cluster) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ClusterRestController
-
Create cluster configuration.
- createCommand(Command) - Method in interface com.netflix.genie.client.apis.CommandService
-
Method to create a command in Genie.
- createCommand(Command) - Method in class com.netflix.genie.client.CommandClient
-
Create a command ing genie.
- createCommand(Command) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Create a Command configuration.
- created - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.AuditEntity_
-
- CREATED - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.AuditEntity_
-
- createFatalException(String, Throwable) - Method in class com.netflix.genie.agent.execution.statemachine.ExecutionStage
-
- createFatalException(Throwable) - Method in class com.netflix.genie.agent.execution.statemachine.ExecutionStage
-
- createForActiveJobsLimit(String, long, long) - Static method in exception com.netflix.genie.common.exceptions.GenieUserLimitExceededException
-
Static factory method to produce a GenieUserLimitExceededException suitable for when the user exceeded the
maximum number of active jobs and its trying to submit yet another.
- createJobDirectory(JobSpecification) - Method in interface com.netflix.genie.agent.execution.services.JobSetupService
-
Creates a directory for the given job.
- CreateJobDirectoryStage - Class in com.netflix.genie.agent.execution.statemachine.stages
-
Creates the job directory.
- CreateJobDirectoryStage(JobSetupService) - Constructor for class com.netflix.genie.agent.execution.statemachine.stages.CreateJobDirectoryStage
-
Constructor.
- createJobScript(JobSpecification, File) - Method in interface com.netflix.genie.agent.execution.services.JobSetupService
-
Creates the executable script that executes setup and runs the job (a.k.a.
- CreateJobScriptStage - Class in com.netflix.genie.agent.execution.statemachine.stages
-
Creates the job script (a.k.a.
- CreateJobScriptStage(JobSetupService) - Constructor for class com.netflix.genie.agent.execution.statemachine.stages.CreateJobScriptStage
-
Constructor.
- createPropertiesSnapshot(Environment, String) - Static method in class com.netflix.genie.common.internal.util.PropertySourceUtils
-
Takes a snapshot of the properties that match a given prefix.
- createRelative(String) - Method in class com.netflix.genie.web.agent.resources.AgentFileResourceImpl
- createRetryableException(Throwable) - Method in class com.netflix.genie.agent.execution.statemachine.ExecutionStage
-
- createTagSearchString(Set<TagEntity>) - Static method in class com.netflix.genie.web.data.services.impl.jpa.queries.predicates.PredicateUtils
-
Convert a set of TagEntities to the '|' delimited tag search string.
- createUri(String, String, String) - Static method in class com.netflix.genie.web.agent.resources.AgentFileProtocolResolver
-
Create a URI for the given remote agent file.
- createUser(String, String, Executor) - Static method in class com.netflix.genie.web.util.UNIXUtils
-
Create user on the system.
- Criterion - Class in com.netflix.genie.common.external.dtos.v4
-
Representation of various criterion options available.
- Criterion(Criterion, String) - Constructor for class com.netflix.genie.common.external.dtos.v4.Criterion
-
Copy the contents of the given
Criterion
but use the supplied status.
- Criterion.Builder - Class in com.netflix.genie.common.external.dtos.v4
-
Builder for creating a Criterion instance.
- CriterionEntity - Class in com.netflix.genie.web.data.services.impl.jpa.entities
-
Entity for criteria records.
- CriterionEntity(String, String, String, String, Set<TagEntity>) - Constructor for class com.netflix.genie.web.data.services.impl.jpa.entities.CriterionEntity
-
Constructor.
- CriterionEntity_ - Class in com.netflix.genie.web.data.services.impl.jpa.entities
-
- CriterionEntity_() - Constructor for class com.netflix.genie.web.data.services.impl.jpa.entities.CriterionEntity_
-
- curatorClusterLeaderService(LeaderInitiator) - Method in class com.netflix.genie.web.spring.autoconfigure.tasks.leader.LeaderAutoConfiguration
-
Create a
ClusterLeaderService
based on Zookeeper/Curator if
LeaderInitiator
is
available and the bean does not already exist.
- GENIE_AGENT_ENV_FILE_NAME - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
Filename for environment variables dumped after setup.
- GENIE_AGENT_LOG_FILE_NAME - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
Genie Agent log file name (after it is relocated inside the job directory).
- GENIE_APPLICATION_DIR_ENV_VAR - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
Environment variable for Genie application directory.
- GENIE_CLUSTER_DIR_ENV_VAR - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
Environment variable for Genie cluster directory.
- GENIE_CLUSTER_ID_ENV_VAR - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
Environment variable for Genie cluster id.
- GENIE_CLUSTER_NAME_ENV_VAR - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
Environment variable for the Genie cluster name.
- GENIE_CLUSTER_TAGS_ENV_VAR - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
Environment variable for the Genie cluster tags.
- GENIE_COMMAND_DIR_ENV_VAR - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
Environment variable for Genie command directory.
- GENIE_COMMAND_ID_ENV_VAR - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
Environment variable for Genie command id.
- GENIE_COMMAND_NAME_ENV_VAR - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
Environment variable for the Genie command name.
- GENIE_COMMAND_TAGS_ENV_VAR - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
Environment variable for the Genie command tags.
- GENIE_ENTITY_SETUP_SCRIPT_FILE_NAME - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
The name of the setup file (for entities that have one) when downloaded in the job directory.
- GENIE_FORWARDED_FROM_HEADER - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
The header to use to mark a forwarded from another Genie node.
- GENIE_ID_PREFIX - Static variable in class com.netflix.genie.common.internal.dtos.v4.converters.DtoConverters
-
The Genie 3 prefix for resource ID added to the set of tags by the system.
- GENIE_JOB_DIR_ENV_VAR - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
Environment variable for Genie job working directory.
- GENIE_JOB_GROUPING_ENV_VAR - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
Environment variable for Genie Job grouping.
- GENIE_JOB_GROUPING_INSTANCE_ENV_VAR - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
Environment variable for Genie Job grouping instance.
- GENIE_JOB_ID_ENV_VAR - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
Environment variable for Genie Job ID.
- GENIE_JOB_LAUNCHER_SCRIPT - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
The launcher script name that genie creates to setup a job for running.
- GENIE_JOB_MEMORY_ENV_VAR - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
Environment variable for Genie Job Memory.
- GENIE_JOB_NAME_ENV_VAR - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
Environment variable for Genie Job Name.
- GENIE_JOB_TAGS_ENV_VAR - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
Environment variable for Genie job tags provided by the user.
- GENIE_NAME_PREFIX - Static variable in class com.netflix.genie.common.internal.dtos.v4.converters.DtoConverters
-
The Genie 3 prefix for resource names added to the set of tags by the system.
- GENIE_PATH_VAR - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
File Path prefix to be used while creating working directory for jobs.
- GENIE_REQUESTED_CLUSTER_TAGS_ENV_VAR - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
Environment variable for the Genie cluster criteria tags in the job request.
- GENIE_REQUESTED_COMMAND_TAGS_ENV_VAR - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
Environment variable for the Genie command tags in the job request.
- GENIE_SETUP_ERROR_FILE_NAME - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
The name of the file left behind if the runfile fails during setup (sourcing entities setup scripts).
- GENIE_SETUP_LOG_FILE_NAME - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
Filename for logfile generated during setup (sourcing of entities setup files).
- GENIE_USER_ENV_VAR - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
Environment variable for the Genie username the job request.
- GENIE_USER_GROUP - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- GENIE_USER_GROUP_ENV_VAR - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
Environment variable for the Genie user group the job request.
- GENIE_VERSION_ENV_VAR - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
Environment variable for Genie version.
- GenieAgentApplication - Class in com.netflix.genie
-
Genie Agent application.
- GenieAgentApplication() - Constructor for class com.netflix.genie.GenieAgentApplication
-
- GenieAgentHealthIndicator - Class in com.netflix.genie.web.health
-
Provides a health indicator relative to the behavior of Genie Agents and this Server.
- GenieAgentHealthIndicator(AgentConnectionTrackingService) - Constructor for class com.netflix.genie.web.health.GenieAgentHealthIndicator
-
Constructor.
- genieAgentHealthIndicator(AgentConnectionTrackingService) - Method in class com.netflix.genie.web.spring.autoconfigure.health.HealthAutoConfiguration
-
Provide a health indicator tied to agent related information if one hasn't already been provided elsewhere.
- genieAgentHostInfo() - Method in class com.netflix.genie.agent.spring.autoconfigure.AgentAutoConfiguration
-
- GenieAgentRejectedException - Exception in com.netflix.genie.common.internal.exceptions.unchecked
-
An exception to represent the case where an Agent was rejected by the server.
- GenieAgentRejectedException() - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieAgentRejectedException
-
Constructor.
- GenieAgentRejectedException(String) - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieAgentRejectedException
-
Constructor.
- GenieAgentRejectedException(String, Throwable) - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieAgentRejectedException
-
Constructor.
- GenieAgentRejectedException(Throwable) - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieAgentRejectedException
-
Constructor.
- genieAgentRunner(ArgumentParser, CommandFactory, BraveTracingComponents, Environment) - Method in class com.netflix.genie.agent.cli.CliAutoConfiguration
-
- GenieAgentRunner - Class in com.netflix.genie.agent.cli
-
Main entry point for execution after the application is initialized.
- genieApiDocket() - Method in class com.netflix.genie.swagger.spring.autoconfigure.SwaggerAutoConfiguration
-
Configure Spring Fox.
- GenieApp - Class in com.netflix.genie
-
Main Genie Spring Configuration class.
- GenieApp() - Constructor for class com.netflix.genie.GenieApp
-
Protected constructor.
- GenieApplicationNotFoundException - Exception in com.netflix.genie.common.internal.exceptions.unchecked
-
An exception to represent the case where an application was expected to exist (e.g.
- GenieApplicationNotFoundException() - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieApplicationNotFoundException
-
Constructor.
- GenieApplicationNotFoundException(String) - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieApplicationNotFoundException
-
Constructor.
- GenieApplicationNotFoundException(String, Throwable) - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieApplicationNotFoundException
-
Constructor.
- GenieApplicationNotFoundException(Throwable) - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieApplicationNotFoundException
-
Constructor.
- genieAsyncTaskExecutor(TasksExecutorPoolProperties) - Method in class com.netflix.genie.web.spring.autoconfigure.tasks.TasksAutoConfiguration
-
Get a task executor for executing tasks asynchronously that don't need to be scheduled at a recurring rate.
- GenieBadRequestException - Exception in com.netflix.genie.common.exceptions
-
Extension of a GenieException for all bad request failures.
- GenieBadRequestException(String, Throwable) - Constructor for exception com.netflix.genie.common.exceptions.GenieBadRequestException
-
Constructor.
- GenieBadRequestException(String) - Constructor for exception com.netflix.genie.common.exceptions.GenieBadRequestException
-
Constructor.
- GenieCheckedException - Exception in com.netflix.genie.common.internal.exceptions.checked
-
Base class for Genie checked exceptions.
- GenieCheckedException() - Constructor for exception com.netflix.genie.common.internal.exceptions.checked.GenieCheckedException
-
Constructor.
- GenieCheckedException(String) - Constructor for exception com.netflix.genie.common.internal.exceptions.checked.GenieCheckedException
-
Constructor.
- GenieCheckedException(String, Throwable) - Constructor for exception com.netflix.genie.common.internal.exceptions.checked.GenieCheckedException
-
Constructor.
- GenieCheckedException(Throwable) - Constructor for exception com.netflix.genie.common.internal.exceptions.checked.GenieCheckedException
-
Constructor.
- GenieClientException - Exception in com.netflix.genie.client.exceptions
-
An exception class that represents all failures received by the client.
- GenieClientException(int, String) - Constructor for exception com.netflix.genie.client.exceptions.GenieClientException
-
Constructor.
- GenieClientException(String) - Constructor for exception com.netflix.genie.client.exceptions.GenieClientException
-
Constructor.
- GenieClientException(String, Throwable) - Constructor for exception com.netflix.genie.client.exceptions.GenieClientException
-
Constructor.
- GenieClusterNotFoundException - Exception in com.netflix.genie.common.internal.exceptions.unchecked
-
An exception to represent the case where a cluster was expected to exist (e.g.
- GenieClusterNotFoundException() - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieClusterNotFoundException
-
Constructor.
- GenieClusterNotFoundException(String) - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieClusterNotFoundException
-
Constructor.
- GenieClusterNotFoundException(String, Throwable) - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieClusterNotFoundException
-
Constructor.
- GenieClusterNotFoundException(Throwable) - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieClusterNotFoundException
-
Constructor.
- GenieCommandNotFoundException - Exception in com.netflix.genie.common.internal.exceptions.unchecked
-
An exception to represent the case where a command was expected to exist (e.g.
- GenieCommandNotFoundException() - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieCommandNotFoundException
-
Constructor.
- GenieCommandNotFoundException(String) - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieCommandNotFoundException
-
Constructor.
- GenieCommandNotFoundException(String, Throwable) - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieCommandNotFoundException
-
Constructor.
- GenieCommandNotFoundException(Throwable) - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieCommandNotFoundException
-
Constructor.
- GenieConversionException - Exception in com.netflix.genie.common.internal.exceptions.checked
-
Failure to convert objects into wire format or vice versa.
- GenieConversionException() - Constructor for exception com.netflix.genie.common.internal.exceptions.checked.GenieConversionException
-
Constructor.
- GenieConversionException(String) - Constructor for exception com.netflix.genie.common.internal.exceptions.checked.GenieConversionException
-
Constructor with message.
- GenieConversionException(String, Throwable) - Constructor for exception com.netflix.genie.common.internal.exceptions.checked.GenieConversionException
-
Constructor with message and cause.
- GenieConversionException(Throwable) - Constructor for exception com.netflix.genie.common.internal.exceptions.checked.GenieConversionException
-
Constructor.
- GenieCpuHealthIndicator - Class in com.netflix.genie.web.health
-
Health indicator for system cpu usage.
- GenieCpuHealthIndicator(HealthProperties, MeterRegistry, TaskScheduler) - Constructor for class com.netflix.genie.web.health.GenieCpuHealthIndicator
-
Constructor.
- genieDataServices(PersistenceService) - Method in class com.netflix.genie.web.spring.autoconfigure.data.DataAutoConfiguration
-
Provide a
DataServices
instance if one isn't already in the context.
- GenieDefaultPropertiesPostProcessor - Class in com.netflix.genie.agent.spring.processors
-
Adds default properties to the Spring environment before application refresh.
- GenieDefaultPropertiesPostProcessor() - Constructor for class com.netflix.genie.agent.spring.processors.GenieDefaultPropertiesPostProcessor
-
- GenieDefaultPropertiesPostProcessor - Class in com.netflix.genie.web.spring.processors
-
Adds default properties to the Spring environment before application refresh.
- GenieDefaultPropertiesPostProcessor() - Constructor for class com.netflix.genie.web.spring.processors.GenieDefaultPropertiesPostProcessor
-
- GenieEventBus - Interface in com.netflix.genie.web.events
-
Genie Event Bus interface.
- GenieEventBusImpl - Class in com.netflix.genie.web.events
-
An event bus implementation for the Genie application to use.
- GenieEventBusImpl(SimpleApplicationEventMulticaster, SimpleApplicationEventMulticaster) - Constructor for class com.netflix.genie.web.events.GenieEventBusImpl
-
Constructor.
- GenieException - Exception in com.netflix.genie.common.exceptions
-
The common exception class that represents a service failure.
- GenieException(int, String, Throwable) - Constructor for exception com.netflix.genie.common.exceptions.GenieException
-
Constructor.
- GenieException(int, String) - Constructor for exception com.netflix.genie.common.exceptions.GenieException
-
Constructor.
- GenieExceptionMapper - Class in com.netflix.genie.web.apis.rest.v3.controllers
-
Exception mapper for Genie Exceptions.
- GenieExceptionMapper(MeterRegistry) - Constructor for class com.netflix.genie.web.apis.rest.v3.controllers.GenieExceptionMapper
-
Constructor.
- genieGrpcTracingClientInterceptor(Tracing) - Method in class com.netflix.genie.agent.rpc.GRpcAutoConfiguration
-
Provide a ClientInterceptor
which adds tracing information to gRPC calls.
- GenieHostInfo - Class in com.netflix.genie.common.internal.util
-
Container for information about the host a Genie process (web server or agent) is running on.
- GenieHostInfo() - Constructor for class com.netflix.genie.common.internal.util.GenieHostInfo
-
- genieHostInfo() - Method in class com.netflix.genie.web.spring.autoconfigure.introspection.IntrospectionAutoConfiguration
-
- GenieIdAlreadyExistsException - Exception in com.netflix.genie.common.internal.exceptions.unchecked
-
Exception thrown when an id is attempting to be saved that already exists in the system.
- GenieIdAlreadyExistsException() - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieIdAlreadyExistsException
-
Constructor.
- GenieIdAlreadyExistsException(String) - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieIdAlreadyExistsException
-
Constructor.
- GenieIdAlreadyExistsException(String, Throwable) - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieIdAlreadyExistsException
-
Constructor.
- GenieIdAlreadyExistsException(Throwable) - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieIdAlreadyExistsException
-
Constructor.
- GenieInvalidStatusException - Exception in com.netflix.genie.common.internal.exceptions.unchecked
-
Exception thrown when a status supplied by a client for as their known previous status doesn't match what the system
has in the database.
- GenieInvalidStatusException() - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieInvalidStatusException
-
Constructor.
- GenieInvalidStatusException(String) - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieInvalidStatusException
-
Constructor.
- GenieInvalidStatusException(String, Throwable) - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieInvalidStatusException
-
Constructor.
- GenieInvalidStatusException(Throwable) - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieInvalidStatusException
-
Constructor.
- GenieJobAlreadyClaimedException - Exception in com.netflix.genie.common.internal.exceptions.unchecked
-
Exception thrown when a job is already claimed in the system and another agent tries to claim it.
- GenieJobAlreadyClaimedException() - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieJobAlreadyClaimedException
-
Constructor.
- GenieJobAlreadyClaimedException(String) - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieJobAlreadyClaimedException
-
Constructor.
- GenieJobAlreadyClaimedException(String, Throwable) - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieJobAlreadyClaimedException
-
Constructor.
- GenieJobAlreadyClaimedException(Throwable) - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieJobAlreadyClaimedException
-
Constructor.
- GenieJobNotFoundException - Exception in com.netflix.genie.common.internal.exceptions.unchecked
-
An exception to represent the case where a job was expected to exist (e.g.
- GenieJobNotFoundException() - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieJobNotFoundException
-
Constructor.
- GenieJobNotFoundException(String) - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieJobNotFoundException
-
Constructor.
- GenieJobNotFoundException(String, Throwable) - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieJobNotFoundException
-
Constructor.
- GenieJobNotFoundException(Throwable) - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieJobNotFoundException
-
Constructor.
- GenieJobResolutionException - Exception in com.netflix.genie.common.internal.exceptions.checked
-
When a request for resolving a job can't be completed for some reason.
- GenieJobResolutionException() - Constructor for exception com.netflix.genie.common.internal.exceptions.checked.GenieJobResolutionException
-
Constructor.
- GenieJobResolutionException(String) - Constructor for exception com.netflix.genie.common.internal.exceptions.checked.GenieJobResolutionException
-
Constructor.
- GenieJobResolutionException(String, Throwable) - Constructor for exception com.netflix.genie.common.internal.exceptions.checked.GenieJobResolutionException
-
Constructor.
- GenieJobResolutionException(Throwable) - Constructor for exception com.netflix.genie.common.internal.exceptions.checked.GenieJobResolutionException
-
Constructor.
- GenieJobResolutionRuntimeException - Exception in com.netflix.genie.common.internal.exceptions.unchecked
-
When resolution fails with a runtime error, such as the selector timing out.
- GenieJobResolutionRuntimeException() - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieJobResolutionRuntimeException
-
Constructor.
- GenieJobResolutionRuntimeException(String) - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieJobResolutionRuntimeException
-
Constructor.
- GenieJobResolutionRuntimeException(String, Throwable) - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieJobResolutionRuntimeException
-
Constructor.
- GenieJobResolutionRuntimeException(Throwable) - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieJobResolutionRuntimeException
-
Constructor.
- GenieJobSpecificationNotFoundException - Exception in com.netflix.genie.common.internal.exceptions.unchecked
-
An exception to represent the case where a job specification was expected to exist but it doesn't.
- GenieJobSpecificationNotFoundException() - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieJobSpecificationNotFoundException
-
Constructor.
- GenieJobSpecificationNotFoundException(String) - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieJobSpecificationNotFoundException
-
Constructor.
- GenieJobSpecificationNotFoundException(String, Throwable) - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieJobSpecificationNotFoundException
-
Constructor.
- GenieJobSpecificationNotFoundException(Throwable) - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieJobSpecificationNotFoundException
-
Constructor.
- genieJpaRepositories(JpaApplicationRepository, JpaClusterRepository, JpaCommandRepository, JpaCriterionRepository, JpaFileRepository, JpaJobRepository, JpaTagRepository) - Method in class com.netflix.genie.web.spring.autoconfigure.data.DataAutoConfiguration
-
Provide a
JpaRepositories
container instance if one wasn't already provided.
- GenieNetworkConfiguration - Class in com.netflix.genie.client.configs
-
An object that encapsulates network configurations for Genie client HTTP requests.
- GenieNetworkConfiguration() - Constructor for class com.netflix.genie.client.configs.GenieNetworkConfiguration
-
- GenieNotFoundException - Exception in com.netflix.genie.common.exceptions
-
Extension of a GenieException for all not found exceptions.
- GenieNotFoundException(String, Throwable) - Constructor for exception com.netflix.genie.common.exceptions.GenieNotFoundException
-
Constructor.
- GenieNotFoundException(String) - Constructor for exception com.netflix.genie.common.exceptions.GenieNotFoundException
-
Constructor.
- GenieObjectMapper - Class in com.netflix.genie.common.external.util
-
A singleton for sharing a Jackson Object Mapper instance across Genie and not having to redefine the Object Mapper
everywhere.
- geniePersistenceService(EntityManager, JpaRepositories, BraveTracingComponents) - Method in class com.netflix.genie.web.spring.autoconfigure.data.DataAutoConfiguration
-
- GeniePreconditionException - Exception in com.netflix.genie.common.exceptions
-
Extension of a GenieException for all precondition failures.
- GeniePreconditionException(String, Throwable) - Constructor for exception com.netflix.genie.common.exceptions.GeniePreconditionException
-
Constructor.
- GeniePreconditionException(String) - Constructor for exception com.netflix.genie.common.exceptions.GeniePreconditionException
-
Constructor.
- genieRestTemplate(HttpProperties, RestTemplateBuilder) - Method in class com.netflix.genie.web.spring.autoconfigure.apis.ApisAutoConfiguration
-
Get RestTemplate for calling between Genie nodes.
- genieRetryTemplate(RetryProperties) - Method in class com.netflix.genie.web.spring.autoconfigure.apis.ApisAutoConfiguration
-
Get RetryTemplate.
- GenieRuntimeException - Exception in com.netflix.genie.common.internal.exceptions.unchecked
-
Base class for Genie runtime exceptions.
- GenieRuntimeException() - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieRuntimeException
-
Constructor.
- GenieRuntimeException(String) - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieRuntimeException
-
Constructor.
- GenieRuntimeException(String, Throwable) - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieRuntimeException
-
Constructor.
- GenieRuntimeException(Throwable) - Constructor for exception com.netflix.genie.common.internal.exceptions.unchecked.GenieRuntimeException
-
Constructor.
- GenieServerException - Exception in com.netflix.genie.common.exceptions
-
Extension of a GenieException for all internal server failures.
- GenieServerException(String, Throwable) - Constructor for exception com.netflix.genie.common.exceptions.GenieServerException
-
Constructor.
- GenieServerException(String) - Constructor for exception com.netflix.genie.common.exceptions.GenieServerException
-
Constructor.
- GenieServerUnavailableException - Exception in com.netflix.genie.common.exceptions
-
Extension of a GenieException for all server unavailable failures.
- GenieServerUnavailableException(String, Throwable) - Constructor for exception com.netflix.genie.common.exceptions.GenieServerUnavailableException
-
Constructor.
- GenieServerUnavailableException(String) - Constructor for exception com.netflix.genie.common.exceptions.GenieServerUnavailableException
-
Constructor.
- genieSyncTaskExecutor() - Method in class com.netflix.genie.web.spring.autoconfigure.tasks.TasksAutoConfiguration
-
Synchronous task executor.
- GenieTask - Class in com.netflix.genie.web.tasks
-
Interface for any task that should run in the Genie system.
- GenieTask() - Constructor for class com.netflix.genie.web.tasks.GenieTask
-
- genieTaskScheduler(TasksSchedulerPoolProperties) - Method in class com.netflix.genie.web.spring.autoconfigure.tasks.TasksAutoConfiguration
-
Get a task scheduler.
- GenieTaskScheduleType - Enum in com.netflix.genie.web.tasks
-
The enumeration values which a
GenieTask
can be be scheduled with.
- GenieTestApp - Class in com.netflix.genie
-
Reusable Spring Boot test application.
- GenieTestApp() - Constructor for class com.netflix.genie.GenieTestApp
-
Constructor.
- GenieTimeoutException - Exception in com.netflix.genie.common.exceptions
-
Extension of a GenieException for timeouts.
- GenieTimeoutException(String, Throwable) - Constructor for exception com.netflix.genie.common.exceptions.GenieTimeoutException
-
Constructor.
- GenieTimeoutException(String) - Constructor for exception com.netflix.genie.common.exceptions.GenieTimeoutException
-
Constructor.
- genieUserGroup - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- GenieUserLimitExceededException - Exception in com.netflix.genie.common.exceptions
-
Extension of a GenieException for a user exceeding some limit (e.g., submitting too many jobs).
- GenieUserLimitExceededException(String, String, String) - Constructor for exception com.netflix.genie.common.exceptions.GenieUserLimitExceededException
-
Constructor.
- GenieWebHostInfo - Class in com.netflix.genie.web.introspection
-
Extension of
GenieHostInfo
which adds metadata specific to the web server.
- GenieWebHostInfo(String) - Constructor for class com.netflix.genie.web.introspection.GenieWebHostInfo
-
Constructor.
- GenieWebRpcInfo - Class in com.netflix.genie.web.introspection
-
Container class for RPC related properties.
- GenieWebRpcInfo() - Constructor for class com.netflix.genie.web.introspection.GenieWebRpcInfo
-
- genieWebRpcInfo(Server) - Method in class com.netflix.genie.web.spring.autoconfigure.introspection.IntrospectionAutoConfiguration
-
- get(URI, File) - Method in interface com.netflix.genie.agent.execution.services.FetchingCacheService
-
Download a given resource (if not already cached) and copy it to the specified destination.
- get(Set<Pair<URI, File>>) - Method in interface com.netflix.genie.agent.execution.services.FetchingCacheService
-
Download a given set of resources (if not already cached) and copy them to the specified destinations.
- get(Duration, String) - Method in class com.netflix.genie.common.internal.util.PropertiesMapCache.Factory
-
- get() - Method in class com.netflix.genie.common.internal.util.PropertiesMapCache
-
Get the current map of properties and their values.
- getActiveJobCountForUser(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Get the count of 'active' jobs for a given user across all instances.
- getActiveJobCountForUser(String) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Get the count of 'active' jobs for a given user across all instances.
- getActiveJobs() - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Get the set of active jobs.
- getActiveJobs() - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Get the set of active jobs.
- getActiveStatuses() - Static method in enum com.netflix.genie.common.dto.JobStatus
-
Get an unmodifiable set of all the statuses that make up a job being considered active.
- getActiveStatuses() - Static method in enum com.netflix.genie.common.external.dtos.v4.JobStatus
-
Get an unmodifiable set of all the statuses that make up a job being considered active.
- getAgentClientMetadata() - Method in class com.netflix.genie.common.external.dtos.v4.JobRequestMetadata
-
If the job request was sent via the Agent this field will be populated.
- getAgentHostName() - Method in interface com.netflix.genie.agent.AgentMetadata
-
Get the name of the host the agent is running on.
- getAgentHostname() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the host name where the agent ran or is running the job.
- getAgentHostname() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.AgentHostnameProjection
-
Get the host name where the agent ran or is running the job.
- getAgentLaunchers() - Method in interface com.netflix.genie.web.selectors.AgentLauncherSelector
-
- getAgentLaunchers() - Method in class com.netflix.genie.web.selectors.impl.ScriptAgentLauncherSelectorImpl
-
- getAgentLauncherSelectionContext(Binding) - Static method in class com.netflix.genie.web.scripts.GroovyScriptUtils
-
Given the Binding
that a script has attempt to extract the cluster selection context.
- getAgentPid() - Method in interface com.netflix.genie.agent.AgentMetadata
-
Get the agent process ID.
- getAgentPid() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the pid of the agent that claimed this job.
- getAgentProperties() - Method in interface com.netflix.genie.web.agent.services.AgentConfigurationService
-
Produce a list of properties to be sent down to the agents running jobs.
- getAgentProperties(AgentClientMetadata) - Method in interface com.netflix.genie.web.agent.services.AgentJobService
-
Provide configuration properties for an agent that is beginning to execute a job.
- getAgentProperties() - Method in class com.netflix.genie.web.agent.services.impl.AgentConfigurationServiceImpl
-
Produce a list of properties to be sent down to the agents running jobs.
- getAgentProperties(AgentClientMetadata) - Method in class com.netflix.genie.web.agent.services.impl.AgentJobServiceImpl
-
Provide configuration properties for an agent that is beginning to execute a job.
- getAgentVersion() - Method in interface com.netflix.genie.agent.AgentMetadata
-
Get the agent version string, as it appears in the agent jar metadata.
- getAgentVersion() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the version of the agent that claimed this job.
- getApiClientMetadata() - Method in class com.netflix.genie.common.external.dtos.v4.JobRequestMetadata
-
If the job request was sent via API this field will be populated.
- getApplication(String) - Method in interface com.netflix.genie.client.apis.ApplicationService
-
Method to fetch a single job from Genie.
- getApplication(String) - Method in class com.netflix.genie.client.ApplicationClient
-
Method to get a Application from Genie.
- getApplication(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ApplicationRestController
-
Get Application for given id.
- getApplication(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Get the application metadata for given id.
- getApplication(String) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Get the application metadata for given id.
- getApplicationAndCommands(String) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaApplicationRepository
-
- getApplicationAndCommandsDto(String) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaApplicationRepository
-
- getApplicationDto(String) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaApplicationRepository
-
Get the
ApplicationEntity
but eagerly fetch all relational information needed to construct a DTO.
- getApplicationIds() - Method in interface com.netflix.genie.agent.cli.ArgumentDelegates.JobRequestArguments
-
- getApplicationIds() - Method in class com.netflix.genie.common.external.dtos.v4.ExecutionResourceCriteria
-
Get the ordered list of ids the user desires to override the applications associated with selected command with.
- getApplications(String, String, List<String>, List<String>, String, Integer, String, Integer) - Method in interface com.netflix.genie.client.apis.ApplicationService
-
Method to get all applications from Genie.
- getApplications() - Method in class com.netflix.genie.client.ApplicationClient
-
Method to get a list of all the applications.
- getApplications(String, String, List<String>, List<String>, String) - Method in class com.netflix.genie.client.ApplicationClient
-
- getApplications(String, String, List<String>, List<String>, String, Integer, SortAttribute, SortDirection, Integer) - Method in class com.netflix.genie.client.ApplicationClient
-
Method to get a list of all the applications from Genie for the query parameters specified.
- getApplications() - Method in class com.netflix.genie.common.external.dtos.v4.JobSpecification
-
Returns an unmodifiable list of applications.
- getApplications(String, String, Set<String>, Set<String>, String, Pageable, PagedResourcesAssembler<Application>) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ApplicationRestController
-
Get Applications based on user parameters.
- getApplications() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobApplicationsProjection
-
Get the applications associated with a job.
- getApplications() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobProjection
-
Get the applications used to run this job.
- getApplications() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.FinishedJobProjection
-
Get the applications used to run this job.
- getApplications() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.JobSpecificationProjection
-
Get the applications used to run this job.
- getApplicationsForCommand(String) - Method in interface com.netflix.genie.client.apis.CommandService
-
Method to get applications for a command in Genie.
- getApplicationsForCommand(String) - Method in class com.netflix.genie.client.CommandClient
-
Method to get all the applications for a command.
- getApplicationsForCommand(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Get the applications configured for a given command.
- getApplicationsForCommand(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Get the applications for a given command.
- getApplicationsForCommand(String) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Get the applications for a given command.
- getArchivedJobMetadata(String) - Method in interface com.netflix.genie.web.services.ArchivedJobService
-
Retrieve the metadata about the contents and location of a jobs archived artifacts.
- getArchivedJobMetadata(String) - Method in class com.netflix.genie.web.services.impl.ArchivedJobServiceImpl
-
Retrieve the metadata about the contents and location of a jobs archived artifacts.
- getArchiveLocation() - Method in class com.netflix.genie.common.dto.Job
-
Get the archive location for the job if there is one.
- getArchiveLocation() - Method in class com.netflix.genie.common.external.dtos.v4.JobSpecification
-
Get the archive location for the job folder.
- getArchiveLocation() - Method in class com.netflix.genie.common.internal.dtos.v4.FinishedJob
-
Getter for optional field.
- getArchiveLocation() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the location where the job was archived.
- getArchiveLocation() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobArchiveLocationProjection
-
Get the location where the job was archived.
- getArchiveLocation() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.FinishedJobProjection
-
Get the location where the job was archived.
- getArchiveLocationPrefix() - Method in interface com.netflix.genie.agent.cli.ArgumentDelegates.JobRequestArguments
-
- getArchiveStatus() - Method in class com.netflix.genie.common.dto.JobExecution
-
Get the archival status of job files.
- getArchiveStatus() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the archive status for the job if there is one.
- getArchiveStatus() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobExecutionProjection
-
Get the archive status for this job.
- getArchiveStatus(String) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaJobRepository
-
Get only the archive status of a job.
- getBlacklistedVersions() - Method in class com.netflix.genie.web.properties.AgentFilterProperties
-
Get the (dynamic) property value containing a regular expression used to blacklist agent versions.
- getCacheDirectory() - Method in interface com.netflix.genie.agent.cli.ArgumentDelegates.CacheArguments
-
- getCheckDelay() - Method in class com.netflix.genie.common.dto.JobExecution
-
Get the amount of time (in milliseconds) to delay between checks of status of the job process.
- getCheckDelay() - Method in class com.netflix.genie.common.external.dtos.v4.CommandRequest
-
Get the requested amount of time (in milliseconds) between checks of job status for jobs run using this command.
- getCheckDelay() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the amount of time (in milliseconds) to delay the check for the job status.
- getCheckDelay() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobExecutionProjection
-
Get the amount of time (in milliseconds) to delay the check for the job status.
- getClaimableStatuses() - Static method in enum com.netflix.genie.common.dto.JobStatus
-
Get an unmodifiable set of all the statuses from which a job can be marked claimed.
- getClaimableStatuses() - Static method in enum com.netflix.genie.common.external.dtos.v4.JobStatus
-
Get an unmodifiable set of all the statuses from which a job can be marked claimed.
- getCleanupStrategy() - Method in interface com.netflix.genie.agent.cli.ArgumentDelegates.CleanupArguments
-
- getClient(AmazonS3URI) - Method in class com.netflix.genie.common.internal.aws.s3.S3ClientFactory
-
Get an AmazonS3
client instance appropriate for the given AmazonS3URI
.
- getClientHost() - Method in class com.netflix.genie.common.dto.JobMetadata
-
Get the client host.
- getCluster(String) - Method in interface com.netflix.genie.client.apis.ClusterService
-
Method to fetch a single job from Genie.
- getCluster(String) - Method in class com.netflix.genie.client.ClusterClient
-
Method to get a Cluster from Genie.
- getCluster() - Method in class com.netflix.genie.common.internal.dtos.v4.FinishedJob
-
Getter for optional field.
- getCluster(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ClusterRestController
-
Get cluster configuration from unique id.
- getCluster() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the cluster that ran or is currently running a given job.
- getCluster(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Get the
Cluster
identified by the given id.
- getCluster() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobClusterProjection
-
Get the cluster that ran or is currently running a given job.
- getCluster() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.FinishedJobProjection
-
Get the cluster that ran or is currently running a given job.
- getCluster() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.JobSpecificationProjection
-
Get the cluster that ran or is currently running a given job.
- getCluster(String) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Get the
Cluster
identified by the given id.
- getClusterCriteria() - Method in interface com.netflix.genie.agent.cli.ArgumentDelegates.JobRequestArguments
-
- getClusterCriteria() - Method in class com.netflix.genie.common.external.dtos.v4.Command
-
Get the ordered list of
Criterion
for this command to resolve clusters are runtime.
- getClusterCriteria() - Method in class com.netflix.genie.common.external.dtos.v4.CommandRequest
-
Get the ordered list of
Criterion
for this command to resolve clusters are runtime.
- getClusterCriteria() - Method in class com.netflix.genie.common.external.dtos.v4.ExecutionResourceCriteria
-
Get the ordered list of criteria the system should use to find a cluster for job execution.
- getClusterCriteria() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobRequestProjection
-
Get all the cluster criteria.
- getClusterCriteria() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.FinishedJobProjection
-
Get all the cluster criteria.
- getClusterCriteria() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.V4JobRequestProjection
-
Get all the cluster criteria.
- getClusterCriteriaForCommand(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Get all the
Criterion
currently associated with the command in priority order.
- getClusterCriteriaForCommand(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
For the given command id return the Cluster
Criterion
in priority order that is currently
associated with this command if any.
- getClusterCriteriaForCommand(String) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
For the given command id return the Cluster
Criterion
in priority order that is currently
associated with this command if any.
- getClusterDto(String) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaClusterRepository
-
Find the cluster with the given id but also eagerly load all data needed for a cluster DTO.
- getClusterName() - Method in class com.netflix.genie.common.dto.Job
-
Get the name of the cluster running the job if there currently is one.
- getClusterName() - Method in class com.netflix.genie.common.dto.search.JobSearchResult
-
Get the name of the cluster running the job if there currently is one.
- getClusterName() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the name of the cluster that is running or did run this job.
- getClusterName() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobProjection
-
Get the name of the cluster that is running or did run this job.
- getClusterName() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobSearchProjection
-
Get the name of the cluster that is running or did run this job.
- getClusters(String, List<String>, List<String>, Long, Long, Integer, String, Integer) - Method in interface com.netflix.genie.client.apis.ClusterService
-
Method to get clusters from Genie based on filters specified.
- getClusters() - Method in class com.netflix.genie.client.ClusterClient
-
Method to get a list of all the clusters.
- getClusters(String, List<String>, List<String>, Long, Long) - Method in class com.netflix.genie.client.ClusterClient
-
- getClusters(String, List<String>, List<String>, Long, Long, Integer, SortAttribute, SortDirection, Integer) - Method in class com.netflix.genie.client.ClusterClient
-
Method to get a list of all the clusters from Genie for the query parameters specified.
- getClusters(String, Set<String>, Set<String>, Long, Long, Pageable, PagedResourcesAssembler<Cluster>) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ClusterRestController
-
Get cluster config based on user params.
- getClusters(Binding) - Static method in class com.netflix.genie.web.scripts.GroovyScriptUtils
-
- getClusterSelectionContext(Binding) - Static method in class com.netflix.genie.web.scripts.GroovyScriptUtils
-
Given the Binding
that a script has attempt to extract the cluster selection context.
- getClustersForCommand(String) - Method in interface com.netflix.genie.client.apis.CommandService
-
Method to get clusters for a command in Genie.
- getClustersForCommand(String) - Method in class com.netflix.genie.client.CommandClient
-
Method to get all the clusters for a command.
- getClustersForCommand(String, Set<String>) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Get all the clusters this command is associated with.
- getClustersForCommand(String, Set<ClusterStatus>) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Get all the clusters the command with given id is associated with.
- getClustersForCommand(String, Set<ClusterStatus>) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Get all the clusters the command with given id is associated with.
- getCommand(String) - Method in interface com.netflix.genie.client.apis.CommandService
-
Method to fetch a single job from Genie.
- getCommand(String) - Method in class com.netflix.genie.client.CommandClient
-
Method to get a Command from Genie.
- getCommand() - Method in class com.netflix.genie.common.internal.dtos.v4.FinishedJob
-
Getter for optional field.
- getCommand(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Get Command configuration for given id.
- getCommand() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the command that ran or is currently running a given job.
- getCommand(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Get the metadata for the
Command
identified by the id.
- getCommand() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobCommandProjection
-
Get the command that ran or is currently running a given job.
- getCommand() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.FinishedJobProjection
-
Get the command that ran or is currently running a given job.
- getCommand() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.JobSpecificationProjection
-
Get the command that ran or is currently running a given job.
- getCommand(String) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Get the metadata for the
Command
identified by the id.
- getCommand() - Method in class com.netflix.genie.web.selectors.ClusterSelectionContext
-
Get the command which was already selected for the job if there was one.
- getCommandAndApplications(String) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaCommandRepository
-
Find the command with the given id but also eagerly load that commands applications.
- getCommandAndApplicationsDto(String) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaCommandRepository
-
Find the command with the given id but also eagerly load that commands applications full dto contents.
- getCommandAndClusterCriteria(String) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaCommandRepository
-
Find the command with the given id but also eagerly load that commands cluster criteria.
- getCommandArgs() - Method in class com.netflix.genie.common.dto.Job
-
Get the arguments to be put on the command line along with the command executable.
- getCommandArgs() - Method in class com.netflix.genie.common.dto.JobRequest
-
Get the arguments to be put on the command line along with the command executable.
- getCommandArgs() - Method in interface com.netflix.genie.common.external.dtos.v4.AgentJobRequest
-
Get the command arguments a user has requested be appended to a command executable for their job.
- getCommandArgs() - Method in interface com.netflix.genie.common.external.dtos.v4.ApiJobRequest
-
Get the command arguments a user has requested be appended to a command executable for their job.
- getCommandArgs() - Method in class com.netflix.genie.common.external.dtos.v4.JobRequest
-
Get the command arguments a user has requested be appended to a command executable for their job.
- getCommandArgs() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobCommonFieldsProjection
-
Get the command arguments for this job.
- getCommandArgs() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.FinishedJobProjection
-
Get the command arguments the user supplied for this job.
- getCommandArgs() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.JobSpecificationProjection
-
Get the command arguments the user supplied for this job.
- getCommandArgs() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.V4JobRequestProjection
-
Get the command arguments the user supplied for this job.
- getCommandArguments() - Method in interface com.netflix.genie.agent.cli.ArgumentDelegates.JobRequestArguments
-
- getCommandCriterion() - Method in interface com.netflix.genie.agent.cli.ArgumentDelegates.JobRequestArguments
-
- getCommandCriterion() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobRequestProjection
-
Get the command criterion for this job.
- getCommandCriterion() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.FinishedJobProjection
-
Get the command criterion for this job.
- getCommandCriterion() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.V4JobRequestProjection
-
Get the command criterion for this job.
- getCommandDto(String) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaCommandRepository
-
Find the command with the given id but also eagerly load all data needed for a command DTO.
- getCommandName() - Method in class com.netflix.genie.common.dto.Job
-
Get the name of the command running this job if there currently is one.
- getCommandName() - Method in class com.netflix.genie.common.dto.search.JobSearchResult
-
Get the name of the command running this job if there currently is one.
- getCommandName() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the name of the command that is executing this job.
- getCommandName() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobProjection
-
Get the name of the command that is executing this job.
- getCommandName() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobSearchProjection
-
Get the name of the command that is executing this job.
- getCommands(String, String, List<String>, List<String>, Integer, String, Integer) - Method in interface com.netflix.genie.client.apis.CommandService
-
Method to get all commands from Genie filtered based on query params.
- getCommands() - Method in class com.netflix.genie.client.CommandClient
-
Method to get a list of all the commands.
- getCommands(String, String, List<String>, List<String>) - Method in class com.netflix.genie.client.CommandClient
-
- getCommands(String, String, List<String>, List<String>, Integer, SortAttribute, SortDirection, Integer) - Method in class com.netflix.genie.client.CommandClient
-
Method to get a list of all the commands from Genie for the query parameters specified.
- getCommands(String, String, Set<String>, Set<String>, Pageable, PagedResourcesAssembler<Command>) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Get Command configuration based on user parameters.
- getCommands(Binding) - Static method in class com.netflix.genie.web.scripts.GroovyScriptUtils
-
- getCommandSelectionContext(Binding) - Static method in class com.netflix.genie.web.scripts.GroovyScriptUtils
-
Given the Binding
that a script has attempt to extract the command selection context.
- getCommandsForApplication(String) - Method in interface com.netflix.genie.client.apis.ApplicationService
-
Method to get commmands for a application in Genie.
- getCommandsForApplication(String) - Method in class com.netflix.genie.client.ApplicationClient
-
Method to get all the commands for an application.
- getCommandsForApplication(String, Set<String>) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ApplicationRestController
-
Get all the commands this application is associated with.
- getCommandsForApplication(String, Set<CommandStatus>) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Get all the commands the application with given id is associated with.
- getCommandsForApplication(String, Set<CommandStatus>) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Get all the commands the application with given id is associated with.
- getCommandsForCluster(String) - Method in interface com.netflix.genie.client.apis.ClusterService
-
Method to get commmands for a cluster in Genie.
- getCommandsForCluster(String) - Method in class com.netflix.genie.client.ClusterClient
-
Method to get all the commands for a cluster.
- getCommandsForCluster(String, Set<String>) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ClusterRestController
-
Get all the commands configured for a given cluster.
- getConfigs() - Method in class com.netflix.genie.common.external.dtos.v4.ExecutionEnvironment
-
Get the configuration files needed at runtime.
- getConfigs() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobRequestProjection
-
Get all the configuration files for this job.
- getConfigs() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.ExecutionResourceProjection
-
Get all the configuration files for this entity.
- getConfigs() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.JobSpecificationProjection
-
Get all the configuration files for this job.
- getConfigs() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.V4JobRequestProjection
-
Get all the configuration files for this job.
- getConfigsForApplication(String) - Method in interface com.netflix.genie.client.apis.ApplicationService
-
Method to get configs for a application in Genie.
- getConfigsForApplication(String) - Method in class com.netflix.genie.client.ApplicationClient
-
Method to get all the configs for a application.
- getConfigsForApplication(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ApplicationRestController
-
Get all the configuration files for a given application.
- getConfigsForCluster(String) - Method in interface com.netflix.genie.client.apis.ClusterService
-
Method to get configs for a cluster in Genie.
- getConfigsForCluster(String) - Method in class com.netflix.genie.client.ClusterClient
-
Method to get all the configs for a cluster.
- getConfigsForCluster(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ClusterRestController
-
Get all the configuration files for a given cluster.
- getConfigsForCommand(String) - Method in interface com.netflix.genie.client.apis.CommandService
-
Method to get configs for a command in Genie.
- getConfigsForCommand(String) - Method in class com.netflix.genie.client.CommandClient
-
Method to get all the configs for a command.
- getConfigsForCommand(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Get all the configuration files for a given command.
- getConfigsForResource(String, Class<R>) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Get the set of configuration files associated with the resource with the given id.
- getConfigsForResource(String, Class<R>) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Get the set of configuration files associated with the resource with the given id.
- getConnectedAgentsCount() - Method in interface com.netflix.genie.web.agent.services.AgentConnectionTrackingService
-
Get the count of locally connected agents.
- getConnectedAgentsCount() - Method in class com.netflix.genie.web.agent.services.impl.AgentConnectionTrackingServiceImpl
-
Get the count of locally connected agents.
- getCpu() - Method in class com.netflix.genie.common.dto.JobRequest
-
Get the number of CPU's requested to run this job.
- getCreated() - Method in class com.netflix.genie.common.dto.BaseDTO
-
Get the creation time.
- getCreated() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.AuditEntity
-
Get when this entity was created.
- getCreated() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.AuditProjection
-
Get when this entity was created.
- getCriteria() - Method in interface com.netflix.genie.common.external.dtos.v4.AgentJobRequest
-
The resource criteria that was supplied for the job.
- getCriteria() - Method in interface com.netflix.genie.common.external.dtos.v4.ApiJobRequest
-
The resource criteria that was supplied for the job.
- getDataServiceRetryAspect(DataServiceRetryProperties) - Method in class com.netflix.genie.web.spring.autoconfigure.aspects.AspectsAutoConfiguration
-
An aspect for retrying data layer API calls.
- getDependencies() - Method in class com.netflix.genie.common.external.dtos.v4.ExecutionEnvironment
-
Get the dependency files needed at runtime.
- getDependencies() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobRequestProjection
-
Get all the dependency files for this job.
- getDependencies() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.ExecutionResourceProjection
-
Get all the dependency files for this entity.
- getDependencies() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.JobSpecificationProjection
-
Get all the dependency files for this job.
- getDependencies() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.V4JobRequestProjection
-
Get all the dependency files for this job.
- getDependenciesForApplication(String) - Method in interface com.netflix.genie.client.apis.ApplicationService
-
Method to get dependency files for a application in Genie.
- getDependenciesForApplication(String) - Method in class com.netflix.genie.client.ApplicationClient
-
Method to get all the dependency files for an application.
- getDependenciesForApplication(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ApplicationRestController
-
Get all the dependency files for a given application.
- getDependenciesForCluster(String) - Method in interface com.netflix.genie.client.apis.ClusterService
-
Method to get dependency files for a cluster in Genie.
- getDependenciesForCluster(String) - Method in class com.netflix.genie.client.ClusterClient
-
Method to get all the dependency files for an cluster.
- getDependenciesForCluster(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ClusterRestController
-
Get all the dependency files for a given cluster.
- getDependenciesForCommand(String) - Method in interface com.netflix.genie.client.apis.CommandService
-
Method to get dependency files for a command in Genie.
- getDependenciesForCommand(String) - Method in class com.netflix.genie.client.CommandClient
-
Method to get all the dependency files for an command.
- getDependenciesForCommand(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Get all the dependency files for a given command.
- getDependenciesForResource(String, Class<R>) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Get the set of dependency files associated with the resource with the given id.
- getDependenciesForResource(String, Class<R>) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Get the set of dependency files associated with the resource with the given id.
- getDescription() - Method in class com.netflix.genie.common.dto.CommonDTO
-
Get the description.
- getDescription() - Method in class com.netflix.genie.common.external.dtos.v4.CommonMetadata
-
Get the description.
- getDescription() - Method in class com.netflix.genie.web.agent.resources.AgentFileResourceImpl
- getDescription() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.BaseEntity
-
Get the description of this resource.
- getDescription() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.BaseProjection
-
Get the description of this resource.
- getDescription() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.V4JobRequestProjection
-
Get the description of this resource.
- getDirectories() - Method in class com.netflix.genie.common.internal.dtos.DirectoryManifest
-
Get all the entries that are directories for this manifest.
- getDirectory(File, String, boolean) - Method in class com.netflix.genie.web.resources.writers.DefaultDirectoryWriter
-
- getDirectoryManifest(Path, boolean) - Method in class com.netflix.genie.common.internal.dtos.DirectoryManifest.Factory
-
Create a manifest from the given job directory.
- getDirectoryManifest(Path) - Method in class com.netflix.genie.common.internal.services.impl.JobDirectoryManifestCreatorServiceImpl
-
- getDirectoryManifest(Path) - Method in interface com.netflix.genie.common.internal.services.JobDirectoryManifestCreatorService
-
- getDuration(Instant, Instant) - Static method in class com.netflix.genie.common.util.TimeUtils
-
Get the duration between when something was started and finished.
- getEmail() - Method in interface com.netflix.genie.agent.cli.ArgumentDelegates.JobRequestArguments
-
- getEmail() - Method in class com.netflix.genie.common.dto.JobRequest
-
Get the email for the user.
- getEmail() - Method in class com.netflix.genie.common.external.dtos.v4.JobMetadata
-
Get the email for the user if there is one as an Optional
.
- getEmail() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the email of the user associated with this job if they desire an email notification at completion
of the job.
- getEmail() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobRequestProjection
-
Get the email of the user associated with this job if they desire an email notification at completion
of the job.
- getEmail() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.V4JobRequestProjection
-
Get the email of the user associated with this job if they desire an email notification at completion
of the job.
- getEntries() - Method in interface com.netflix.genie.agent.execution.services.DownloadService.Manifest
-
Get the manifest entries.
- getEntry(String) - Method in class com.netflix.genie.common.internal.dtos.DirectoryManifest
-
Get the entry, if one exists, for the given path.
- getEnvironmentVariables() - Method in class com.netflix.genie.common.external.dtos.v4.JobEnvironment
-
Get the environment variables requested by the user to be added to the job runtime.
- getEnvironmentVariables() - Method in class com.netflix.genie.common.external.dtos.v4.JobSpecification
-
Get the environment variables dictated by the server that should be set in the job execution environment.
- getEnvironmentVariables() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.JobSpecificationProjection
-
Get the final set of environment variables sent from the server to the agent for the job.
- getErrorCode() - Method in exception com.netflix.genie.client.exceptions.GenieClientException
-
Return the HTTP status code for this exception.
- getErrorCode() - Method in exception com.netflix.genie.common.exceptions.GenieException
-
Return the HTTP status code for this exception.
- getExecutable() - Method in class com.netflix.genie.common.external.dtos.v4.Command
-
Get the executable elements (generally a binary followed optionally by default arguments) that should be used
with this command when executing a job.
- getExecutable() - Method in class com.netflix.genie.common.external.dtos.v4.CommandRequest
-
Get the executable elements (generally a binary followed optionally by default arguments) that should be used
with this command when executing a job.
- getExecutableArgs() - Method in class com.netflix.genie.common.external.dtos.v4.JobSpecification
-
Returns an unmodifiable list of executable and arguments provided by the Command resolved to.
- getExecutionContext() - Method in interface com.netflix.genie.agent.execution.statemachine.JobExecutionStateMachine
-
Get the execution context.
- getExecutionStages() - Method in interface com.netflix.genie.agent.execution.statemachine.JobExecutionStateMachine
-
Get the list of execution stages.
- getExitCode() - Method in class com.netflix.genie.agent.cli.GenieAgentRunner
-
- getExitCode() - Method in class com.netflix.genie.common.dto.JobExecution
-
Get the exit code of the process.
- getExitCode() - Method in class com.netflix.genie.common.internal.dtos.v4.FinishedJob
-
Getter for optional field.
- getExitCode() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the exit code from the process that ran the job.
- getExitCode() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobExecutionProjection
-
Get the exit code from the process that ran the job.
- getExitCode() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.FinishedJobProjection
-
Get the exit code from the process that ran the job.
- getExt() - Method in class com.netflix.genie.common.external.dtos.v4.AgentConfigRequest
-
Get the extension variables to the agent configuration as a JSON blob.
- getExt() - Method in class com.netflix.genie.common.external.dtos.v4.JobEnvironment
-
Get the extension variables to the agent configuration as a JSON blob.
- getExt() - Method in class com.netflix.genie.common.external.dtos.v4.JobEnvironmentRequest
-
Get the extension variables to the agent configuration as a JSON blob.
- getFile(String, HttpServletRequest) - Method in class com.netflix.genie.ui.controllers.UIController
-
Forward the file request to the API.
- getFile() - Method in class com.netflix.genie.web.agent.resources.AgentFileResourceImpl
- getFilename() - Method in class com.netflix.genie.web.agent.resources.AgentFileResourceImpl
- getFiles() - Method in class com.netflix.genie.common.internal.dtos.DirectoryManifest
-
Get all the entries that are files for this manifest.
- getFindPredicate(Root<JobEntity>, CriteriaBuilder, String, String, String, Set<String>, Set<String>, String, ClusterEntity, String, CommandEntity, Instant, Instant, Instant, Instant, String, String) - Static method in class com.netflix.genie.web.data.services.impl.jpa.queries.predicates.JobPredicates
-
Generate a criteria query predicate for a where clause based on the given parameters.
- getFinished() - Method in class com.netflix.genie.common.dto.Job
-
Get the time the job finished.
- getFinished() - Method in class com.netflix.genie.common.dto.search.JobSearchResult
-
Get the time the job finished.
- getFinished() - Method in class com.netflix.genie.common.internal.dtos.v4.FinishedJob
-
Getter for optional field.
- getFinished() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get when the job was finished.
- getFinished() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobProjection
-
Get when the job was finished.
- getFinished() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobSearchProjection
-
Get the time the job finished if it has finished.
- getFinished() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.FinishedJobProjection
-
Get when the job was finished.
- getFinishedJob(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Get a DTO representing a finished job.
- getFinishedJob(String) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Get a DTO representing a finished job.
- getFinishedStatuses() - Static method in enum com.netflix.genie.common.dto.JobStatus
-
Get an unmodifiable set of all the statuses that make up a job being considered finished.
- getFinishedStatuses() - Static method in enum com.netflix.genie.common.external.dtos.v4.JobStatus
-
Get an unmodifiable set of all the statuses that make up a job being considered finished.
- getFixedDelay() - Method in class com.netflix.genie.web.tasks.GenieTask
-
Get how long the system should wait between invoking the run() method of this task in milliseconds after the
last successful run of the task.
- getFixedRate() - Method in class com.netflix.genie.web.tasks.GenieTask
-
Get how long the system should wait between invoking the run() method of this task in milliseconds.
- getFixedRate() - Method in class com.netflix.genie.web.tasks.leader.AgentJobCleanupTask
-
Get how long the system should wait between invoking the run() method of this task in milliseconds.
- getFixedRate() - Method in class com.netflix.genie.web.tasks.leader.ArchiveStatusCleanupTask
-
Get how long the system should wait between invoking the run() method of this task in milliseconds.
- getFixedRate() - Method in class com.netflix.genie.web.tasks.leader.UserMetricsTask
-
Get how long the system should wait between invoking the run() method of this task in milliseconds.
- getGenieUserGroup() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the user group for this job.
- getGenieUserGroup() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobRequestProjection
-
Get the user group for this job.
- getGenieUserGroup() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.V4JobRequestProjection
-
Get the user group for this job.
- getGroup() - Method in class com.netflix.genie.common.dto.JobRequest
-
Get the group the user should be a member of.
- getGroup() - Method in class com.netflix.genie.common.external.dtos.v4.JobMetadata
-
Get the group the user should is a member of as an Optional
.
- getGrouping() - Method in interface com.netflix.genie.agent.cli.ArgumentDelegates.JobRequestArguments
-
- getGrouping() - Method in class com.netflix.genie.common.dto.Job
-
Get the grouping for this job if there currently is one.
- getGrouping() - Method in class com.netflix.genie.common.dto.JobRequest
-
Get the grouping for this job if there currently is one.
- getGrouping() - Method in class com.netflix.genie.common.external.dtos.v4.JobMetadata
-
Get the grouping for this job if there currently is one as an Optional
.
- getGrouping() - Method in class com.netflix.genie.common.internal.dtos.v4.FinishedJob
-
Getter for optional field.
- getGrouping() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the grouping this job is a part of.
- getGrouping() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobCommonFieldsProjection
-
Get the grouping this job is a part of.
- getGrouping() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.FinishedJobProjection
-
Get the grouping this job is a part of.
- getGrouping() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.V4JobRequestProjection
-
Get the grouping this job is a part of.
- getGroupingInstance() - Method in interface com.netflix.genie.agent.cli.ArgumentDelegates.JobRequestArguments
-
- getGroupingInstance() - Method in class com.netflix.genie.common.dto.Job
-
Get the grouping instance for this job if there currently is one.
- getGroupingInstance() - Method in class com.netflix.genie.common.dto.JobRequest
-
Get the grouping instance for this job if there currently is one.
- getGroupingInstance() - Method in class com.netflix.genie.common.external.dtos.v4.JobMetadata
-
Get the grouping instance for this job if there currently is one as an Optional
.
- getGroupingInstance() - Method in class com.netflix.genie.common.internal.dtos.v4.FinishedJob
-
Getter for optional field.
- getGroupingInstance() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the instance identifier of a grouping.
- getGroupingInstance() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobCommonFieldsProjection
-
Get the instance identifier of a grouping.
- getGroupingInstance() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.FinishedJobProjection
-
Get the instance identifier of a grouping.
- getGroupingInstance() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.V4JobRequestProjection
-
Get the instance identifier of a grouping.
- getHostJobInfo(String, Set<String>, Set<String>) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaJobRepository
-
In a single query get aggregate information for the amount of memory used and count of active jobs on a given
host.
- getHostJobInformation(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Get all the aggregate metadata information about jobs running on a given hostname.
- getHostJobInformation(String) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Get all the aggregate metadata information about jobs running on a given hostname.
- getHostname() - Method in class com.netflix.genie.common.external.dtos.v4.ClientMetadata
-
Get the hostname of the client.
- getHostname() - Static method in class com.netflix.genie.common.internal.util.HostnameUtil
-
Get the local hostname string.
- getHostnameForAgentConnection(String) - Method in interface com.netflix.genie.web.agent.services.AgentRoutingService
-
Look up the hostname of the Genie node currently handling the agent connection for a given job.
- getHostnameForAgentConnection(String) - Method in class com.netflix.genie.web.agent.services.impl.AgentRoutingServiceCuratorDiscoveryImpl
-
Look up the hostname of the Genie node currently handling the agent connection for a given job.
- getHostnameForAgentConnection(String) - Method in class com.netflix.genie.web.agent.services.impl.AgentRoutingServiceSingleNodeImpl
-
Look up the hostname of the Genie node currently handling the agent connection for a given job.
- getId() - Method in class com.netflix.genie.common.dto.BaseDTO
-
Get the Id of this DTO.
- getId() - Method in class com.netflix.genie.common.external.dtos.v4.Criterion
-
Get the id of the resource desired if it exists.
- getId() - Method in class com.netflix.genie.web.agent.launchers.dtos.TitusBatchJobResponse
-
Get the ID of the Titus job.
- getId() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.IdProjection
-
Get the id from the projection.
- getIndex() - Method in class com.netflix.genie.ui.controllers.UIController
-
Return the getIndex.html template for requests to root.
- getInputStream() - Method in class com.netflix.genie.common.internal.aws.s3.SimpleStorageRangeResource
- getInputStream() - Method in class com.netflix.genie.web.agent.resources.AgentFileResourceImpl
- getInputStream() - Method in class com.netflix.genie.web.util.StreamBuffer
-
Obtain the input stream to read this data.
- getJob(String) - Method in interface com.netflix.genie.client.apis.JobService
-
Method to fetch a single job from Genie.
- getJob(String) - Method in class com.netflix.genie.client.JobClient
-
Method to get a job from Genie.
- getJob(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.JobRestController
-
Get job information for given job id.
- getJob(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Get job information for given job id.
- getJob(String) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Get job information for given job id.
- getJobApplications(String) - Method in interface com.netflix.genie.client.apis.JobService
-
Method to get the Applications for a job.
- getJobApplications(String) - Method in class com.netflix.genie.client.JobClient
-
Method to get the Applications for the job.
- getJobApplications(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.JobRestController
-
Get the applications used ot run the job.
- getJobApplications(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Get the applications the job used or is currently using.
- getJobApplications(String) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaJobRepository
-
Get the applications for a job.
- getJobApplications(String) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Get the applications the job used or is currently using.
- getJobArchiveLocation(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Get the location a job directory was archived to if at all.
- getJobArchiveLocation(String) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Get the location a job directory was archived to if at all.
- getJobArchiveStatus(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Get the archive status for a job with the given id
.
- getJobArchiveStatus(String) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Get the archive status for a job with the given id
.
- getJobArgs() - Method in class com.netflix.genie.common.external.dtos.v4.JobSpecification
-
Returns an unmodifiable list of arguments provided by the user for this job.
- getJobCluster(String) - Method in interface com.netflix.genie.client.apis.JobService
-
Method to get the cluster information on which a job is run.
- getJobCluster(String) - Method in class com.netflix.genie.client.JobClient
-
Method to get the cluster on which the job executes.
- getJobCluster(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.JobRestController
-
Get the cluster the job was run on or is currently running on.
- getJobCluster(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Get the cluster the job used or is using.
- getJobCluster(String) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaJobRepository
-
Get the cluster for a job.
- getJobCluster(String) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Get the cluster the job used or is using.
- getJobCommand(String) - Method in interface com.netflix.genie.client.apis.JobService
-
Method to get the command information on which a job is run.
- getJobCommand(String) - Method in class com.netflix.genie.client.JobClient
-
Method to get the command on which the job executes.
- getJobCommand(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.JobRestController
-
Get the command the job was run with or is currently running with.
- getJobCommand(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Get the command the job used or is using.
- getJobCommand(String) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaJobRepository
-
Get the command for a job.
- getJobCommand(String) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Get the command the job used or is using.
- getJobConfigurations() - Method in interface com.netflix.genie.agent.cli.ArgumentDelegates.JobRequestArguments
-
- getJobDependencies() - Method in interface com.netflix.genie.agent.cli.ArgumentDelegates.JobRequestArguments
-
- getJobDescription() - Method in interface com.netflix.genie.agent.cli.ArgumentDelegates.JobRequestArguments
-
- getJobDirectoryLocation() - Method in interface com.netflix.genie.agent.cli.ArgumentDelegates.JobRequestArguments
-
- getJobDirectoryLocation() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the job directory location the agent should use.
- getJobDirectoryLocation() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.JobSpecificationProjection
-
Get the job directory location the agent should use.
- getJobExecution(String) - Method in interface com.netflix.genie.client.apis.JobService
-
Method to get the execution information for a job.
- getJobExecution(String) - Method in class com.netflix.genie.client.JobClient
-
Method to get the Job Execution information for the job.
- getJobExecution(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.JobRestController
-
Get the execution information about a job.
- getJobExecution(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Get job execution for given job id.
- getJobExecution(String) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Get job execution for given job id.
- getJobHostname(String) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaJobRepository
-
Get only the hostname of a job.
- getJobId() - Method in interface com.netflix.genie.agent.cli.ArgumentDelegates.JobRequestArguments
-
- getJobIdsWithStatusIn(Set<String>) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaJobRepository
-
Find agent jobs in the given set of states.
- getJobMetadata() - Method in interface com.netflix.genie.agent.cli.ArgumentDelegates.JobRequestArguments
-
- getJobMetadata(String) - Method in interface com.netflix.genie.client.apis.JobService
-
Method to get the metadata information for a job.
- getJobMetadata(String) - Method in class com.netflix.genie.client.JobClient
-
Method to get the metadata information for the job.
- getJobMetadata(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.JobRestController
-
Get the metadata information about a job.
- getJobMetadata(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Get the metadata about a job.
- getJobMetadata(String) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Get the metadata about a job.
- getJobName() - Method in interface com.netflix.genie.agent.cli.ArgumentDelegates.JobRequestArguments
-
- getJobOutput(String, String, HttpServletRequest, HttpServletResponse) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.JobRestController
-
Get the job output directory.
- getJobOutputFile(String, String) - Method in interface com.netflix.genie.client.apis.JobService
-
Method to fetch an output file for a job from Genie.
- getJobOutputFile(String, String, String) - Method in interface com.netflix.genie.client.apis.JobService
-
Method to fetch partial output file for a job from Genie.
- getJobOutputFile(String, String) - Method in class com.netflix.genie.client.JobClient
-
Method to fetch an output file for a job from Genie.
- getJobOutputFile(String, String, Long, Long) - Method in class com.netflix.genie.client.JobClient
-
Method to fetch an output file for a job from Genie and accepting an range of bytes to return.
- getJobRequest(String) - Method in interface com.netflix.genie.client.apis.JobService
-
Method to get the JobRequest for a job.
- getJobRequest(String) - Method in class com.netflix.genie.client.JobClient
-
Method to get the Job Request for the job.
- getJobRequest(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.JobRestController
-
Get the original job request.
- getJobRequest(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Get the original request for a job.
- getJobRequest(String) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Get the original request for a job.
- getJobs(String, String, String, Set<String>, Set<String>, String, String, String, String, Long, Long, Long, Long, String, String, Integer, String, Integer) - Method in interface com.netflix.genie.client.apis.JobService
-
Method to get all jobs from Genie.
- getJobs() - Method in class com.netflix.genie.client.JobClient
-
Method to get a list of all the jobs.
- getJobs(String, String, String, Set<String>, Set<String>, String, String, String, String, Long, Long, Long, Long) - Method in class com.netflix.genie.client.JobClient
-
Deprecated.
- getJobs(String, String, String, Set<String>, Set<String>, String, String, String, String, Long, Long, Long, Long, String, String) - Method in class com.netflix.genie.client.JobClient
-
- getJobs(String, String, String, Set<String>, Set<String>, String, String, String, String, Long, Long, Long, Long, String, String, Integer, SortAttribute, SortDirection, Integer) - Method in class com.netflix.genie.client.JobClient
-
Method to get a list of all the jobs from Genie for the query parameters specified.
- getJobSetup() - Method in interface com.netflix.genie.agent.cli.ArgumentDelegates.JobRequestArguments
-
- getJobSpecification(String) - Method in interface com.netflix.genie.agent.execution.services.AgentJobService
-
Given a job id retrieve the job specification from the server.
- getJobSpecification(JobSpecificationRequest, StreamObserver<JobSpecificationResponse>) - Method in class com.netflix.genie.web.agent.apis.rpc.v4.endpoints.GRpcJobServiceImpl
-
Assuming a specification has already been resolved the agent will call this API with a job id to fetch the
specification.
- getJobSpecification(String) - Method in interface com.netflix.genie.web.agent.services.AgentJobService
-
Get a job specification if has been resolved.
- getJobSpecification(String) - Method in class com.netflix.genie.web.agent.services.impl.AgentJobServiceImpl
-
Get a job specification if has been resolved.
- getJobSpecification(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Get the saved job specification for the given job.
- getJobSpecification(String) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaJobRepository
-
Get the data needed to create a V4 Job Specification DTO.
- getJobSpecification(String) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Get the saved job specification for the given job.
- getJobsPropertiesDefaults() - Static method in class com.netflix.genie.web.properties.JobsProperties
-
Create a JobsProperties initialized with default values (for use in tests).
- getJobStatus(String) - Method in interface com.netflix.genie.agent.execution.services.AgentJobService
-
Retrieve the current job status for the given job id.
- getJobStatus(String) - Method in interface com.netflix.genie.client.apis.JobService
-
Method to get Job status.
- getJobStatus(String) - Method in class com.netflix.genie.client.JobClient
-
Method to fetch the status of a job.
- getJobStatus(GetJobStatusRequest, StreamObserver<GetJobStatusResponse>) - Method in class com.netflix.genie.web.agent.apis.rpc.v4.endpoints.GRpcJobServiceImpl
-
When the agent wants to confirm it's status is still the expected one (i.e.
- getJobStatus(String) - Method in interface com.netflix.genie.web.agent.services.AgentJobService
-
Retrieve the status of the job identified with id
.
- getJobStatus(String) - Method in class com.netflix.genie.web.agent.services.impl.AgentJobServiceImpl
-
Retrieve the status of the job identified with id
.
- getJobStatus(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.JobRestController
-
Get the status of the given job if it exists.
- getJobStatus(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Get the status for a job with the given id
.
- getJobStatus(String) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaJobRepository
-
Get only the status of a job.
- getJobStatus(String) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Get the status for a job with the given id
.
- GetJobStatusException - Exception in com.netflix.genie.agent.execution.exceptions
-
Failure to retrieve job status from the server.
- GetJobStatusException(String) - Constructor for exception com.netflix.genie.agent.execution.exceptions.GetJobStatusException
-
Constructor with message.
- GetJobStatusException(String, Throwable) - Constructor for exception com.netflix.genie.agent.execution.exceptions.GetJobStatusException
-
Constructor with message and cause.
- getJobStderr(String) - Method in class com.netflix.genie.client.JobClient
-
Method to fetch the stderr of a job from Genie.
- getJobStderr(String, Long, Long) - Method in class com.netflix.genie.client.JobClient
-
Method to fetch the stderr of a job from Genie.
- getJobStdout(String) - Method in class com.netflix.genie.client.JobClient
-
Method to fetch the stdout of a job from Genie.
- getJobStdout(String, Long, Long) - Method in class com.netflix.genie.client.JobClient
-
Method to fetch the stdout of a job from Genie.
- getJobsWithStatusAndArchiveStatusUpdatedBefore(Set<JobStatus>, Set<ArchiveStatus>, Instant) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Get the set of jobs (agent only) whose state is in statuses
and archive status is in
archiveStatuses
and last updated before updated
.
- getJobsWithStatusAndArchiveStatusUpdatedBefore(Set<String>, Set<String>, Instant) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaJobRepository
-
Find agent jobs in the given set of job and archive states that were marked finished before a given threshold.
- getJobsWithStatusAndArchiveStatusUpdatedBefore(Set<JobStatus>, Set<ArchiveStatus>, Instant) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Get the set of jobs (agent only) whose state is in statuses
and archive status is in
archiveStatuses
and last updated before updated
.
- getJobTags() - Method in interface com.netflix.genie.agent.cli.ArgumentDelegates.JobRequestArguments
-
- getJobVersion() - Method in interface com.netflix.genie.agent.cli.ArgumentDelegates.JobRequestArguments
-
- getLauncherExt() - Method in class com.netflix.genie.common.dto.JobExecution
-
Get the launcher extension.
- getLauncherExt() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity
-
Get any metadata associated with this command pertaining to specifying details for various agent launchers.
- getLauncherExt() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get any metadata associated with this job pertaining to the launcher that launched it.
- getLauncherExt(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Get the job requested launcher extension.
- getLauncherExt() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobExecutionProjection
-
Get the launcher metadata for this job.
- getLauncherExt(String) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaJobRepository
-
Get only the launcher ext of a job.
- getLauncherExt(String) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Get the job requested launcher extension.
- getLock(File) - Method in class com.netflix.genie.agent.utils.locks.impl.FileLockFactory
-
Get a lock locking the provided File object.
- getLogFilePath() - Method in interface com.netflix.genie.agent.cli.logging.AgentLogManager
-
Get the current location of the agent log file.
- getLogFilePath() - Method in class com.netflix.genie.agent.cli.logging.AgentLogManagerLog4j2Impl
-
Get the current location of the agent log file.
- getLogger() - Static method in class com.netflix.genie.agent.cli.logging.ConsoleLog
-
Get the LOGGER visible to user on the console.
- getManifest(String) - Method in class com.netflix.genie.web.agent.apis.rpc.v4.endpoints.GRpcAgentFileStreamServiceImpl
-
Returns the manifest for a given job, boxed in an Optional
.
- getManifest(String) - Method in interface com.netflix.genie.web.agent.services.AgentFileStreamService
-
Returns the manifest for a given job, boxed in an Optional
.
- getMapper() - Static method in class com.netflix.genie.common.external.util.GenieObjectMapper
-
Get the preconfigured Object Mapper used across Genie for consistency.
- getMd5() - Method in class com.netflix.genie.common.internal.dtos.DirectoryManifest.ManifestEntry
-
Get the MD5 hash of the file (as 32 hex characters) if it was calculated.
- getMd5() - Method in class com.netflix.genie.common.internal.dtos.v4.files.JobFileState
-
Get the MD5 hash of the file (as 32 hex characters) if it was calculated.
- getMemory() - Method in class com.netflix.genie.common.dto.Command
-
Get the default amount of memory (in MB) to use for jobs which use this command.
- getMemory() - Method in class com.netflix.genie.common.dto.JobExecution
-
Get the amount of memory (in MB) of the job.
- getMemory() - Method in class com.netflix.genie.common.dto.JobRequest
-
Get the amount of memory (in MB) requested to run this job with.
- getMemory() - Method in class com.netflix.genie.common.external.dtos.v4.Command
-
Get the default amount of memory (in MB) to use for jobs which use this command.
- getMemory() - Method in class com.netflix.genie.common.external.dtos.v4.CommandRequest
-
Get the default amount of memory (in MB) to use for jobs which use this command.
- getMemory() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity
-
Get the default memory for a job using this command.
- getMemoryUsed() - Method in class com.netflix.genie.common.internal.dtos.v4.FinishedJob
-
Getter for optional field.
- getMemoryUsed() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the amount of memory (in MB) that this job is/was run with.
- getMemoryUsed() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobExecutionProjection
-
Get the amount of memory (in MB) that this job is/was run with.
- getMemoryUsed() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.FinishedJobProjection
-
Get the amount of memory (in MB) that this job is/was run with.
- getMessage() - Method in class com.netflix.genie.web.agent.launchers.dtos.TitusBatchJobResponse
-
Get the message if there was one.
- getMetadata() - Method in class com.netflix.genie.common.dto.CommonDTO
-
Get the metadata of this resource as a JSON Node.
- getMetadata() - Method in interface com.netflix.genie.common.external.dtos.v4.AgentJobRequest
-
Get the metadata a user has supplied for the job including things like name, tags, etc.
- getMetadata() - Method in interface com.netflix.genie.common.external.dtos.v4.ApiJobRequest
-
Get the metadata a user has supplied for the job including things like name, tags, etc.
- getMetadata() - Method in class com.netflix.genie.common.external.dtos.v4.CommonMetadata
-
Get the metadata of this resource as a JSON Node.
- getMetadata() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.BaseEntity
-
Get the metadata of this entity which is unstructured JSON.
- getMetadata() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.BaseProjection
-
Get the metadata of this entity which is unstructured JSON.
- getMetadata() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.FinishedJobProjection
-
Get the metadata of this entity which is unstructured JSON.
- getMetadata() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.V4JobRequestProjection
-
Get the metadata of this entity which is unstructured JSON.
- getMidnightUTC() - Static method in class com.netflix.genie.web.tasks.TaskUtils
-
Get exactly midnight (00:00:00.000) UTC for the current day.
- getMimeType() - Method in class com.netflix.genie.common.internal.dtos.DirectoryManifest.ManifestEntry
-
Get the mime type of this file if it was calculated.
- getMinimumVersion() - Method in class com.netflix.genie.web.properties.AgentFilterProperties
-
Get the (dynamic) property value representing the minimum agent version allowed to connect.
- getName() - Method in class com.netflix.genie.common.external.dtos.v4.Criterion
-
Get the name of the resource desired if it exists.
- getName() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.CriterionEntity
-
Get the name this criterion was using if there was one.
- getName() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.BaseProjection
-
Get the name of the resource.
- getName() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobSearchProjection
-
Get the name of the job.
- getName() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.V4JobRequestProjection
-
Get the name of the resource.
- getNotifiedJobStatus() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the previously notified job status if there was one.
- getNumAttachments() - Method in class com.netflix.genie.common.dto.JobMetadata
-
Get the number of attachments.
- getNumAttachments() - Method in class com.netflix.genie.common.internal.dtos.v4.FinishedJob
-
Getter for optional field.
- getNumAttachments() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the number of attachments.
- getNumAttachments() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobMetadataProjection
-
Get the number of attachments.
- getNumAttachments() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.FinishedJobProjection
-
Get the number of attachments.
- getNumberOfActiveJobs() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.aggregates.JobInfoAggregate
-
Get the number of jobs in any of the active states on this host.
- getNumDirectories() - Method in class com.netflix.genie.common.internal.dtos.DirectoryManifest
-
Get the total number of directories in this manifest.
- getNumFiles() - Method in class com.netflix.genie.common.internal.dtos.DirectoryManifest
-
Get the total number of files in this manifest.
- getOperandArguments(String[]) - Static method in class com.netflix.genie.agent.cli.Util
-
Get a subset of argument after the double dash (a.k.a.
- getOptionArguments(String[]) - Static method in class com.netflix.genie.agent.cli.Util
-
Get a subset of arguments before the double dash (a.k.a.
- getOrder() - Method in class com.netflix.genie.web.aspects.DataServiceRetryAspect
- getParent() - Method in class com.netflix.genie.common.internal.dtos.DirectoryManifest.ManifestEntry
-
Get the relative path from root of the parent of this entry if there was one.
- getPid() - Method in class com.netflix.genie.common.external.dtos.v4.AgentClientMetadata
-
Get the process id of the Agent on the host it is running on.
- getProcessId() - Method in class com.netflix.genie.common.dto.JobExecution
-
Get the process id for this job execution as Optional.
- getProcessId() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the process id of the job.
- getProcessId() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobExecutionProjection
-
Get the process id of the job.
- getProperties(Binding) - Static method in class com.netflix.genie.web.scripts.GroovyScriptUtils
-
Given the Binding
that a script has attempt to extract the properties map.
- getRationale() - Method in class com.netflix.genie.web.scripts.ResourceSelectorScriptResult
-
Get the rationale for the selection decision.
- getRegion() - Method in class com.netflix.genie.common.internal.aws.s3.BucketProperties
-
Get the Regions
this bucket is in.
- getRemainingPath(HttpServletRequest) - Static method in class com.netflix.genie.web.apis.rest.v3.controllers.ControllerUtils
-
Get the remaining path from a given request.
- getRequestAgentClientHostname() - Method in class com.netflix.genie.common.internal.dtos.v4.FinishedJob
-
Getter for optional field.
- getRequestAgentClientHostname() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the hostname of the agent that requested this job be run if there was one.
- getRequestAgentClientHostname() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.FinishedJobProjection
-
Get the hostname of the agent that requested this job be run if there was one.
- getRequestAgentClientPid() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the PID of the agent that requested this job be run if there was one.
- getRequestAgentClientVersion() - Method in class com.netflix.genie.common.internal.dtos.v4.FinishedJob
-
Getter for optional field.
- getRequestAgentClientVersion() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the version of the agent that requested this job be run if there was one.
- getRequestAgentClientVersion() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.FinishedJobProjection
-
Get the version of the agent that requested this job be run if there was one.
- getRequestApiClientHostname() - Method in class com.netflix.genie.common.internal.dtos.v4.FinishedJob
-
Getter for optional field.
- getRequestApiClientHostname() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the request api client hostname.
- getRequestApiClientHostname() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobMetadataProjection
-
Get the request api client hostname.
- getRequestApiClientHostname() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.FinishedJobProjection
-
Get the request api client hostname.
- getRequestApiClientUserAgent() - Method in class com.netflix.genie.common.internal.dtos.v4.FinishedJob
-
Getter for optional field.
- getRequestApiClientUserAgent() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the user agent.
- getRequestApiClientUserAgent() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobMetadataProjection
-
Get the user agent.
- getRequestApiClientUserAgent() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.FinishedJobProjection
-
Get the user agent.
- getRequestedAgentConfig() - Method in interface com.netflix.genie.common.external.dtos.v4.AgentJobRequest
-
Get the requested agent configuration.
- getRequestedAgentConfig() - Method in interface com.netflix.genie.common.external.dtos.v4.ApiJobRequest
-
Get the requested agent configuration.
- getRequestedAgentConfigExt() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the extension configuration of a job agent configuration.
- getRequestedAgentConfigExt() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.V4JobRequestProjection
-
Get the extension configuration of a job agent configuration.
- getRequestedAgentEnvironmentExt() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the extension configuration of a job agent environment.
- getRequestedAgentEnvironmentExt() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.V4JobRequestProjection
-
Get the extension configuration of a job agent environment.
- getRequestedApplications() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobRequestProjection
-
Get any applications requested by their id.
- getRequestedApplications() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.V4JobRequestProjection
-
Get any applications requested by their id.
- getRequestedCpu() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the number of CPU's requested to run this job.
- getRequestedCpu() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobRequestProjection
-
Get the number of CPU's requested to run this job.
- getRequestedCpu() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.V4JobRequestProjection
-
Get the number of CPU's requested to run this job.
- getRequestedEnvironmentVariables() - Method in class com.netflix.genie.common.external.dtos.v4.JobEnvironmentRequest
-
Get the environment variables requested by the user to be added to the job runtime.
- getRequestedEnvironmentVariables() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.V4JobRequestProjection
-
Get all the environment variables that were requested be added to the Job Runtime environment by the user.
- getRequestedId() - Method in interface com.netflix.genie.common.external.dtos.v4.CommonRequest
-
Get the ID the user has requested for this resource if one was added.
- getRequestedJobCpu() - Method in class com.netflix.genie.common.external.dtos.v4.JobEnvironmentRequest
-
Get the number of CPU cores requested by the user for the job process.
- getRequestedJobDirectoryLocation() - Method in class com.netflix.genie.common.external.dtos.v4.AgentConfigRequest
-
Get the location where the Agent should place the job directory when it runs.
- getRequestedJobDirectoryLocation() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the requested directory on disk where the Genie job working directory should be placed if a user asked to
override the default.
- getRequestedJobDirectoryLocation() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.V4JobRequestProjection
-
Get the requested directory on disk where the Genie job working directory should be placed if a user asked to
override the default.
- getRequestedJobEnvironment() - Method in interface com.netflix.genie.common.external.dtos.v4.ApiJobRequest
-
Get the environment parameters the user requested to be associated with the Agent.
- getRequestedJobMemory() - Method in class com.netflix.genie.common.external.dtos.v4.JobEnvironmentRequest
-
Get the amount of memory requested by the user to launch the job process with.
- getRequestedLauncherExt() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get any metadata the user provided with respect to the launcher.
- getRequestedLauncherExt(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Get the command the job used or is using.
- getRequestedLauncherExt(String) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaJobRepository
-
Get only the requested launcher ext of a job.
- getRequestedLauncherExt(String) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Get the command the job used or is using.
- getRequestedMemory() - Method in class com.netflix.genie.common.internal.dtos.v4.FinishedJob
-
Getter for optional field.
- getRequestedMemory() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the memory requested to run this job with.
- getRequestedMemory() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobRequestProjection
-
Get the memory requested to run this job with.
- getRequestedMemory() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.FinishedJobProjection
-
Get the memory requested to run this job with.
- getRequestedMemory() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.V4JobRequestProjection
-
Get the memory requested to run this job with.
- getRequestedTimeout() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the timeout (in seconds) requested by the user for this job.
- getRequestedTimeout() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobRequestProjection
-
Get the timeout (in seconds) requested by the user for this job.
- getRequestedTimeout() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.V4JobRequestProjection
-
Get the timeout (in seconds) requested by the user for this job.
- getResolvableStatuses() - Static method in enum com.netflix.genie.common.dto.JobStatus
-
Get an unmodifiable set of all the statuses from which a job can be marked resolved.
- getResolvableStatuses() - Static method in enum com.netflix.genie.common.external.dtos.v4.JobStatus
-
Get an unmodifiable set of all the statuses from which a job can be marked resolved.
- getResource(String, Path, URI, HttpRange) - Method in class com.netflix.genie.web.agent.apis.rpc.v4.endpoints.GRpcAgentFileStreamServiceImpl
-
Returns a Resource for the given job file boxed in an Optional
.
- getResource(String, Path, URI, HttpRange) - Method in interface com.netflix.genie.web.agent.services.AgentFileStreamService
-
Returns a Resource for the given job file boxed in an Optional
.
- getResource() - Method in class com.netflix.genie.web.scripts.ResourceSelectorScriptResult
-
Get the selected resource if there was one.
- getResources() - Method in interface com.netflix.genie.common.external.dtos.v4.CommonRequest
-
Get the resources the user requested for the job during execution if any.
- getResources() - Method in class com.netflix.genie.common.external.dtos.v4.ResolvedResources
-
Get the resources that were resolved.
- getResources() - Method in class com.netflix.genie.web.selectors.AgentLauncherSelectionContext
-
Return the Set
of distinct resources that a selector is meant to chose from.
- getResources() - Method in class com.netflix.genie.web.selectors.ClusterSelectionContext
-
Return the Set
of distinct resources that a selector is meant to chose from.
- getResources() - Method in class com.netflix.genie.web.selectors.CommandSelectionContext
-
Return the Set
of distinct resources that a selector is meant to chose from.
- getResources() - Method in class com.netflix.genie.web.selectors.ResourceSelectionContext
-
Return the Set
of distinct resources that a selector is meant to chose from.
- getRoleARN() - Method in class com.netflix.genie.common.internal.aws.s3.BucketProperties
-
Get the ARN of the role to assume from this instance when working with the given bucket.
- getRoot() - Method in class com.netflix.genie.web.apis.rest.v3.controllers.RootRestController
-
Get a simple HAL+JSON object which represents the various links available in Genie REST API as an entry point.
- getRpcTimeout() - Method in interface com.netflix.genie.agent.cli.ArgumentDelegates.ServerArguments
-
- getRunningJobsCount() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.aggregates.UserJobResourcesAggregate
-
Get the number of running jobs for the user.
- getScheduleType() - Method in class com.netflix.genie.web.tasks.GenieTask
-
Get the type of scheduling mechanism which should be used to schedule this task.
- getScheduleType() - Method in class com.netflix.genie.web.tasks.leader.AgentJobCleanupTask
-
Get the type of scheduling mechanism which should be used to schedule this task.
- getScheduleType() - Method in class com.netflix.genie.web.tasks.leader.ArchiveStatusCleanupTask
-
Get the type of scheduling mechanism which should be used to schedule this task.
- getScheduleType() - Method in class com.netflix.genie.web.tasks.leader.DatabaseCleanupTask
-
Get the type of scheduling mechanism which should be used to schedule this task.
- getScheduleType() - Method in class com.netflix.genie.web.tasks.leader.UserMetricsTask
-
Get the type of scheduling mechanism which should be used to schedule this task.
- getSelectedResource() - Method in class com.netflix.genie.web.dtos.ResourceSelectionResult
-
Get the selected resource if there was one.
- getSelectionRationale() - Method in class com.netflix.genie.web.dtos.ResourceSelectionResult
-
Return any rationale as to why this resource was selected or why no resource was selected if that was the case.
- getServerHost() - Method in interface com.netflix.genie.agent.cli.ArgumentDelegates.ServerArguments
-
- getServerPort() - Method in interface com.netflix.genie.agent.cli.ArgumentDelegates.ServerArguments
-
- getServerPort() - Method in class com.netflix.genie.web.agent.apis.rpc.servers.GRpcServerManager
-
Get the port the gRPC Server
is listening on.
- getSetupFile() - Method in class com.netflix.genie.common.dto.ExecutionEnvironmentDTO
-
Get the setup file.
- getSetupFile() - Method in class com.netflix.genie.common.external.dtos.v4.ExecutionEnvironment
-
Get the setup file location if there is one.
- getSetupFile() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.BaseEntity
-
Get the setup file for this resource.
- getSetupFile() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.SetupFileProjection
-
Get the setup file for this resource.
- getSetupFile() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.ExecutionResourceProjection
-
Get the setup file for this entity.
- getSetupFile() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.JobSpecificationProjection
-
Get the setup file for this resource.
- getSetupFile() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.V4JobRequestProjection
-
Get the setup file for this resource.
- getSourceFileUris() - Method in interface com.netflix.genie.agent.execution.services.DownloadService.Manifest
-
Get the set of URI s (source files) that were added to the manifest.
- getStarted() - Method in class com.netflix.genie.common.dto.Job
-
Get the time the job started.
- getStarted() - Method in class com.netflix.genie.common.dto.search.JobSearchResult
-
Get the time the job started.
- getStarted() - Method in class com.netflix.genie.common.internal.dtos.v4.FinishedJob
-
Getter for optional field.
- getStarted() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get when the job was started.
- getStarted() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobExecutionProjection
-
Get when the job was started.
- getStarted() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobProjection
-
Get when the job was started.
- getStarted() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobSearchProjection
-
Get the time the job started if it has started.
- getStarted() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.FinishedJobProjection
-
Get when the job was started.
- getStatic() - Method in class com.netflix.genie.web.properties.AwsCredentialsProperties.SpringCloudAwsRegionProperties
-
Get the region.
- getStatus() - Method in class com.netflix.genie.common.external.dtos.v4.Criterion
-
Get the desired status of the resource if it has been set by the creator.
- getStatus() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.CriterionEntity
-
Get the status this criterion was using if there was one.
- getStatus() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.BaseProjection
-
Get the status of this resource as a String.
- getStatus() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.StatusProjection
-
Get the current status of this resource.
- getStatus() - Method in class com.netflix.genie.web.spring.actuators.LeaderElectionActuator
-
Provides the current leader service status: whether the leader service is running and whether the node is leader.
- getStatusCode() - Method in class com.netflix.genie.web.agent.launchers.dtos.TitusBatchJobResponse
-
Get the status code if there was one.
- getStatusesBeforeClaimed() - Static method in enum com.netflix.genie.common.external.dtos.v4.JobStatus
-
Get an unmodifiable set of all the statuses that come before CLAIMED.
- getStatusMessage() - Method in class com.netflix.genie.common.internal.dtos.v4.FinishedJob
-
Getter for optional field.
- getStatusMsg() - Method in class com.netflix.genie.common.dto.Job
-
Get the current status message.
- getStatusMsg() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the current status message of the job.
- getStatusMsg() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobProjection
-
Get the current status message of the job.
- getStatusMsg() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.FinishedJobProjection
-
Get the current status message of the job.
- getStdErrSize() - Method in class com.netflix.genie.common.dto.JobMetadata
-
Get the size of standard error for this job.
- getStdErrSize() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the size of standard error for this job.
- getStdErrSize() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobMetadataProjection
-
Get the size of standard error for this job.
- getStdOutSize() - Method in class com.netflix.genie.common.dto.JobMetadata
-
Get the size of standard out for this job.
- getStdOutSize() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the size of standard out for this job.
- getStdOutSize() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobMetadataProjection
-
Get the size of standard out for this job.
- getTags() - Method in class com.netflix.genie.common.external.dtos.v4.CommonMetadata
-
Get the tags associated with this resource.
- getTags() - Method in class com.netflix.genie.common.external.dtos.v4.Criterion
-
Get the set of tags the creator desires the resource to have if any were set.
- getTags() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobCommonFieldsProjection
-
Get the tags for the job.
- getTags() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.FinishedJobProjection
-
Get the tags for the job.
- getTags() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.V4JobRequestProjection
-
Get the tags for the job.
- getTagsForApplication(String) - Method in interface com.netflix.genie.client.apis.ApplicationService
-
Method to get tags for a application in Genie.
- getTagsForApplication(String) - Method in class com.netflix.genie.client.ApplicationClient
-
Method to get all the tags for a application.
- getTagsForApplication(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ApplicationRestController
-
Get all the tags for a given application.
- getTagsForCluster(String) - Method in interface com.netflix.genie.client.apis.ClusterService
-
Method to get tags for a cluster in Genie.
- getTagsForCluster(String) - Method in class com.netflix.genie.client.ClusterClient
-
Method to get all the tags for a cluster.
- getTagsForCluster(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ClusterRestController
-
Get all the tags for a given cluster.
- getTagsForCommand(String) - Method in interface com.netflix.genie.client.apis.CommandService
-
Method to get tags for a command in Genie.
- getTagsForCommand(String) - Method in class com.netflix.genie.client.CommandClient
-
Method to get all the tags for a command.
- getTagsForCommand(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Get all the tags for a given command.
- getTagsForResource(String, Class<R>) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Get the set of tags associated with the resource with the given id.
- getTagsForResource(String, Class<R>) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Get the set of tags associated with the resource with the given id.
- getTargetDirectories() - Method in interface com.netflix.genie.agent.execution.services.DownloadService.Manifest
-
Get the set of directories that contain all the target files.
- getTargetFiles() - Method in interface com.netflix.genie.agent.execution.services.DownloadService.Manifest
-
Get the set of files representing expected target location for files to be downloaded.
- getTargetLocation(URI) - Method in interface com.netflix.genie.agent.execution.services.DownloadService.Manifest
-
Return the target location for a given source URI.
- getTimeout() - Method in interface com.netflix.genie.agent.cli.ArgumentDelegates.JobRequestArguments
-
- getTimeout() - Method in class com.netflix.genie.common.dto.JobExecution
-
Get the timeout date for this job after which if it is still running the system will attempt to kill it.
- getTimeout() - Method in class com.netflix.genie.common.dto.JobRequest
-
Get the amount of time requested (in seconds) before this job is timed out on the server.
- getTimeout() - Method in class com.netflix.genie.common.external.dtos.v4.JobSpecification
-
Get the job timeout.
- getTimeoutRequested() - Method in class com.netflix.genie.common.external.dtos.v4.AgentConfigRequest
-
Get the amount of time (in seconds) after the job starts that the agent should timeout and kill the job.
- getTimeoutUsed() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the final resolved timeout duration (in seconds) if there was one for this job.
- getTimeoutUsed() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobExecutionProjection
-
Get the final resolved timeout duration (in seconds) if there was one for this job.
- getTimeoutUsed() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.JobSpecificationProjection
-
Get the final resolved timeout duration (in seconds) if there was one for this job.
- getToken(String, Map<String, String>) - Method in interface com.netflix.genie.client.apis.TokenService
-
A method to retrieve oauth tokens from the server.
- getToken() - Method in class com.netflix.genie.client.security.oauth2.TokenFetcher
-
Method that returns the OAuth credentials.
- getTotalMemoryAllocated() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.aggregates.JobInfoAggregate
-
Get the total amount of memory (in MB) that was allocated by jobs on this host.
- getTotalMemoryUsed() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.aggregates.JobInfoAggregate
-
Get the total amount of memory (in MB) that is actively in use by jobs on this host.
- getTotalMemoryUsedOnHost(String, Set<String>) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaJobRepository
-
Given the hostname that agents are running on return the total memory their jobs are currently using.
- getTotalSizeOfAttachments() - Method in class com.netflix.genie.common.dto.JobMetadata
-
Get the total size of the attachments.
- getTotalSizeOfAttachments() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the total size of the attachments.
- getTotalSizeOfAttachments() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobMetadataProjection
-
Get the total size of the attachments.
- getTotalSizeOfFiles() - Method in class com.netflix.genie.common.internal.dtos.DirectoryManifest
-
Get the total size of the files contained in this manifest.
- getTransferManager(AmazonS3URI) - Method in class com.netflix.genie.common.internal.aws.s3.S3ClientFactory
-
Get a TransferManager
instance for use with the given s3URI
.
- getTransitionExceptionRecords() - Method in class com.netflix.genie.agent.execution.statemachine.ExecutionContext
-
Get the list of execution exception encountered (fatal and non-fatal).
- getTrigger() - Method in class com.netflix.genie.web.tasks.GenieTask
-
Get the Trigger which this task should be scheduled with.
- getTrigger() - Method in class com.netflix.genie.web.tasks.leader.DatabaseCleanupTask
-
Get the Trigger which this task should be scheduled with.
- getType() - Method in class com.netflix.genie.common.dto.Application
-
Get the type of this application.
- getType() - Method in class com.netflix.genie.common.external.dtos.v4.ApplicationMetadata
-
Get the type of this application.
- getType() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.ApplicationEntity
-
Get the type of this application.
- getUnclaimedJobs() - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Get the set of jobs in that have not reached CLAIMED state.
- getUnclaimedJobs() - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Get the set of jobs in that have not reached CLAIMED state.
- getUniqueId() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.CriterionEntity
-
Get the unique id this criterion was using if there was one.
- getUniqueId() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobExecutionProjection
-
Get the unique identifier of this job execution.
- getUniqueId() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobMetadataProjection
-
Get the unique identifier of this job execution.
- getUniqueId() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobSearchProjection
-
Get the unique identifier of the job.
- getUniqueId() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.UniqueIdProjection
-
Get the unique identifier for this entity.
- getUniqueId() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.ExecutionResourceProjection
-
Get the unique identifier for this entity.
- getUniqueId() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.V4JobRequestProjection
-
Get the unique identifier for this entity.
- getUpdated() - Method in class com.netflix.genie.common.dto.BaseDTO
-
Get the update time.
- getUpdated() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.AuditEntity
-
Get the time this entity was updated.
- getUpdated() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.AuditProjection
-
Get when this entity was updated.
- getURI() - Method in class com.netflix.genie.web.agent.resources.AgentFileResourceImpl
- getURL() - Method in class com.netflix.genie.web.agent.resources.AgentFileResourceImpl
- getUsedMemory() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.aggregates.UserJobResourcesAggregate
-
Get the total amount of memory used by all running jobs for the user.
- getUsedMemoryOnHost(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Get the amount of memory currently used on the given host by Genie jobs in any of the following states.
- getUsedMemoryOnHost(String) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Get the amount of memory currently used on the given host by Genie jobs in any of the following states.
- getUser() - Method in interface com.netflix.genie.agent.cli.ArgumentDelegates.JobRequestArguments
-
- getUser() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.aggregates.UserJobResourcesAggregate
-
Get the user name.
- getUser() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.BaseProjection
-
Get the user who created the resource.
- getUser() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobSearchProjection
-
Get the user who ran or is running the job.
- getUser() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.V4JobRequestProjection
-
Get the user who created the resource.
- getUserAgent() - Method in class com.netflix.genie.common.dto.JobMetadata
-
Get the user agent.
- getUserAgent() - Method in class com.netflix.genie.common.external.dtos.v4.ApiClientMetadata
-
Get the user agent string for the client.
- getUserInfo(HttpServletRequest) - Method in class com.netflix.genie.ui.controllers.UserRestController
-
Get the information about the current session user.
- getUserJobResourcesAggregates(Set<String>, boolean) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaJobRepository
-
Returns resources usage for each user that has a running job.
- getUserLimit(String) - Method in class com.netflix.genie.web.properties.JobsActiveLimitProperties
-
Get the maximum number of jobs a user is allowed to run concurrently.
- getUserResourcesSummaries(Set<JobStatus>, boolean) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Get a map of summaries of resources usage for each user with at least one active job.
- getUserResourcesSummaries(Set<JobStatus>, boolean) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Get a map of summaries of resources usage for each user with at least one active job.
- getV3Job(String) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaJobRepository
-
Get the data needed to create a V3 Job DTO.
- getV3JobRequest(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Deprecated.
- getV3JobRequest(String) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaJobRepository
-
Get the data needed to create a V3 Job Request DTO.
- getV3JobRequest(String) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Deprecated.
- getV4JobRequest(String) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaJobRepository
-
Get the data needed to create a V4 Job Request DTO.
- getVersion() - Method in class com.netflix.genie.common.external.dtos.v4.AgentClientMetadata
-
Get the running version of the agent if it was set.
- getVersion() - Method in class com.netflix.genie.common.external.dtos.v4.Criterion
-
Get the version of the resource desired if it exists.
- getVersion() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.CriterionEntity
-
Get the version this criterion was using if there was one.
- getVersion() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.BaseProjection
-
Get the version.
- getVersion() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.V4JobRequestProjection
-
Get the version.
- getWhitelistedVersions() - Method in class com.netflix.genie.web.properties.AgentFilterProperties
-
Get the (dynamic) property value containing a regular expression used to whitelist agent versions.
- GLOBAL_TAG_BASE - Static variable in class com.netflix.genie.common.internal.tracing.TracingConstants
-
The root of all tags related to Genie on spans.
- globalAgentArguments() - Method in class com.netflix.genie.agent.cli.JCommanderAutoConfiguration
-
Provide a GlobalAgentArguments
bean.
- GroovyScriptUtils - Class in com.netflix.genie.web.scripts
-
Utility functions that can be used within Groovy scripts executed from Genie.
- grouping - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- GROUPING - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- GROUPING_INSTANCE - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- groupingInstance - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- gRpcAgentFileStreamService(JobDirectoryManifestProtoConverter, TaskScheduler, AgentFileStreamProperties, MeterRegistry) - Method in class com.netflix.genie.web.spring.autoconfigure.agent.apis.rpc.v4.endpoints.AgentRpcEndpointsAutoConfiguration
-
Provide an implementation of FileStreamServiceGrpc.FileStreamServiceImplBase
if no other is provided.
- GRpcAgentFileStreamServiceImpl - Class in com.netflix.genie.agent.execution.services.impl.grpc
-
- GRpcAgentFileStreamServiceImpl - Class in com.netflix.genie.web.agent.apis.rpc.v4.endpoints
-
- GRpcAgentFileStreamServiceImpl(JobDirectoryManifestProtoConverter, TaskScheduler, AgentFileStreamProperties, MeterRegistry) - Constructor for class com.netflix.genie.web.agent.apis.rpc.v4.endpoints.GRpcAgentFileStreamServiceImpl
-
Constructor.
- GRpcAgentJobKillServiceImpl - Class in com.netflix.genie.agent.execution.services.impl.grpc
-
Implementation of the
AgentJobKillService
, listens for kill coming from server using long-polling.
- GRpcAgentJobKillServiceImpl(JobKillServiceGrpc.JobKillServiceFutureStub, KillService, TaskScheduler, JobKillServiceProperties) - Constructor for class com.netflix.genie.agent.execution.services.impl.grpc.GRpcAgentJobKillServiceImpl
-
Constructor.
- GRpcAutoConfiguration - Class in com.netflix.genie.agent.rpc
-
Spring auto configuration for gRPC components.
- GRpcAutoConfiguration() - Constructor for class com.netflix.genie.agent.rpc.GRpcAutoConfiguration
-
- gRpcHeartBeatService(AgentConnectionTrackingService, HeartBeatProperties, TaskScheduler, MeterRegistry) - Method in class com.netflix.genie.web.spring.autoconfigure.agent.apis.rpc.v4.endpoints.AgentRpcEndpointsAutoConfiguration
-
Provide an implementation of HeartBeatServiceGrpc.HeartBeatServiceImplBase
if no other is provided.
- GRpcHeartBeatServiceImpl - Class in com.netflix.genie.web.agent.apis.rpc.v4.endpoints
-
An edge gRPC service that uses bi-directional streaming.
- GRpcHeartBeatServiceImpl(AgentConnectionTrackingService, HeartBeatProperties, TaskScheduler, MeterRegistry) - Constructor for class com.netflix.genie.web.agent.apis.rpc.v4.endpoints.GRpcHeartBeatServiceImpl
-
Constructor.
- gRpcJobKillService(DataServices, AgentRoutingService, RequestForwardingService) - Method in class com.netflix.genie.web.spring.autoconfigure.agent.apis.rpc.v4.endpoints.AgentRpcEndpointsAutoConfiguration
-
Provide an implementation of JobKillServiceGrpc.JobKillServiceImplBase
if no other is provided.
- GRpcJobKillServiceImpl - Class in com.netflix.genie.web.agent.apis.rpc.v4.endpoints
-
Implementation of
JobKillService
which uses parked gRPC requests to tell the agent to
shutdown via a user kill request if the job is in an active state.
- GRpcJobKillServiceImpl(DataServices, AgentRoutingService, RequestForwardingService) - Constructor for class com.netflix.genie.web.agent.apis.rpc.v4.endpoints.GRpcJobKillServiceImpl
-
Constructor.
- gRpcJobService(AgentJobService, JobServiceProtoConverter, JobServiceProtoErrorComposer, MeterRegistry) - Method in class com.netflix.genie.web.spring.autoconfigure.agent.apis.rpc.v4.endpoints.AgentRpcEndpointsAutoConfiguration
-
Provide an implementation of JobServiceGrpc.JobServiceImplBase
if no other is
provided.
- GRpcJobServiceImpl - Class in com.netflix.genie.web.agent.apis.rpc.v4.endpoints
-
Extension of JobServiceGrpc.JobServiceImplBase
to provide
functionality for resolving and fetching specifications for jobs to be run by the Genie Agent.
- GRpcJobServiceImpl(AgentJobService, JobServiceProtoConverter, JobServiceProtoErrorComposer, MeterRegistry) - Constructor for class com.netflix.genie.web.agent.apis.rpc.v4.endpoints.GRpcJobServiceImpl
-
Constructor.
- gRpcPingService(GenieHostInfo) - Method in class com.netflix.genie.web.spring.autoconfigure.agent.apis.rpc.v4.endpoints.AgentRpcEndpointsAutoConfiguration
-
Provide an implementation of PingServiceGrpc.PingServiceImplBase
if no
other is provided.
- GRpcPingServiceImpl - Class in com.netflix.genie.web.agent.apis.rpc.v4.endpoints
-
Implementation of the Ping service definition.
- GRpcPingServiceImpl(GenieHostInfo) - Constructor for class com.netflix.genie.web.agent.apis.rpc.v4.endpoints.GRpcPingServiceImpl
-
Constructor.
- gRpcServer(int, Set<BindableService>, List<ServerInterceptor>, Tracing) - Method in class com.netflix.genie.web.spring.autoconfigure.agent.apis.rpc.servers.AgentRpcServersAutoConfiguration
-
Create a Server
if one isn't already present in the context.
- GRpcServerManager - Class in com.netflix.genie.web.agent.apis.rpc.servers
-
A wrapper around a Server
instance which implements AutoCloseable
to control startup and shutdown
along with the application.
- GRpcServerManager(Server) - Constructor for class com.netflix.genie.web.agent.apis.rpc.servers.GRpcServerManager
-
Constructor.
- gRpcServerManager(Server) - Method in class com.netflix.genie.web.spring.autoconfigure.agent.apis.rpc.servers.AgentRpcServersAutoConfiguration
-
Create a
GRpcServerManager
instance to manage the lifecycle of the gRPC server if one isn't already
defined.
- GRpcServerProperties - Class in com.netflix.genie.web.properties
-
Properties related to Genie's gRPC server functionality.
- GRpcServerProperties() - Constructor for class com.netflix.genie.web.properties.GRpcServerProperties
-
- GRpcServerUtils - Class in com.netflix.genie.web.agent.apis.rpc.servers
-
Utilities for working with a gRPC Server
instance.
- GRpcServicesAutoConfiguration - Class in com.netflix.genie.agent.execution.services.impl.grpc
-
Spring auto configuration for the various gRPC services required for an agent to communicate with the Genie server.
- GRpcServicesAutoConfiguration() - Constructor for class com.netflix.genie.agent.execution.services.impl.grpc.GRpcServicesAutoConfiguration
-
- jCommander(GlobalAgentArguments, List<AgentCommandArguments>) - Method in class com.netflix.genie.agent.cli.JCommanderAutoConfiguration
-
Provide a JCommander
bean.
- JCommanderAutoConfiguration - Class in com.netflix.genie.agent.cli
-
Auto configuration for configuring JCommander
to parse CLI arguments of the Agent.
- JCommanderAutoConfiguration() - Constructor for class com.netflix.genie.agent.cli.JCommanderAutoConfiguration
-
- Job - Class in com.netflix.genie.common.dto
-
Read only data transfer object representing a Job in the Genie system.
- Job(Job.Builder) - Constructor for class com.netflix.genie.common.dto.Job
-
Constructor used by the builder.
- Job.Builder - Class in com.netflix.genie.common.dto
-
A builder to create jobs.
- JOB_APPLICATIONS_DTO_ENTITY_GRAPH - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
The name of the EntityGraph
which will load all the data needed to get the
applications for a job.
- JOB_CLEANUP_PROPERTY_PREFIX - Static variable in class com.netflix.genie.web.properties.DatabaseCleanupProperties.JobDatabaseCleanupProperties
-
The prefix for all properties related to cleaning up job records from the database.
- JOB_CLUSTER_DTO_ENTITY_GRAPH - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
The name of the EntityGraph
which will load all the data needed to get the
cluster for a job.
- JOB_CLUSTER_ID_TAG - Static variable in class com.netflix.genie.common.internal.tracing.TracingConstants
-
The tag for the job command id.
- JOB_CLUSTER_NAME_TAG - Static variable in class com.netflix.genie.common.internal.tracing.TracingConstants
-
The tag for the job command id.
- JOB_COMMAND_DTO_ENTITY_GRAPH - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
The name of the EntityGraph
which will load all the data needed to get the
command for a job.
- JOB_COMMAND_ID_TAG - Static variable in class com.netflix.genie.common.internal.tracing.TracingConstants
-
The tag for the job command id.
- JOB_COMMAND_NAME_TAG - Static variable in class com.netflix.genie.common.internal.tracing.TracingConstants
-
The tag for the job command id.
- JOB_DIRECTORY_LOCATION - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- JOB_EXCEEDED_FILES_LIMIT - Static variable in class com.netflix.genie.common.dto.JobStatusMessages
-
Job killed because a limit related to the size of the directory was exceeded.
- JOB_EXCEEDED_TIMEOUT - Static variable in class com.netflix.genie.common.dto.JobStatusMessages
-
Job killed because maximum run time was exceeded.
- JOB_FAILED - Static variable in class com.netflix.genie.common.dto.JobStatusMessages
-
Job terminated with non-zero exit code.
- JOB_FINISHED_SUCCESSFULLY - Static variable in class com.netflix.genie.common.dto.JobStatusMessages
-
Job completed successfully.
- JOB_ID_PLACEHOLDER - Static variable in class com.netflix.genie.web.properties.LocalAgentLauncherProperties
-
Placeholder for job id in command-line-template.
- JOB_ID_PLACEHOLDER - Static variable in class com.netflix.genie.web.properties.TitusAgentLauncherProperties
-
Placeholder for job id for use in entry point expression.
- JOB_ID_TAG - Static variable in class com.netflix.genie.common.internal.tracing.TracingConstants
-
The tag for the unique job id.
- JOB_INITIALIZING - Static variable in class com.netflix.genie.common.dto.JobStatusMessages
-
The message for when the agent is preparing to launch the job.
- JOB_KILLED_BY_SYSTEM - Static variable in class com.netflix.genie.common.dto.JobStatusMessages
-
Job killed by system.
- JOB_KILLED_BY_USER - Static variable in class com.netflix.genie.common.dto.JobStatusMessages
-
Job killed by user.
- JOB_MARKED_FAILED - Static variable in class com.netflix.genie.common.dto.JobStatusMessages
-
While job was running, server status was set to something else (probably marked failed by the leader after
the agent was disconnected for too long).
- JOB_NAME_TAG - Static variable in class com.netflix.genie.common.internal.tracing.TracingConstants
-
The tag for the job name.
- JOB_RETENTION_PROPERTY - Static variable in class com.netflix.genie.web.properties.DatabaseCleanupProperties.JobDatabaseCleanupProperties
-
The number of days to retain jobs in the database.
- JOB_RUNNING - Static variable in class com.netflix.genie.common.dto.JobStatusMessages
-
The status message while a job is actively running.
- JOB_SETUP_FAILED - Static variable in class com.netflix.genie.common.dto.JobStatusMessages
-
Job failed in in the setup portion of the run script (setting environment or running resources setup scripts).
- JOB_SUBMISSION_DISABLED_DEFAULT_MESSAGE - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
The default message to send back to users when the jobs are disabled if there was none other set.
- JOB_SUBMISSION_DISABLED_MESSAGE_KEY - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
The property name to check for the message to send back to the request user if jobs are currently disabled.
- JOB_SUBMISSION_ENABLED_PROPERTY_KEY - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
The property name to check whether new job submissions should be allowed.
- JOB_TAG_BASE - Static variable in class com.netflix.genie.common.internal.tracing.TracingConstants
-
The root of all tags related to spans operating on a genie job.
- JOB_USER_TAG - Static variable in class com.netflix.genie.common.internal.tracing.TracingConstants
-
The tag for the job user.
- jobAgentLogFilePath(File) - Static method in class com.netflix.genie.agent.utils.PathUtils
-
Compose the path to the agent log file for a job (after it has been relocated inside the job directory).
- JobApiProjection - Interface in com.netflix.genie.web.data.services.impl.jpa.queries.projections
-
A projection which allows the system to pull back whether the job was submitted via the REST API or other mechanism.
- jobApplicationDirectoryPath(File, String) - Static method in class com.netflix.genie.agent.utils.PathUtils
-
Compose the path to an application directory inside a job directory.
- jobApplicationsDirectoryPath(File) - Static method in class com.netflix.genie.agent.utils.PathUtils
-
Compose the path to the applications directory inside a job directory.
- JobApplicationsProjection - Interface in com.netflix.genie.web.data.services.impl.jpa.queries.projections
-
Projection to return just the applications associated with a given job.
- JobArchiveException - Exception in com.netflix.genie.common.internal.exceptions.checked
-
Exception thrown in case there is a problem with archiving files.
- JobArchiveException() - Constructor for exception com.netflix.genie.common.internal.exceptions.checked.JobArchiveException
-
Constructor.
- JobArchiveException(String) - Constructor for exception com.netflix.genie.common.internal.exceptions.checked.JobArchiveException
-
Constructor with message.
- JobArchiveException(String, Throwable) - Constructor for exception com.netflix.genie.common.internal.exceptions.checked.JobArchiveException
-
Constructor with message and cause.
- JobArchiveException(Throwable) - Constructor for exception com.netflix.genie.common.internal.exceptions.checked.JobArchiveException
-
Constructor.
- JobArchiveLocationProjection - Interface in com.netflix.genie.web.data.services.impl.jpa.queries.projections
-
A projection which only returns the archive location for a job.
- JobArchiver - Interface in com.netflix.genie.common.internal.services
-
Implementations of this interface should be able to a write job files to a WritableResource
root location.
- jobArchiveService(List<JobArchiver>, DirectoryManifest.Factory) - Method in class com.netflix.genie.common.internal.configs.CommonServicesAutoConfiguration
-
- JobArchiveService - Interface in com.netflix.genie.common.internal.services
-
A service which is responsible for taking the files related to running a Genie job and backing them up to a different
location.
- JobArchiveServiceImpl - Class in com.netflix.genie.common.internal.services.impl
-
- JobArchiveServiceImpl(List<JobArchiver>, DirectoryManifest.Factory) - Constructor for class com.netflix.genie.common.internal.services.impl.JobArchiveServiceImpl
-
Constructor.
- jobClient(ManagedChannel) - Method in class com.netflix.genie.agent.rpc.GRpcAutoConfiguration
-
Provide a prototype bean definition for a
JobServiceGrpc.JobServiceFutureStub
.
- JobClient - Class in com.netflix.genie.client
-
Client library for the Job Service.
- JobClient(Retrofit, int) - Constructor for class com.netflix.genie.client.JobClient
-
Constructor.
- JobClient(String, List<Interceptor>, GenieNetworkConfiguration) - Constructor for class com.netflix.genie.client.JobClient
-
- jobClusterDirectoryPath(File, String) - Static method in class com.netflix.genie.agent.utils.PathUtils
-
Compose the path to the cluster directory inside a job directory.
- JobClusterProjection - Interface in com.netflix.genie.web.data.services.impl.jpa.queries.projections
-
Projection to return just the cluster for a given job.
- jobCommandDirectoryPath(File, String) - Static method in class com.netflix.genie.agent.utils.PathUtils
-
Compose the path to the command directory inside a job directory.
- JobCommandProjection - Interface in com.netflix.genie.web.data.services.impl.jpa.queries.projections
-
Projection to return just the command for a given job.
- JobCommonFieldsProjection - Interface in com.netflix.genie.web.data.services.impl.jpa.queries.projections
-
Projection for common fields between pre 3.3.0 JobRequest and Job entities.
- JobConstants - Class in com.netflix.genie.common.internal.jobs
-
A class holding some constants to be used everywhere.
- JobConstants() - Constructor for class com.netflix.genie.common.internal.jobs.JobConstants
-
Protected constructor for utility class.
- JobDatabaseCleanupProperties() - Constructor for class com.netflix.genie.web.properties.DatabaseCleanupProperties.JobDatabaseCleanupProperties
-
- jobDirectoryLocation - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- jobDirectoryManifestCache() - Method in class com.netflix.genie.common.internal.configs.CommonServicesAutoConfiguration
-
Provide a Cache<Path, DirectoryManifest>
named "jobDirectoryManifestCache" if no override is defined.
- jobDirectoryManifestCreatorService(DirectoryManifest.Factory, Cache<Path, DirectoryManifest>) - Method in class com.netflix.genie.common.internal.configs.CommonServicesAutoConfiguration
-
- JobDirectoryManifestCreatorService - Interface in com.netflix.genie.common.internal.services
-
- JobDirectoryManifestCreatorServiceImpl - Class in com.netflix.genie.common.internal.services.impl
-
Implementation of
JobDirectoryManifestCreatorService
that caches manifests produced by the factory for a few
seconds, thus avoiding re-calculating the same for subsequent requests (e.g.
- JobDirectoryManifestCreatorServiceImpl(DirectoryManifest.Factory, Cache<Path, DirectoryManifest>, boolean) - Constructor for class com.netflix.genie.common.internal.services.impl.JobDirectoryManifestCreatorServiceImpl
-
Constructor.
- JobDirectoryManifestNotFoundException - Exception in com.netflix.genie.web.exceptions.checked
-
An exception thrown when a job was archived but the manifest of the archive can't be found in the archive location.
- JobDirectoryManifestNotFoundException() - Constructor for exception com.netflix.genie.web.exceptions.checked.JobDirectoryManifestNotFoundException
-
Constructor.
- JobDirectoryManifestNotFoundException(String) - Constructor for exception com.netflix.genie.web.exceptions.checked.JobDirectoryManifestNotFoundException
-
Constructor.
- JobDirectoryManifestNotFoundException(String, Throwable) - Constructor for exception com.netflix.genie.web.exceptions.checked.JobDirectoryManifestNotFoundException
-
Constructor.
- JobDirectoryManifestNotFoundException(Throwable) - Constructor for exception com.netflix.genie.web.exceptions.checked.JobDirectoryManifestNotFoundException
-
Constructor.
- jobDirectoryManifestProtoConverter() - Method in class com.netflix.genie.common.internal.configs.ProtoConvertersAutoConfiguration
-
Provide a bean for proto conversion of agent job directory manifest objects if one isn't already defined.
- JobDirectoryManifestProtoConverter - Class in com.netflix.genie.common.internal.dtos.v4.converters
-
Converts
DirectoryManifest
from/to
AgentManifestMessage
in order to transport manifests
over gRPC.
- JobDirectoryManifestProtoConverter(ObjectMapper) - Constructor for class com.netflix.genie.common.internal.dtos.v4.converters.JobDirectoryManifestProtoConverter
-
Constructor.
- JobDirectoryServerService - Interface in com.netflix.genie.web.services
-
This service abstracts away the details of responding to API requests for the files and directories created during
the execution of a job in the Genie ecosystem.
- jobDirectoryServerService(ResourceLoader, DataServices, AgentFileStreamService, ArchivedJobService, MeterRegistry, AgentRoutingService) - Method in class com.netflix.genie.web.spring.autoconfigure.services.ServicesAutoConfiguration
-
- JobDirectoryServerServiceImpl - Class in com.netflix.genie.web.services.impl
-
- JobDirectoryServerServiceImpl(ResourceLoader, DataServices, AgentFileStreamService, ArchivedJobService, MeterRegistry, AgentRoutingService) - Constructor for class com.netflix.genie.web.services.impl.JobDirectoryServerServiceImpl
-
Constructor.
- JobEntity - Class in com.netflix.genie.web.data.services.impl.jpa.entities
-
A row in the jobs table.
- JobEntity() - Constructor for class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Default Constructor.
- JobEntity_ - Class in com.netflix.genie.web.data.services.impl.jpa.entities
-
- JobEntity_() - Constructor for class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- jobEntityConfigPath(Path) - Static method in class com.netflix.genie.agent.utils.PathUtils
-
Compose the path to the configurations directory for a given entity.
- jobEntityDependenciesPath(Path) - Static method in class com.netflix.genie.agent.utils.PathUtils
-
Compose the path to the dependencies directory for a given entity.
- JobEntityListener - Class in com.netflix.genie.web.data.services.impl.jpa.listeners
-
- JobEntityListener(PersistedJobStatusObserver) - Constructor for class com.netflix.genie.web.data.services.impl.jpa.listeners.JobEntityListener
-
Constructor.
- jobEntitySetupFilePath(Path) - Static method in class com.netflix.genie.agent.utils.PathUtils
-
Compose the path to the setup file for a given entity.
- JobEnvironment - Class in com.netflix.genie.common.external.dtos.v4
-
Final values for settings of the Genie job execution environment.
- JobEnvironment.Builder - Class in com.netflix.genie.common.external.dtos.v4
-
- jobEnvironmentLogFilePath(File) - Static method in class com.netflix.genie.agent.utils.PathUtils
-
Compose the path to the file where environment variables are dumped after running setup.
- JobEnvironmentRequest - Class in com.netflix.genie.common.external.dtos.v4
-
Fields that allow manipulation of the Genie job execution container environment.
- JobEnvironmentRequest.Builder - Class in com.netflix.genie.common.external.dtos.v4
-
- JobExecution - Class in com.netflix.genie.common.dto
-
All information needed to show state of a running job.
- JobExecution(JobExecution.Builder) - Constructor for class com.netflix.genie.common.dto.JobExecution
-
Constructor used by the builder build() method.
- JobExecution.Builder - Class in com.netflix.genie.common.dto
-
A builder to create job requests.
- JobExecutionListener - Interface in com.netflix.genie.agent.execution.statemachine.listeners
-
Listener of job execution.
- JobExecutionModelAssembler - Class in com.netflix.genie.web.apis.rest.v3.hateoas.assemblers
-
Assembles Job Request resources out of JobRequest DTOs.
- JobExecutionModelAssembler() - Constructor for class com.netflix.genie.web.apis.rest.v3.hateoas.assemblers.JobExecutionModelAssembler
-
- JobExecutionProjection - Interface in com.netflix.genie.web.data.services.impl.jpa.queries.projections
-
Projection with the data present in a Genie JobExecutionEntity from pre-3.3.0.
- jobExecutionResourceAssembler() - Method in class com.netflix.genie.web.spring.autoconfigure.apis.rest.v3.hateoas.HateoasAutoConfiguration
-
Provide a resource assembler for job execution resources if none already exists.
- JobExecutionStateMachine - Interface in com.netflix.genie.agent.execution.statemachine
-
Interface JobExecutionStateMachine hides the actual state machine details.
- JobExecutionStateMachineImpl - Class in com.netflix.genie.agent.execution.statemachine
-
Implementation of the job execution state machine.
- JobExecutionStateMachineImpl(List<ExecutionStage>, ExecutionContext, Collection<JobExecutionListener>, JobProcessManager) - Constructor for class com.netflix.genie.agent.execution.statemachine.JobExecutionStateMachineImpl
-
Constructor.
- jobExecutionTracingListener(Tracer) - Method in class com.netflix.genie.agent.execution.ExecutionAutoConfiguration
-
Provide an instance of
TracingListener
which will add metadata to spans based on events through the
execution state machine.
- JobFileState - Class in com.netflix.genie.common.internal.dtos.v4.files
-
Representation of the metadata for a job file on a given underlying storage system.
- JobFileState(String, long, String) - Constructor for class com.netflix.genie.common.internal.dtos.v4.files.JobFileState
-
Constructor.
- JobFinishedSNSPublisher - Class in com.netflix.genie.web.events
-
Publishes Amazon SNS notifications with detailed information about each completed job.
- JobFinishedSNSPublisher(AmazonSNS, SNSNotificationsProperties, DataServices, MeterRegistry, ObjectMapper) - Constructor for class com.netflix.genie.web.events.JobFinishedSNSPublisher
-
Constructor.
- jobFinishedSNSPublisher(SNSNotificationsProperties, MeterRegistry, AmazonSNS, DataServices) - Method in class com.netflix.genie.web.spring.autoconfigure.events.NotificationsAutoConfiguration
-
- jobGenieDirectoryPath(File) - Static method in class com.netflix.genie.agent.utils.PathUtils
-
Compose the path to the genie directory inside a job directory.
- jobGenieLogsDirectoryPath(File) - Static method in class com.netflix.genie.agent.utils.PathUtils
-
Compose the path to the genie logs directory inside a job directory.
- JobGroupInfo() - Constructor for class com.netflix.genie.web.agent.launchers.dtos.TitusBatchJobRequest.JobGroupInfo
-
- JobIdUnavailableException - Exception in com.netflix.genie.agent.execution.exceptions
-
Exception thrown by AgentJobService when trying to reserve an ID that has already been used.
- JobIdUnavailableException(String) - Constructor for exception com.netflix.genie.agent.execution.exceptions.JobIdUnavailableException
-
Constructor with message.
- JobIdUnavailableException(String, Throwable) - Constructor for exception com.netflix.genie.agent.execution.exceptions.JobIdUnavailableException
-
Constructor with message and cause.
- JobInfoAggregate - Interface in com.netflix.genie.web.data.services.impl.jpa.queries.aggregates
-
An object to return aggregate data selected with regards to memory usage on a given Genie host.
- jobKillClient(ManagedChannel) - Method in class com.netflix.genie.agent.rpc.GRpcAutoConfiguration
-
Provide a prototype bean definition for a
JobKillServiceGrpc.JobKillServiceFutureStub
.
- JobKillService - Interface in com.netflix.genie.web.services
-
Interface for services to kill jobs.
- JobKillServiceProperties - Class in com.netflix.genie.agent.properties
-
- JobKillServiceProperties() - Constructor for class com.netflix.genie.agent.properties.JobKillServiceProperties
-
- JobLaunchException - Exception in com.netflix.genie.agent.execution.exceptions
-
Exception during job launch.
- JobLaunchException(String) - Constructor for exception com.netflix.genie.agent.execution.exceptions.JobLaunchException
-
Construct with message.
- JobLaunchException(String, Throwable) - Constructor for exception com.netflix.genie.agent.execution.exceptions.JobLaunchException
-
Construct with message and cause.
- JobLaunchService - Interface in com.netflix.genie.web.services
-
Top level coordination service responsible for taking a job request and running the job if possible.
- jobLaunchService(DataServices, JobResolverService, AgentLauncherSelector, BraveTracingComponents, MeterRegistry) - Method in class com.netflix.genie.web.spring.autoconfigure.services.ServicesAutoConfiguration
-
- JobLaunchServiceImpl - Class in com.netflix.genie.web.services.impl
-
- JobLaunchServiceImpl(DataServices, JobResolverService, AgentLauncherSelector, BraveTracingComponents, MeterRegistry) - Constructor for class com.netflix.genie.web.services.impl.JobLaunchServiceImpl
-
Constructor.
- jobLoad(JobEntity) - Method in class com.netflix.genie.web.data.services.impl.jpa.listeners.JobEntityListener
-
Persistence callback invoked after a job entity is loaded or refreshed.
- JobMetadata - Class in com.netflix.genie.common.dto
-
Additional metadata associated with a Job Request such as client host, user agent, etc.
- JobMetadata(JobMetadata.Builder) - Constructor for class com.netflix.genie.common.dto.JobMetadata
-
Constructor used only through the builder.
- JobMetadata - Class in com.netflix.genie.common.external.dtos.v4
-
Metadata supplied by a user for a job.
- JobMetadata.Builder - Class in com.netflix.genie.common.dto
-
Builder for creating a JobMetadata instance.
- JobMetadata.Builder - Class in com.netflix.genie.common.external.dtos.v4
-
A builder to create job user metadata instances.
- JobMetadataModelAssembler - Class in com.netflix.genie.web.apis.rest.v3.hateoas.assemblers
-
Assembles Job Request resources out of JobRequest DTOs.
- JobMetadataModelAssembler() - Constructor for class com.netflix.genie.web.apis.rest.v3.hateoas.assemblers.JobMetadataModelAssembler
-
- JobMetadataProjection - Interface in com.netflix.genie.web.data.services.impl.jpa.queries.projections
-
Projection of the jobs table which produces only the fields that were present in the pre-3.3.0
JobMetadata table before it was merged into one large jobs table.
- jobMetadataResourceAssembler() - Method in class com.netflix.genie.web.spring.autoconfigure.apis.rest.v3.hateoas.HateoasAutoConfiguration
-
Provide a resource assembler for job metadata resources if none already exists.
- JobModelAssembler - Class in com.netflix.genie.web.apis.rest.v3.hateoas.assemblers
-
Assembles Job resources out of job DTOs.
- JobModelAssembler() - Constructor for class com.netflix.genie.web.apis.rest.v3.hateoas.assemblers.JobModelAssembler
-
- jobMonitorService(KillService, JobDirectoryManifestCreatorService, AgentJobService, TaskScheduler, AgentProperties) - Method in class com.netflix.genie.agent.execution.services.impl.ServicesAutoConfiguration
-
- JobMonitorService - Interface in com.netflix.genie.agent.execution.services
-
Service that monitors the job directory and may decide to kill the job if some limit is exceeded.
- JobMonitorServiceProperties - Class in com.netflix.genie.agent.properties
-
- JobMonitorServiceProperties() - Constructor for class com.netflix.genie.agent.properties.JobMonitorServiceProperties
-
- JobNotArchivedException - Exception in com.netflix.genie.web.exceptions.checked
-
An exception thrown when a job is completed but wasn't archived and thus output isn't available.
- JobNotArchivedException() - Constructor for exception com.netflix.genie.web.exceptions.checked.JobNotArchivedException
-
Constructor.
- JobNotArchivedException(String) - Constructor for exception com.netflix.genie.web.exceptions.checked.JobNotArchivedException
-
Constructor.
- JobNotArchivedException(String, Throwable) - Constructor for exception com.netflix.genie.web.exceptions.checked.JobNotArchivedException
-
Constructor.
- JobNotArchivedException(Throwable) - Constructor for exception com.netflix.genie.web.exceptions.checked.JobNotArchivedException
-
Constructor.
- JobNotFoundException - Exception in com.netflix.genie.web.exceptions.checked
-
An exception thrown when a job is not found in the system.
- JobNotFoundException() - Constructor for exception com.netflix.genie.web.exceptions.checked.JobNotFoundException
-
Constructor.
- JobNotFoundException(String) - Constructor for exception com.netflix.genie.web.exceptions.checked.JobNotFoundException
-
Constructor.
- JobNotFoundException(String, Throwable) - Constructor for exception com.netflix.genie.web.exceptions.checked.JobNotFoundException
-
Constructor.
- JobNotFoundException(Throwable) - Constructor for exception com.netflix.genie.web.exceptions.checked.JobNotFoundException
-
Constructor.
- JobNotificationMetricPublisher - Class in com.netflix.genie.web.events
-
Listens to job status changes and publishes metrics.
- JobNotificationMetricPublisher(MeterRegistry) - Constructor for class com.netflix.genie.web.events.JobNotificationMetricPublisher
-
Constructor.
- jobNotificationMetricPublisher(MeterRegistry) - Method in class com.netflix.genie.web.spring.autoconfigure.events.NotificationsAutoConfiguration
-
- jobNotificationsSNSClient(AWSCredentialsProvider, AwsRegionProvider, ClientConfiguration) - Method in class com.netflix.genie.web.spring.autoconfigure.aws.AWSAutoConfiguration
-
Create a named AmazonSNS
client to be used by JobNotification SNS publishers, unless a bean by that
name already exists in context.
- jobNotificationsSNSClientConfiguration(RetryPolicy) - Method in class com.netflix.genie.web.spring.autoconfigure.aws.AWSAutoConfiguration
-
Create a named ClientConfiguration
to be used by the AmazonSNS
client, unless a bean by that
name already exists in context.
- jobNotificationsSNSClientRetryPolicy(RetryProperties) - Method in class com.netflix.genie.web.spring.autoconfigure.aws.AWSAutoConfiguration
-
Create a named RetryPolicy
to be used by the AmazonSNS
client, unless a bean by that name
already exists in context.
- jobNotificationsSNSPublisher(SNSNotificationsProperties, MeterRegistry, AmazonSNS) - Method in class com.netflix.genie.web.spring.autoconfigure.events.NotificationsAutoConfiguration
-
- JobPredicates - Class in com.netflix.genie.web.data.services.impl.jpa.queries.predicates
-
- JobProcessManager - Interface in com.netflix.genie.agent.execution.process
-
Singleton to manage the subprocess for the actual user job this Agent instance is managing.
- jobProcessManager(TaskScheduler, BraveTracingComponents) - Method in class com.netflix.genie.agent.spring.autoconfigure.ProcessAutoConfiguration
-
- JobProcessManagerImpl - Class in com.netflix.genie.agent.execution.process.impl
-
Configures and launches a job sub-process using metadata passed through ExecutionContext.
- JobProcessManagerImpl(TaskScheduler, BraveTracingComponents) - Constructor for class com.netflix.genie.agent.execution.process.impl.JobProcessManagerImpl
-
Constructor.
- JobProcessResult - Class in com.netflix.genie.agent.execution.process
-
A DTO POJO to capture final information about the job process this agent process was responsible for.
- JobProcessResult.Builder - Class in com.netflix.genie.agent.execution.process
-
- JobProjection - Interface in com.netflix.genie.web.data.services.impl.jpa.queries.projections
-
Projection for the fields originally available in pre-3.3.0 JobEntity classes.
- JobRequest - Class in com.netflix.genie.common.dto
-
All information needed to make a request to run a new job.
- JobRequest - Class in com.netflix.genie.common.external.dtos.v4
-
All details a user will provide to Genie in order to run a job.
- JobRequest(String, ExecutionEnvironment, List<String>, JobMetadata, ExecutionResourceCriteria, JobEnvironmentRequest, AgentConfigRequest) - Constructor for class com.netflix.genie.common.external.dtos.v4.JobRequest
-
Constructor.
- JobRequest.Builder - Class in com.netflix.genie.common.dto
-
A builder to create job requests.
- jobRequestArguments(MainCommandArguments) - Method in class com.netflix.genie.agent.cli.CliAutoConfiguration
-
- jobRequestConverter(Validator) - Method in class com.netflix.genie.agent.cli.CliAutoConfiguration
-
- JobRequestConverter - Class in com.netflix.genie.agent.cli
-
- JobRequestConverter.ConversionException - Exception in com.netflix.genie.agent.cli
-
Exception thrown in case of conversion error due to resulting object failing validation.
- JobRequestMetadata - Class in com.netflix.genie.common.external.dtos.v4
-
Metadata gathered by the system as part of any
JobRequest
.
- JobRequestMetadata(ApiClientMetadata, AgentClientMetadata, int, long, Map<String, String>) - Constructor for class com.netflix.genie.common.external.dtos.v4.JobRequestMetadata
-
Constructor.
- JobRequestModelAssembler - Class in com.netflix.genie.web.apis.rest.v3.hateoas.assemblers
-
Assembles Job Request resources out of JobRequest DTOs.
- JobRequestModelAssembler() - Constructor for class com.netflix.genie.web.apis.rest.v3.hateoas.assemblers.JobRequestModelAssembler
-
- JobRequestProjection - Interface in com.netflix.genie.web.data.services.impl.jpa.queries.projections
-
Projection to reproduce the JobRequest entity fields which were was a table present before 3.3.0.
- jobRequestResourceAssembler() - Method in class com.netflix.genie.web.spring.autoconfigure.apis.rest.v3.hateoas.HateoasAutoConfiguration
-
Provide a resource assembler for job request resources if none already exists.
- JobReservationException - Exception in com.netflix.genie.agent.execution.exceptions
-
Failure to reserve a job id for reasons other than the specified job id being already used.
- JobReservationException(String) - Constructor for exception com.netflix.genie.agent.execution.exceptions.JobReservationException
-
Constructor with message.
- JobReservationException(String, Throwable) - Constructor for exception com.netflix.genie.agent.execution.exceptions.JobReservationException
-
Constructor with message and cause.
- JobResolverService - Interface in com.netflix.genie.web.services
-
Service API for taking inputs from a user and resolving them to concrete information that the Genie system will use
to execute the users job.
- jobResolverService(DataServices, List<ClusterSelector>, CommandSelector, MeterRegistry, JobsProperties, Environment, BraveTracingComponents) - Method in class com.netflix.genie.web.spring.autoconfigure.services.ServicesAutoConfiguration
-
- JobResolverServiceImpl - Class in com.netflix.genie.web.services.impl
-
- JobResolverServiceImpl(DataServices, List<ClusterSelector>, CommandSelector, MeterRegistry, JobsProperties, Environment, BraveTracingComponents) - Constructor for class com.netflix.genie.web.services.impl.JobResolverServiceImpl
-
Constructor.
- jobResourceAssembler() - Method in class com.netflix.genie.web.spring.autoconfigure.apis.rest.v3.hateoas.HateoasAutoConfiguration
-
Provide a resource assembler for job resources if none already exists.
- JobRestController - Class in com.netflix.genie.web.apis.rest.v3.controllers
-
REST end-point for supporting jobs.
- JobRestController(JobLaunchService, DataServices, EntityModelAssemblers, GenieHostInfo, RestTemplate, JobDirectoryServerService, JobsProperties, MeterRegistry, AgentRoutingService, Environment, AttachmentService, JobKillService) - Constructor for class com.netflix.genie.web.apis.rest.v3.controllers.JobRestController
-
Constructor.
- JOBS_URL_SUFFIX - Static variable in interface com.netflix.genie.client.apis.JobService
-
Path to Jobs.
- JOBS_USER_LIMIT - Static variable in class com.netflix.genie.web.util.MetricsConstants.TagKeys
-
Key to tag the user concurrent job limit.
- JobsActiveLimitProperties - Class in com.netflix.genie.web.properties
-
Properties related to number of active jobs per user.
- JobsActiveLimitProperties() - Constructor for class com.netflix.genie.web.properties.JobsActiveLimitProperties
-
- jobScriptPath(File) - Static method in class com.netflix.genie.agent.utils.PathUtils
-
Compose the path to the job script (a.k.a.
- jobsDir() - Method in class com.netflix.genie.test.web.configs.IntegrationTestingConfiguration
-
Returns a temporary directory as the jobs resource.
- jobsDir(ResourceLoader, JobsProperties) - Method in class com.netflix.genie.web.spring.autoconfigure.apis.ApisAutoConfiguration
-
Get the jobs dir as a Spring Resource.
- JobSearchProjection - Interface in com.netflix.genie.web.data.services.impl.jpa.queries.projections
-
Projection to return only the fields desired for a job with search results.
- JobSearchResult - Class in com.netflix.genie.common.dto.search
-
This class represents the subset of data returned from a Job when a search for Jobs is conducted.
- JobSearchResult(String, String, String, JobStatus, Instant, Instant, String, String) - Constructor for class com.netflix.genie.common.dto.search.JobSearchResult
-
Constructor.
- JobSearchResult(String, String, String, String, Instant, Instant, String, String) - Constructor for class com.netflix.genie.common.dto.search.JobSearchResult
-
Constructor.
- JobSearchResultModelAssembler - Class in com.netflix.genie.web.apis.rest.v3.hateoas.assemblers
-
Assembles Job resources out of job search result DTOs.
- JobSearchResultModelAssembler() - Constructor for class com.netflix.genie.web.apis.rest.v3.hateoas.assemblers.JobSearchResultModelAssembler
-
- jobSearchResultResourceAssembler() - Method in class com.netflix.genie.web.spring.autoconfigure.apis.rest.v3.hateoas.HateoasAutoConfiguration
-
Provide a resource assembler for job search result resources if none already exists.
- JobService - Interface in com.netflix.genie.client.apis
-
An interface that provides all methods needed for the Genie job client implementation.
- jobServiceProtoConverter() - Method in class com.netflix.genie.common.internal.configs.ProtoConvertersAutoConfiguration
-
Provide a bean for proto conversion of job service objects if one isn't already defined.
- JobServiceProtoConverter - Class in com.netflix.genie.common.internal.dtos.v4.converters
-
Converter of proto messages for the JobServiceGrpc.JobServiceImplBase
service to
and from V4 DTO POJO's.
- JobServiceProtoConverter() - Constructor for class com.netflix.genie.common.internal.dtos.v4.converters.JobServiceProtoConverter
-
- JobServiceProtoErrorComposer - Class in com.netflix.genie.web.agent.apis.rpc.v4.endpoints
-
Utility/helper to map exceptions into protocol responses.
- JobServiceProtoErrorComposer() - Constructor for class com.netflix.genie.web.agent.apis.rpc.v4.endpoints.JobServiceProtoErrorComposer
-
- jobServiceProtoErrorComposer() - Method in class com.netflix.genie.web.spring.autoconfigure.agent.apis.rpc.v4.endpoints.AgentRpcEndpointsAutoConfiguration
-
Bean for converting errors in the job service to gRPC messages.
- jobSetupErrorMarkerFilePath(File) - Static method in class com.netflix.genie.agent.utils.PathUtils
-
Compose the path to the marker file left behind if the script fails during setup.
- jobSetupLogFilePath(File) - Static method in class com.netflix.genie.agent.utils.PathUtils
-
Compose the path to the setup log file for a job (sourcing of entities setup files).
- jobSetupService(DownloadService, AgentProperties) - Method in class com.netflix.genie.agent.execution.services.impl.ServicesAutoConfiguration
-
- JobSetupService - Interface in com.netflix.genie.agent.execution.services
-
Service that sets up a directory for a job to execute in.
- JobSetupServiceProperties - Class in com.netflix.genie.agent.properties
-
- JobSetupServiceProperties() - Constructor for class com.netflix.genie.agent.properties.JobSetupServiceProperties
-
- JobsForwardingProperties - Class in com.netflix.genie.web.properties
-
Properties related to job forwarding.
- JobsForwardingProperties() - Constructor for class com.netflix.genie.web.properties.JobsForwardingProperties
-
- JobsLocationsProperties - Class in com.netflix.genie.web.properties
-
Properties for various job related locations.
- JobsLocationsProperties() - Constructor for class com.netflix.genie.web.properties.JobsLocationsProperties
-
- JobsMemoryProperties - Class in com.netflix.genie.web.properties
-
Properties pertaining to how much memory jobs can use on Genie.
- JobsMemoryProperties() - Constructor for class com.netflix.genie.web.properties.JobsMemoryProperties
-
- JobSpecification - Class in com.netflix.genie.common.external.dtos.v4
-
This DTO represents all the information needed to execute a job by the Genie Agent.
- JobSpecification(List<String>, List<String>, JobSpecification.ExecutionResource, JobSpecification.ExecutionResource, JobSpecification.ExecutionResource, List<JobSpecification.ExecutionResource>, Map<String, String>, boolean, File, String, Integer) - Constructor for class com.netflix.genie.common.external.dtos.v4.JobSpecification
-
Constructor.
- JobSpecification.ExecutionResource - Class in com.netflix.genie.common.external.dtos.v4
-
Common representation of resources used for job execution e.g.
- JobSpecificationProjection - Interface in com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4
-
Projection of the database fields which make up the required elements of a job specification.
- JobSpecificationResolutionException - Exception in com.netflix.genie.agent.execution.exceptions
-
Exception thrown by AgentJobService.
- JobSpecificationResolutionException(String) - Constructor for exception com.netflix.genie.agent.execution.exceptions.JobSpecificationResolutionException
-
Constructor with message.
- JobSpecificationResolutionException(String, Throwable) - Constructor for exception com.netflix.genie.agent.execution.exceptions.JobSpecificationResolutionException
-
Constructor with message and cause.
- JobsProperties - Class in com.netflix.genie.web.properties
-
All properties related to jobs in Genie.
- JobsProperties(JobsForwardingProperties, JobsLocationsProperties, JobsMemoryProperties, JobsUsersProperties, JobsActiveLimitProperties) - Constructor for class com.netflix.genie.web.properties.JobsProperties
-
Constructor.
- jobsProperties(JobsForwardingProperties, JobsLocationsProperties, JobsMemoryProperties, JobsUsersProperties, JobsActiveLimitProperties) - Method in class com.netflix.genie.web.spring.autoconfigure.services.ServicesAutoConfiguration
-
Collection of properties related to job execution.
- JobStateChangeEvent - Class in com.netflix.genie.web.events
-
Event representing a job status change.
- JobStateChangeEvent(String, JobStatus, JobStatus, Object) - Constructor for class com.netflix.genie.web.events.JobStateChangeEvent
-
Constructor.
- JobStateChangeSNSPublisher - Class in com.netflix.genie.web.events
-
Publishes Amazon SNS notifications for fine-grained job state changes.
- JobStateChangeSNSPublisher(AmazonSNS, SNSNotificationsProperties, MeterRegistry, ObjectMapper) - Constructor for class com.netflix.genie.web.events.JobStateChangeSNSPublisher
-
Constructor.
- JobStatus - Enum in com.netflix.genie.common.dto
-
Possible statuses for a Job.
- JobStatus - Enum in com.netflix.genie.common.external.dtos.v4
-
Possible statuses for a Job.
- JobStatusMessages - Class in com.netflix.genie.common.dto
-
Constant strings for status message attached to a job after it terminates.
- jobStdErrPath(File) - Static method in class com.netflix.genie.agent.utils.PathUtils
-
Compose the path to the standard error log file for a job.
- jobStdOutPath(File) - Static method in class com.netflix.genie.agent.utils.PathUtils
-
Compose the path to the standard output log file for a job.
- JobSubmission - Class in com.netflix.genie.web.dtos
-
The payload of all gathered information from a user request to run a job via the API.
- JobSubmission.Builder - Class in com.netflix.genie.web.dtos
-
- JobsUsersProperties - Class in com.netflix.genie.web.properties
-
Properties related to users running jobs.
- JobsUsersProperties() - Constructor for class com.netflix.genie.web.properties.JobsUsersProperties
-
- jobUpdate(JobEntity) - Method in class com.netflix.genie.web.data.services.impl.jpa.listeners.JobEntityListener
-
Persistence callback invoked after a job entity has been committed/flushed into persistent storage.
- joinArguments(List<String>) - Static method in class com.netflix.genie.common.util.JsonUtils
-
Given an ordered list of command line arguments join them back together as a space delimited String where
each argument is wrapped in '.
- JpaApplicationRepository - Interface in com.netflix.genie.web.data.services.impl.jpa.repositories
-
Application repository.
- JpaBaseRepository<E extends BaseEntity> - Interface in com.netflix.genie.web.data.services.impl.jpa.repositories
-
A common repository for inheritance of common methods for Entities extending BaseEntity.
- JpaClusterRepository - Interface in com.netflix.genie.web.data.services.impl.jpa.repositories
-
Cluster repository.
- JpaCommandRepository - Interface in com.netflix.genie.web.data.services.impl.jpa.repositories
-
Command repository.
- JpaCriterionRepository - Interface in com.netflix.genie.web.data.services.impl.jpa.repositories
-
- JpaFileRepository - Interface in com.netflix.genie.web.data.services.impl.jpa.repositories
-
Repository for file references.
- JpaJobRepository - Interface in com.netflix.genie.web.data.services.impl.jpa.repositories
-
Job repository.
- JpaPersistenceServiceImpl - Class in com.netflix.genie.web.data.services.impl.jpa
-
- JpaPersistenceServiceImpl(EntityManager, JpaRepositories, BraveTracingComponents) - Constructor for class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Constructor.
- JpaRepositories - Class in com.netflix.genie.web.data.services.impl.jpa.repositories
-
Container class for encapsulating all the various JPA Repositories in Genie to ease dependency patterns.
- JpaRepositories() - Constructor for class com.netflix.genie.web.data.services.impl.jpa.repositories.JpaRepositories
-
- JpaTagRepository - Interface in com.netflix.genie.web.data.services.impl.jpa.repositories
-
Repository for tags.
- JsonAttributeConverter - Class in com.netflix.genie.web.data.services.impl.jpa.converters
-
An AttributeConverter
to convert JsonNode
objects into their String representations for storage
and vice versa.
- JsonAttributeConverter() - Constructor for class com.netflix.genie.web.data.services.impl.jpa.converters.JsonAttributeConverter
-
- JsonUtils - Class in com.netflix.genie.common.util
-
Utility methods for interacting with JSON.
- JsonUtils() - Constructor for class com.netflix.genie.common.util.JsonUtils
-
Protected constructor for a utility class.
- JsonUtils.InstantMillisecondSerializer - Class in com.netflix.genie.common.util
-
Truncate instants to millisecond precision during ISO 8601 serialization to string for backwards compatibility.
- JsonUtils.OptionalInstantMillisecondSerializer - Class in com.netflix.genie.common.util
-
Truncate instants to millisecond precision during ISO 8601 serialization to string for backwards compatibility.
- S3_JOB_ARCHIVER_PRECEDENCE - Static variable in class com.netflix.genie.common.internal.configs.AwsAutoConfiguration
-
Constant for the precedence of the S3 job archive implementation for others to reference if need be.
- S3AttachmentServiceImpl - Class in com.netflix.genie.web.services.impl
-
Implementation of the AttachmentService interface which saves attachments to AWS S3.
- S3AttachmentServiceImpl(S3ClientFactory, AttachmentServiceProperties, MeterRegistry) - Constructor for class com.netflix.genie.web.services.impl.S3AttachmentServiceImpl
-
Constructor.
- S3ClientFactory - Class in com.netflix.genie.common.internal.aws.s3
-
An AmazonS3
client factory class.
- S3ClientFactory(AWSCredentialsProvider, AwsRegionProvider, Environment) - Constructor for class com.netflix.genie.common.internal.aws.s3.S3ClientFactory
-
Constructor.
- s3ClientFactory(AWSCredentialsProvider, AwsRegionProvider, Environment) - Method in class com.netflix.genie.common.internal.configs.AwsAutoConfiguration
-
- s3JobArchiver(S3ClientFactory) - Method in class com.netflix.genie.common.internal.configs.AwsAutoConfiguration
-
Provide an implementation of
JobArchiver
to handle archiving
to S3.
- S3JobArchiverImpl - Class in com.netflix.genie.common.internal.services.impl
-
- S3JobArchiverImpl(S3ClientFactory) - Constructor for class com.netflix.genie.common.internal.services.impl.S3JobArchiverImpl
-
Constructor.
- S3ProtocolResolver - Class in com.netflix.genie.common.internal.aws.s3
-
This class implements the ProtocolResolver
interface.
- S3ProtocolResolver(S3ClientFactory, TaskExecutor) - Constructor for class com.netflix.genie.common.internal.aws.s3.S3ProtocolResolver
-
Constructor.
- s3ProtocolResolver(AwsS3ResourceLoaderProperties, S3ClientFactory) - Method in class com.netflix.genie.common.internal.configs.AwsAutoConfiguration
-
Provide an protocol resolver which will allow resources with s3:// prefixes to be resolved by the
application ResourceLoader
provided this bean is eventually added to the
context via the
ConfigurableApplicationContext.addProtocolResolver(ProtocolResolver)
method.
- S3ProtocolResolverRegistrar - Class in com.netflix.genie.common.internal.aws.s3
-
A class which takes an instance of
S3ProtocolResolver
and adds it to the Spring
ApplicationContext
set of
ProtocolResolver
.
- S3ProtocolResolverRegistrar(S3ProtocolResolver) - Constructor for class com.netflix.genie.common.internal.aws.s3.S3ProtocolResolverRegistrar
-
Constructor.
- s3ProtocolResolverRegistrar(S3ProtocolResolver) - Method in class com.netflix.genie.common.internal.configs.AwsAutoConfiguration
-
Configurer bean which will add the
S3ProtocolResolver
to the set of
ProtocolResolver
in the
application context.
- saveApplication(ApplicationRequest) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Save a new application.
- saveApplication(ApplicationRequest) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Save a new application.
- SaveAttachmentException - Exception in com.netflix.genie.web.exceptions.checked
-
Exception thrown when the system tries to save a user attachment to an underlying data store and it fails for
some reason.
- SaveAttachmentException() - Constructor for exception com.netflix.genie.web.exceptions.checked.SaveAttachmentException
-
Constructor.
- SaveAttachmentException(String) - Constructor for exception com.netflix.genie.web.exceptions.checked.SaveAttachmentException
-
Constructor.
- SaveAttachmentException(String, Throwable) - Constructor for exception com.netflix.genie.web.exceptions.checked.SaveAttachmentException
-
Constructor.
- SaveAttachmentException(Throwable) - Constructor for exception com.netflix.genie.web.exceptions.checked.SaveAttachmentException
-
Constructor.
- saveAttachments(String, Set<Resource>) - Method in interface com.netflix.genie.web.services.AttachmentService
-
Save the attachments and return their URIs so agent executing the job can retrieve them.
- saveAttachments(String, Set<Resource>) - Method in class com.netflix.genie.web.services.impl.LocalFileSystemAttachmentServiceImpl
-
Save the attachments and return their URIs so agent executing the job can retrieve them.
- saveAttachments(String, Set<Resource>) - Method in class com.netflix.genie.web.services.impl.S3AttachmentServiceImpl
-
Save the attachments and return their URIs so agent executing the job can retrieve them.
- saveCluster(ClusterRequest) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
- saveCluster(ClusterRequest) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
- saveCommand(CommandRequest) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
- saveCommand(CommandRequest) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
- saveJobSubmission(JobSubmission) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Save the given job submission information in the underlying data store.
- saveJobSubmission(JobSubmission) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Save the given job submission information in the underlying data store.
- saveResolvedJob(String, ResolvedJob) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Save the given resolved details for a job.
- saveResolvedJob(String, ResolvedJob) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Save the given resolved details for a job.
- SCRIPT_CLUSTER_SELECTOR_PRECEDENCE - Static variable in class com.netflix.genie.web.spring.autoconfigure.selectors.SelectorsAutoConfiguration
-
- SCRIPT_PROPERTIES_PREFIX - Static variable in class com.netflix.genie.web.properties.AgentLauncherSelectorScriptProperties
-
Prefix for properties passed to the script (with the prefix stripped).
- SCRIPT_PROPERTIES_PREFIX - Static variable in class com.netflix.genie.web.properties.ClusterSelectorScriptProperties
-
Prefix for properties passed to the script (with the prefix stripped).
- SCRIPT_PROPERTIES_PREFIX - Static variable in class com.netflix.genie.web.properties.CommandSelectorManagedScriptProperties
-
Prefix for properties passed to the script (with the prefix stripped).
- SCRIPT_URI - Static variable in class com.netflix.genie.web.util.MetricsConstants.TagKeys
-
Key to tag the URI for a given script resource.
- ScriptAgentLauncherSelectorImpl - Class in com.netflix.genie.web.selectors.impl
-
An implementation of the
AgentLauncherSelector
interface which uses user-provided script to make decisions
based on the list of agent launchers and the job request supplied.
- ScriptAgentLauncherSelectorImpl(AgentLauncherSelectorManagedScript, Collection<AgentLauncher>, MeterRegistry) - Constructor for class com.netflix.genie.web.selectors.impl.ScriptAgentLauncherSelectorImpl
-
Constructor.
- scriptClusterSelector(ClusterSelectorManagedScript, MeterRegistry) - Method in class com.netflix.genie.web.spring.autoconfigure.selectors.SelectorsAutoConfiguration
-
- ScriptClusterSelectorImpl - Class in com.netflix.genie.web.selectors.impl
-
An implementation of the
ClusterSelector
interface which uses user-provided script to make decisions
based on the list of clusters and the job request supplied.
- ScriptClusterSelectorImpl(ClusterSelectorManagedScript, MeterRegistry) - Constructor for class com.netflix.genie.web.selectors.impl.ScriptClusterSelectorImpl
-
Constructor.
- ScriptCommandSelectorImpl - Class in com.netflix.genie.web.selectors.impl
-
Implementation of
CommandSelector
which defers the decision to a script provided by the system
administrators.
- ScriptCommandSelectorImpl(CommandSelectorManagedScript, MeterRegistry) - Constructor for class com.netflix.genie.web.selectors.impl.ScriptCommandSelectorImpl
-
Constructor.
- ScriptExecutionException - Exception in com.netflix.genie.web.exceptions.checked
-
An exception thrown when a script bean encounters an error during execution.
- ScriptExecutionException() - Constructor for exception com.netflix.genie.web.exceptions.checked.ScriptExecutionException
-
Constructor.
- ScriptExecutionException(String) - Constructor for exception com.netflix.genie.web.exceptions.checked.ScriptExecutionException
-
Constructor.
- ScriptExecutionException(String, Throwable) - Constructor for exception com.netflix.genie.web.exceptions.checked.ScriptExecutionException
-
Constructor.
- ScriptExecutionException(Throwable) - Constructor for exception com.netflix.genie.web.exceptions.checked.ScriptExecutionException
-
Constructor.
- ScriptLoadingException - Exception in com.netflix.genie.web.exceptions.checked
-
An exception thrown when a script cannot be retrieved or compiled.
- ScriptLoadingException() - Constructor for exception com.netflix.genie.web.exceptions.checked.ScriptLoadingException
-
Constructor.
- ScriptLoadingException(String) - Constructor for exception com.netflix.genie.web.exceptions.checked.ScriptLoadingException
-
Constructor.
- ScriptLoadingException(String, Throwable) - Constructor for exception com.netflix.genie.web.exceptions.checked.ScriptLoadingException
-
Constructor.
- ScriptLoadingException(Throwable) - Constructor for exception com.netflix.genie.web.exceptions.checked.ScriptLoadingException
-
Constructor.
- ScriptManager - Class in com.netflix.genie.web.scripts
-
Utility to load, reload and execute scripts (in whichever format/language supported by ScriptEngine
) via URI
(e.g., local file, classpath, URL).
- ScriptManager(ScriptManagerProperties, TaskScheduler, ExecutorService, ScriptEngineManager, ResourceLoader, MeterRegistry) - Constructor for class com.netflix.genie.web.scripts.ScriptManager
-
Constructor.
- ScriptManagerProperties - Class in com.netflix.genie.web.properties
-
- ScriptManagerProperties() - Constructor for class com.netflix.genie.web.properties.ScriptManagerProperties
-
- ScriptNotConfiguredException - Exception in com.netflix.genie.web.exceptions.checked
-
An exception thrown when a script bean is not configured an thus it cannot be loaded or executed.
- ScriptNotConfiguredException() - Constructor for exception com.netflix.genie.web.exceptions.checked.ScriptNotConfiguredException
-
Constructor.
- ScriptNotConfiguredException(String) - Constructor for exception com.netflix.genie.web.exceptions.checked.ScriptNotConfiguredException
-
Constructor.
- ScriptNotConfiguredException(String, Throwable) - Constructor for exception com.netflix.genie.web.exceptions.checked.ScriptNotConfiguredException
-
Constructor.
- ScriptNotConfiguredException(Throwable) - Constructor for exception com.netflix.genie.web.exceptions.checked.ScriptNotConfiguredException
-
Constructor.
- SCRIPTS_PREFIX - Static variable in class com.netflix.genie.web.scripts.ManagedScriptBaseProperties
-
- ScriptsAutoConfiguration - Class in com.netflix.genie.web.spring.autoconfigure.scripts
-
Configuration for script extensions.
- ScriptsAutoConfiguration() - Constructor for class com.netflix.genie.web.spring.autoconfigure.scripts.ScriptsAutoConfiguration
-
- SecurityInterceptor - Interface in com.netflix.genie.client.interceptors
-
An interface whose implementation is supposed to modify the HTTP Request by adding Security credentials.
- SecurityProfile() - Constructor for class com.netflix.genie.web.agent.launchers.dtos.TitusBatchJobRequest.SecurityProfile
-
- select(AgentLauncherSelectionContext) - Method in class com.netflix.genie.web.selectors.impl.ScriptAgentLauncherSelectorImpl
-
Select a resource from the given set of resources if possible.
- select(ClusterSelectionContext) - Method in class com.netflix.genie.web.selectors.impl.ScriptClusterSelectorImpl
-
Select a resource from the given set of resources if possible.
- select(CommandSelectionContext) - Method in class com.netflix.genie.web.selectors.impl.ScriptCommandSelectorImpl
-
Select a resource from the given set of resources if possible.
- select(C) - Method in interface com.netflix.genie.web.selectors.ResourceSelector
-
Select a resource from the given set of resources if possible.
- SELECT_FOR_UPDATE_UNUSED_FILES_SQL - Static variable in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaFileRepository
-
The query used to select any dangling file references.
- SELECT_FOR_UPDATE_UNUSED_TAGS_SQL - Static variable in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaTagRepository
-
This is the query used to find the ids of tags that aren't referenced by any of the other tables.
- SelectorsAutoConfiguration - Class in com.netflix.genie.web.spring.autoconfigure.selectors
-
Spring Auto Configuration for the selectors module.
- SelectorsAutoConfiguration() - Constructor for class com.netflix.genie.web.spring.autoconfigure.selectors.SelectorsAutoConfiguration
-
- selectResource(AgentLauncherSelectionContext) - Method in class com.netflix.genie.web.scripts.AgentLauncherSelectorManagedScript
-
Given the
JobRequest
and an associated set of resources which matched the request criteria
invoke the configured script to see if a preferred resource is selected based on the current logic.
- selectResource(ClusterSelectionContext) - Method in class com.netflix.genie.web.scripts.ClusterSelectorManagedScript
-
Given the
JobRequest
and an associated set of resources which matched the request criteria
invoke the configured script to see if a preferred resource is selected based on the current logic.
- selectResource(CommandSelectionContext) - Method in class com.netflix.genie.web.scripts.CommandSelectorManagedScript
-
Given the
JobRequest
and an associated set of resources which matched the request criteria
invoke the configured script to see if a preferred resource is selected based on the current logic.
- selectResource(C) - Method in class com.netflix.genie.web.scripts.ResourceSelectorScript
-
Given the
JobRequest
and an associated set of resources which matched the request criteria
invoke the configured script to see if a preferred resource is selected based on the current logic.
- SelfManaged() - Constructor for class com.netflix.genie.web.agent.launchers.dtos.TitusBatchJobRequest.SelfManaged
-
- serialize(Instant, JsonGenerator, SerializerProvider) - Method in class com.netflix.genie.common.util.JsonUtils.InstantMillisecondSerializer
- serialize(Optional<Instant>, JsonGenerator, SerializerProvider) - Method in class com.netflix.genie.common.util.JsonUtils.OptionalInstantMillisecondSerializer
- SERVER_HOST_PLACEHOLDER - Static variable in class com.netflix.genie.web.properties.LocalAgentLauncherProperties
-
Placeholder for server hostname in command-line-template.
- SERVER_HOST_PLACEHOLDER - Static variable in class com.netflix.genie.web.properties.TitusAgentLauncherProperties
-
Placeholder for Genie server hostname id for use in entry point expression.
- SERVER_PORT_PLACEHOLDER - Static variable in class com.netflix.genie.web.properties.LocalAgentLauncherProperties
-
Placeholder for server port in command-line-template.
- SERVER_PORT_PLACEHOLDER - Static variable in class com.netflix.genie.web.properties.TitusAgentLauncherProperties
-
Placeholder for Genie server port id for use in entry point expression.
- SERVER_TAG_BASE - Static variable in class com.netflix.genie.common.internal.tracing.TracingConstants
-
The root for all tags related to spans occurring in the Genie server.
- serverArguments() - Method in class com.netflix.genie.agent.cli.CliAutoConfiguration
-
- serveResource(String, URL, String, HttpServletRequest, HttpServletResponse) - Method in class com.netflix.genie.web.services.impl.JobDirectoryServerServiceImpl
-
Given the request
this API will write the resource to response
if possible.
- serveResource(String, URL, String, HttpServletRequest, HttpServletResponse) - Method in interface com.netflix.genie.web.services.JobDirectoryServerService
-
Given the request
this API will write the resource to response
if possible.
- serviceOperation() - Method in class com.netflix.genie.web.aspects.SystemArchitecture
-
A service operation is the execution of any method defined on a
service class/interface.
- ServicesAutoConfiguration - Class in com.netflix.genie.agent.execution.services.impl
-
Spring auto configuration for the service tier of an Agent process.
- ServicesAutoConfiguration() - Constructor for class com.netflix.genie.agent.execution.services.impl.ServicesAutoConfiguration
-
- ServicesAutoConfiguration - Class in com.netflix.genie.web.spring.autoconfigure.services
-
Configuration for all the services.
- ServicesAutoConfiguration() - Constructor for class com.netflix.genie.web.spring.autoconfigure.services.ServicesAutoConfiguration
-
- ServiceSpecificProperties() - Constructor for class com.netflix.genie.web.properties.RetryProperties.ServiceSpecificProperties
-
- setApplicationContext(ApplicationContext) - Method in class com.netflix.genie.common.internal.aws.s3.S3ProtocolResolverRegistrar
- setApplicationContext(ApplicationContext) - Method in class com.netflix.genie.web.agent.resources.AgentFileProtocolResolverRegistrar
- setApplications(List<ApplicationEntity>) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity
-
Sets the applications for this command.
- setApplications(List<ApplicationEntity>) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Set the applications used to run this job.
- setApplicationsForCommand(String, List<String>) - Method in interface com.netflix.genie.client.apis.CommandService
-
Method to override and set applications for a command in Genie.
- setApplicationsForCommand(String, List<String>) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Set the applications for the given command.
- setApplicationsForCommand(String, List<String>) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Set the applications for the command.
- setApplicationsForCommand(String, List<String>) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Set the applications for the command.
- setArchiveStatus(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Set the archive status for this job.
- setBeanClassLoader(ClassLoader) - Method in class com.netflix.genie.web.events.GenieEventBusImpl
- setBeanFactory(BeanFactory) - Method in class com.netflix.genie.web.events.GenieEventBusImpl
- setCluster(ClusterEntity) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Set the cluster this job ran on.
- setClusterCriteria(List<CriterionEntity>) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity
-
Set the criteria, in priority order, that this command has for determining which available clusters to use
for a job.
- setClusterCriteria(List<CriterionEntity>) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Set the cluster criteria set for this job.
- setClusterCriteriaForCommand(String, List<Criterion>) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Set all new cluster criteria for the given command.
- setClusterCriteriaForCommand(String, List<Criterion>) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
For the command identified by id reset the entire list of cluster criteria to match the contents of
clusterCriteria.
- setClusterCriteriaForCommand(String, List<Criterion>) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
For the command identified by id reset the entire list of cluster criteria to match the contents of
clusterCriteria.
- setCommand(CommandEntity) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Set the command used to run this job.
- setCommandArgs(List<String>) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Set the command arguments to use with this job.
- setCommandCriterion(CriterionEntity) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Set the command criterion.
- setCommandsForCluster(String, List<String>) - Method in interface com.netflix.genie.client.apis.ClusterService
-
Method to override and set commands for a cluster in Genie.
- setCommandsForCluster(String, List<String>) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ClusterRestController
-
Set the commandIds for a given cluster.
- setConfigs(Set<FileEntity>) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.ApplicationEntity
-
Set all the files associated as configuration files for this application.
- setConfigs(Set<FileEntity>) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.ClusterEntity
-
Set all the files associated as configuration files for this cluster.
- setConfigs(Set<FileEntity>) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity
-
Set all the files associated as configuration files for this cluster.
- setConfigs(Set<FileEntity>) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Set all the files associated as configuration files for this job.
- setDependencies(Set<FileEntity>) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.ApplicationEntity
-
Set all the files associated as dependency files for this application.
- setDependencies(Set<FileEntity>) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.ClusterEntity
-
Set all the files associated as dependency files for this cluster.
- setDependencies(Set<FileEntity>) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity
-
Set all the files associated as dependency files for this cluster.
- setDependencies(Set<FileEntity>) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Set all the files associated as dependency files for this job.
- setDescription(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.BaseEntity
-
Set the description of this entity.
- setEnvironment(Environment) - Method in class com.netflix.genie.web.properties.AgentFilterProperties
- setEnvironment(Environment) - Method in class com.netflix.genie.web.properties.JobsActiveLimitProperties
- setEnvironmentVariables(Map<String, String>) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Set the environment variables for the job.
- setExecutable(List<String>) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity
-
Set the executable and any default arguments for this command.
- setFinished(Instant) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Set the finishTime for the job.
- setId(String) - Method in class com.netflix.genie.web.agent.launchers.dtos.TitusBatchJobResponse
-
Set the id of the titus job.
- SetJobStatusFinal - Class in com.netflix.genie.agent.execution.statemachine.stages
-
Sets the final job status (success/fail/kill).
- SetJobStatusFinal(AgentJobService) - Constructor for class com.netflix.genie.agent.execution.statemachine.stages.SetJobStatusFinal
-
Constructor.
- SetJobStatusInit - Class in com.netflix.genie.agent.execution.statemachine.stages
-
Updates job status when job starts initializing.
- SetJobStatusInit(AgentJobService) - Constructor for class com.netflix.genie.agent.execution.statemachine.stages.SetJobStatusInit
-
Constructor.
- SetJobStatusRunning - Class in com.netflix.genie.agent.execution.statemachine.stages
-
Updates the server job status after launch.
- SetJobStatusRunning(AgentJobService) - Constructor for class com.netflix.genie.agent.execution.statemachine.stages.SetJobStatusRunning
-
Constructor.
- setLauncherExt(JsonNode) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity
-
Set any metadata pertaining to additional instructions for various launchers if this command is used.
- setLauncherExt(JsonNode) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Set any metadata pertaining to the launcher that launched this job.
- setMessage(String) - Method in class com.netflix.genie.web.agent.launchers.dtos.TitusBatchJobResponse
-
Set the message if there was one.
- setMetadata(JsonNode) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.BaseEntity
-
Set the JSON metadata of this entity.
- setName(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.CriterionEntity
-
Set the name this criterion used.
- setRegion(String) - Method in class com.netflix.genie.common.internal.aws.s3.BucketProperties
-
Set the AWS region from a string name representation e.g.
- setRequestedEnvironmentVariables(Map<String, String>) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Set the requested environment variables.
- setRequestedLauncherExt(JsonNode) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Set any metadata pertaining to the launcher that was provided by the user.
- setRetryListeners(RetryListener[]) - Method in class com.netflix.genie.web.aspects.DataServiceRetryAspect
-
Sets the retry listeners for the retry template in use.
- setRoleARN(String) - Method in class com.netflix.genie.common.internal.aws.s3.BucketProperties
-
Set the ARN of the role to assume from this instance when working with the given bucket.
- setSetupFile(FileEntity) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.BaseEntity
-
Set the setup file for this entity.
- setStarted(Instant) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Set the start time for the job.
- setStatic(String) - Method in class com.netflix.genie.web.properties.AwsCredentialsProperties.SpringCloudAwsRegionProperties
-
Set the static value for the region this instance is running in.
- setStatus(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.CriterionEntity
-
Set the status this criterion used.
- setStatusCode(Integer) - Method in class com.netflix.genie.web.agent.launchers.dtos.TitusBatchJobResponse
-
Set the status code.
- setStatusWhereIdIn(String, Set<Long>) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaCommandRepository
-
Bulk set the status of commands which match the given inputs.
- setStdErrSize(Long) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Set the total size in bytes of the std err file for this job.
- setStdOutSize(Long) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Set the total size in bytes of the std out file for this job.
- setTags(Set<TagEntity>) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.ApplicationEntity
-
Set all the tags associated to this application.
- setTags(Set<TagEntity>) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.ClusterEntity
-
Set all the tags associated to this cluster.
- setTags(Set<TagEntity>) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity
-
Set all the tags associated to this cluster.
- setTags(Set<TagEntity>) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.CriterionEntity
-
Set all the tags associated to this criterion.
- setTags(Set<TagEntity>) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Set all the tags associated to this job.
- setTimeoutUsed(Integer) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Set the final resolved timeout duration for this job.
- setUniqueId(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.CriterionEntity
-
Set the unique id this criterion used.
- SETUP_FILE - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.BaseEntity_
-
- setupFile - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.BaseEntity_
-
- SetupFileProjection - Interface in com.netflix.genie.web.data.services.impl.jpa.queries.projections
-
Projection for returning the setup file of a given entity.
- SetUpJobException - Exception in com.netflix.genie.agent.execution.exceptions
-
Exception during the set up of a job.
- SetUpJobException(String) - Constructor for exception com.netflix.genie.agent.execution.exceptions.SetUpJobException
-
Construct with message.
- SetUpJobException(String, Throwable) - Constructor for exception com.netflix.genie.agent.execution.exceptions.SetUpJobException
-
Construct with a message and a cause.
- setVersion(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.CriterionEntity
-
Set the version this criterion used.
- sharedAgentTaskExecutor(AgentProperties) - Method in class com.netflix.genie.agent.spring.autoconfigure.AgentAutoConfiguration
-
Get a lazy AsyncTaskExecutor
bean which may be shared by different components if one isn't already
defined.
- sharedAgentTaskScheduler(AgentProperties) - Method in class com.netflix.genie.agent.spring.autoconfigure.AgentAutoConfiguration
-
Provide a lazy TaskScheduler
to be used by the Agent process if one isn't already defined.
- shutdown() - Method in class com.netflix.genie.web.agent.apis.rpc.v4.endpoints.GRpcHeartBeatServiceImpl
-
Shutdown this service.
- ShutdownProperties - Class in com.netflix.genie.agent.properties
-
Properties to configure the Agent shutdown process.
- ShutdownProperties() - Constructor for class com.netflix.genie.agent.properties.ShutdownProperties
-
- ShutdownStage - Class in com.netflix.genie.agent.execution.statemachine.stages
-
Performs final shutdown.
- ShutdownStage() - Constructor for class com.netflix.genie.agent.execution.statemachine.stages.ShutdownStage
-
Constructor.
- SimpleLoggingInterceptor - Class in com.netflix.genie.web.agent.apis.rpc.v4.interceptors
-
Proof of concept server interceptor that logs gRPC requests and errors.
- SimpleLoggingInterceptor() - Constructor for class com.netflix.genie.web.agent.apis.rpc.v4.interceptors.SimpleLoggingInterceptor
-
- simpleLoggingInterceptor() - Method in class com.netflix.genie.web.spring.autoconfigure.agent.apis.rpc.v4.interceptors.AgentRpcInterceptorsAutoConfiguration
-
An interceptor which writes requests to the logs.
- SimpleStorageRangeResource - Class in com.netflix.genie.common.internal.aws.s3
-
This class extends SimpleStorageResource
in order to efficiently handle range requests.
- SKIP_PROPERTY - Static variable in class com.netflix.genie.web.properties.DatabaseCleanupProperties.ApplicationDatabaseCleanupProperties
-
Skip the Applications table when performing database cleanup.
- SKIP_PROPERTY - Static variable in class com.netflix.genie.web.properties.DatabaseCleanupProperties.ClusterDatabaseCleanupProperties
-
Skip the Clusters table when performing database cleanup.
- SKIP_PROPERTY - Static variable in class com.netflix.genie.web.properties.DatabaseCleanupProperties.CommandDatabaseCleanupProperties
-
Skip the Commands table when performing database cleanup.
- SKIP_PROPERTY - Static variable in class com.netflix.genie.web.properties.DatabaseCleanupProperties.CommandDeactivationDatabaseCleanupProperties
-
Skip deactivating commands when performing database cleanup.
- SKIP_PROPERTY - Static variable in class com.netflix.genie.web.properties.DatabaseCleanupProperties.FileDatabaseCleanupProperties
-
Skip the Files table when performing database cleanup.
- SKIP_PROPERTY - Static variable in class com.netflix.genie.web.properties.DatabaseCleanupProperties.JobDatabaseCleanupProperties
-
Skip the Jobs table when performing database cleanup.
- SKIP_PROPERTY - Static variable in class com.netflix.genie.web.properties.DatabaseCleanupProperties.TagDatabaseCleanupProperties
-
Skip the Tags table when performing database cleanup.
- SNS_CLIENT_BEAN_NAME - Static variable in class com.netflix.genie.web.spring.autoconfigure.aws.AWSAutoConfiguration
-
The name of the AmazonSNS
client created specifically for job state notifications.
- SNSNotificationsProperties - Class in com.netflix.genie.web.properties
-
Properties to configure notification delivered via SNS.
- SNSNotificationsProperties() - Constructor for class com.netflix.genie.web.properties.SNSNotificationsProperties
-
- SortAttribute - Enum in com.netflix.genie.client.apis
-
Sort key for entity search results.
- SortDirection - Enum in com.netflix.genie.client.apis
-
Sort direction of entity search results.
- SOURCE_HOST_EXT_FIELD - Static variable in interface com.netflix.genie.web.agent.launchers.AgentLauncher
-
Shared key representing the hostname of the Genie server the Agent Launcher was executed on.
- SOURCE_PROPERTY - Static variable in class com.netflix.genie.web.properties.AgentLauncherSelectorScriptProperties
-
Name of script source property.
- SOURCE_PROPERTY - Static variable in class com.netflix.genie.web.properties.ClusterSelectorScriptProperties
-
Name of script source property.
- SOURCE_PROPERTY - Static variable in class com.netflix.genie.web.properties.CommandSelectorManagedScriptProperties
-
Name of script source property.
- SOURCE_PROPERTY_SUFFIX - Static variable in class com.netflix.genie.web.scripts.ManagedScriptBaseProperties
-
- splitArguments(String) - Static method in class com.netflix.genie.common.util.JsonUtils
-
Given a flat string of command line arguments this method will attempt to tokenize the string and split it for
use in DTOs.
- splitV3CommandExecutableForV4(Connection) - Static method in class com.netflix.genie.web.data.services.impl.jpa.utils.H2Utils
-
Split the existing command executable on any whitespace characters and insert them into the
command_executable_arguments
table in order.
- SpringCloudAwsRegionProperties() - Constructor for class com.netflix.genie.web.properties.AwsCredentialsProperties.SpringCloudAwsRegionProperties
-
- start(String, Path) - Method in interface com.netflix.genie.agent.execution.services.AgentFileStreamService
-
Start the service.
- start(String) - Method in interface com.netflix.genie.agent.execution.services.AgentHeartBeatService
-
Starts the service.
- start(String) - Method in interface com.netflix.genie.agent.execution.services.AgentJobKillService
-
Start listening for job termination notification.
- start(String, Path) - Method in class com.netflix.genie.agent.execution.services.impl.grpc.GRpcAgentFileStreamServiceImpl
-
Start the service.
- start(String) - Method in class com.netflix.genie.agent.execution.services.impl.grpc.GRpcAgentJobKillServiceImpl
-
Start listening for job termination notification.
- start(String, Path) - Method in interface com.netflix.genie.agent.execution.services.JobMonitorService
-
Starts the service.
- start() - Method in interface com.netflix.genie.web.services.ClusterLeaderService
-
Start the service (i.e.
- start() - Method in class com.netflix.genie.web.services.impl.ClusterLeaderServiceCuratorImpl
-
Start the service (i.e.
- start() - Method in class com.netflix.genie.web.services.impl.ClusterLeaderServiceLocalLeaderImpl
-
Start the service (i.e.
- start() - Method in class com.netflix.genie.web.tasks.leader.LocalLeader
-
If configured to be leader, activate and send a leadership acquired notification.
- started - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- STARTED - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- StartFileServiceStage - Class in com.netflix.genie.agent.execution.statemachine.stages
-
Starts the file streaming service.
- StartFileServiceStage(AgentFileStreamService) - Constructor for class com.netflix.genie.agent.execution.statemachine.stages.StartFileServiceStage
-
Constructor.
- StartHeartbeatServiceStage - Class in com.netflix.genie.agent.execution.statemachine.stages
-
Starts the heartbeat service.
- StartHeartbeatServiceStage(AgentHeartBeatService) - Constructor for class com.netflix.genie.agent.execution.statemachine.stages.StartHeartbeatServiceStage
-
Constructor.
- StartKillServiceStage - Class in com.netflix.genie.agent.execution.statemachine.stages
-
Starts the kill service.
- StartKillServiceStage(AgentJobKillService) - Constructor for class com.netflix.genie.agent.execution.statemachine.stages.StartKillServiceStage
-
Constructor.
- startLeadership(ContextRefreshedEvent) - Method in class com.netflix.genie.web.tasks.leader.LocalLeader
-
Auto-start once application is up and running.
- startServer(Server) - Static method in class com.netflix.genie.web.agent.apis.rpc.servers.GRpcServerUtils
-
Attempt to start a gRpc server on this node.
- startService(String, ExecutionContext) - Method in class com.netflix.genie.agent.execution.statemachine.stages.StartFileServiceStage
-
- startService(String, ExecutionContext) - Method in class com.netflix.genie.agent.execution.statemachine.stages.StartHeartbeatServiceStage
-
- startService(String, ExecutionContext) - Method in class com.netflix.genie.agent.execution.statemachine.stages.StartKillServiceStage
-
- stateEntered(States) - Method in class com.netflix.genie.agent.execution.statemachine.listeners.ConsoleLogListener
-
Invoked when the state machine reaches the next state, before any of the logic for that state is evaluated.
- stateEntered(States) - Method in interface com.netflix.genie.agent.execution.statemachine.listeners.JobExecutionListener
-
Invoked when the state machine reaches the next state, before any of the logic for that state is evaluated.
- stateEntered(States) - Method in class com.netflix.genie.agent.execution.statemachine.listeners.LoggingListener
-
Invoked when the state machine reaches the next state, before any of the logic for that state is evaluated.
- stateEntered(States) - Method in class com.netflix.genie.agent.execution.statemachine.listeners.TracingListener
-
Invoked when the state machine reaches the next state, before any of the logic for that state is evaluated.
- stateExited(States) - Method in class com.netflix.genie.agent.execution.statemachine.listeners.ConsoleLogListener
-
Invoked when the state machine is done processing a state and it is about to enter the next one.
- stateExited(States) - Method in interface com.netflix.genie.agent.execution.statemachine.listeners.JobExecutionListener
-
Invoked when the state machine is done processing a state and it is about to enter the next one.
- stateExited(States) - Method in class com.netflix.genie.agent.execution.statemachine.listeners.LoggingListener
-
Invoked when the state machine is done processing a state and it is about to enter the next one.
- stateExited(States) - Method in class com.netflix.genie.agent.execution.statemachine.listeners.TracingListener
-
Invoked when the state machine is done processing a state and it is about to enter the next one.
- stateMachineStarted() - Method in class com.netflix.genie.agent.execution.statemachine.listeners.ConsoleLogListener
-
Invoked when the state machine starts running.
- stateMachineStarted() - Method in interface com.netflix.genie.agent.execution.statemachine.listeners.JobExecutionListener
-
Invoked when the state machine starts running.
- stateMachineStarted() - Method in class com.netflix.genie.agent.execution.statemachine.listeners.LoggingListener
-
Invoked when the state machine starts running.
- stateMachineStopped() - Method in class com.netflix.genie.agent.execution.statemachine.listeners.ConsoleLogListener
-
Invoked when the state machine stops.
- stateMachineStopped() - Method in interface com.netflix.genie.agent.execution.statemachine.listeners.JobExecutionListener
-
Invoked when the state machine stops.
- stateMachineStopped() - Method in class com.netflix.genie.agent.execution.statemachine.listeners.LoggingListener
-
Invoked when the state machine stops.
- States - Enum in com.netflix.genie.agent.execution.statemachine
-
Execution state machine states.
- stateSkipped(States) - Method in class com.netflix.genie.agent.execution.statemachine.listeners.ConsoleLogListener
-
Invoked when the action of a given state is skipped because execution was aborted and the state is set to be
skipped in case of aborted execution.
- stateSkipped(States) - Method in interface com.netflix.genie.agent.execution.statemachine.listeners.JobExecutionListener
-
Invoked when the action of a given state is skipped because execution was aborted and the state is set to be
skipped in case of aborted execution.
- stateSkipped(States) - Method in class com.netflix.genie.agent.execution.statemachine.listeners.LoggingListener
-
Invoked when the action of a given state is skipped because execution was aborted and the state is set to be
skipped in case of aborted execution.
- status - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.BaseEntity_
-
- STATUS - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.BaseEntity_
-
- status - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CriterionEntity_
-
- STATUS - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CriterionEntity_
-
- STATUS - Static variable in class com.netflix.genie.web.util.MetricsConstants.TagKeys
-
Key to tag the status of a request or operation.
- STATUS_MSG - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- statusMsg - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- StatusProjection - Interface in com.netflix.genie.web.data.services.impl.jpa.queries.projections
-
Projection for returning only the status of a given resource.
- STD_ERR_SIZE - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- STD_OUT_SIZE - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- STDERR_LOG_FILE_NAME - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
Stderr Filename generated by Genie after running a job.
- stdErrSize - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- STDOUT_LOG_FILE_NAME - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
Stdout Filename generated by Genie after running a job.
- stdOutSize - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
-
- stop() - Method in interface com.netflix.genie.agent.execution.services.AgentFileStreamService
-
Stop the service.
- stop() - Method in interface com.netflix.genie.agent.execution.services.AgentHeartBeatService
-
Stop the service.
- stop() - Method in interface com.netflix.genie.agent.execution.services.AgentJobKillService
-
Stop the service.
- stop() - Method in class com.netflix.genie.agent.execution.services.impl.grpc.GRpcAgentFileStreamServiceImpl
-
Stop the service.
- stop() - Method in class com.netflix.genie.agent.execution.services.impl.grpc.GRpcAgentJobKillServiceImpl
-
Stop the service.
- stop() - Method in interface com.netflix.genie.agent.execution.services.JobMonitorService
-
Stop the service.
- stop() - Method in interface com.netflix.genie.web.services.ClusterLeaderService
-
Stop the service (i.e.
- stop() - Method in class com.netflix.genie.web.services.impl.ClusterLeaderServiceCuratorImpl
-
Stop the service (i.e.
- stop() - Method in class com.netflix.genie.web.services.impl.ClusterLeaderServiceLocalLeaderImpl
-
Stop the service (i.e.
- stop() - Method in class com.netflix.genie.web.tasks.leader.LocalLeader
-
If configured to be leader and previously started, deactivate and send a leadership lost notification.
- StopFileServiceStage - Class in com.netflix.genie.agent.execution.statemachine.stages
-
Stops the file streaming service.
- StopFileServiceStage(AgentFileStreamService) - Constructor for class com.netflix.genie.agent.execution.statemachine.stages.StopFileServiceStage
-
Constructor.
- StopHeartbeatServiceStage - Class in com.netflix.genie.agent.execution.statemachine.stages
-
Stops the heartbeat service.
- StopHeartbeatServiceStage(AgentHeartBeatService) - Constructor for class com.netflix.genie.agent.execution.statemachine.stages.StopHeartbeatServiceStage
-
Constructor.
- StopKillServiceStage - Class in com.netflix.genie.agent.execution.statemachine.stages
-
Stops the job kill service.
- StopKillServiceStage(AgentJobKillService) - Constructor for class com.netflix.genie.agent.execution.statemachine.stages.StopKillServiceStage
-
Constructor.
- stopLeadership(ContextClosedEvent) - Method in class com.netflix.genie.web.tasks.leader.LocalLeader
-
Auto-stop once application is shutting down.
- stopService() - Method in class com.netflix.genie.agent.execution.statemachine.stages.StopFileServiceStage
-
- stopService() - Method in class com.netflix.genie.agent.execution.statemachine.stages.StopHeartbeatServiceStage
-
- stopService() - Method in class com.netflix.genie.agent.execution.statemachine.stages.StopKillServiceStage
-
- StreamBuffer - Class in com.netflix.genie.web.util
-
A temporary in-memory structure to hold in-transit data.
- StreamBuffer(long) - Constructor for class com.netflix.genie.web.util.StreamBuffer
-
Constructor.
- STRING - Static variable in class com.netflix.genie.test.suppliers.RandomSuppliers
-
Get a random String.
- submitJob(JobRequest) - Method in interface com.netflix.genie.client.apis.JobService
-
Method to submit a job to Genie.
- submitJob(JobRequest) - Method in class com.netflix.genie.client.JobClient
-
Submit a job to genie using the jobRequest provided.
- submitJob(JobRequest, String, String, HttpServletRequest) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.JobRestController
-
Submit a new job.
- submitJob(JobRequest, MultipartFile[], String, String, HttpServletRequest) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.JobRestController
-
Submit a new job with attachments.
- submitJobWithAttachments(JobRequest, List<MultipartBody.Part>) - Method in interface com.netflix.genie.client.apis.JobService
-
Submit a job with attachments.
- submitJobWithAttachments(JobRequest, Map<String, InputStream>) - Method in class com.netflix.genie.client.JobClient
-
Submit a job to genie using the jobRequest and attachments provided.
- SUCCESS - Static variable in class com.netflix.genie.web.util.MetricsConstants.TagValues
-
Tag value to denote success (used with TagKeys.STATUS).
- SUCCESS_EXIT_CODE - Static variable in class com.netflix.genie.common.dto.JobExecution
-
The exit code that will be set to indicate a job has succeeded.
- SwaggerAutoConfiguration - Class in com.netflix.genie.swagger.spring.autoconfigure
-
Spring configuration for Swagger via SpringFox.
- SwaggerAutoConfiguration() - Constructor for class com.netflix.genie.swagger.spring.autoconfigure.SwaggerAutoConfiguration
-
- sync(StreamObserver<ServerControlMessage>) - Method in class com.netflix.genie.web.agent.apis.rpc.v4.endpoints.GRpcAgentFileStreamServiceImpl
- SystemArchitecture - Class in com.netflix.genie.web.aspects
-
Application pointcut expressions.
- SystemArchitecture() - Constructor for class com.netflix.genie.web.aspects.SystemArchitecture
-
- systemArchitecture() - Method in class com.netflix.genie.web.spring.autoconfigure.aspects.AspectsAutoConfiguration
-
A bean that defines pointcuts for various layers of the Genie system.