Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- accept(String) - Method in class com.netflix.genie.common.internal.util.RegexRuleSet
-
Evaluate an input string against the ruleset for acceptance.
- ACCEPT - Enum constant in enum class com.netflix.genie.common.internal.util.RegexRuleSet.Response
-
Accept the input.
- ACCEPT - Enum constant in enum class com.netflix.genie.web.agent.inspectors.InspectionReport.Decision
-
Subject passed the inspection and is allowed to proceed.
- ACCEPTED - Enum constant in enum class com.netflix.genie.common.dto.JobStatus
-
The job has been accepted by the system via the REST API.
- ACCEPTED - Enum constant in enum class com.netflix.genie.common.internal.dtos.JobStatus
-
The job has been accepted by the system via the REST API.
- 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
- ACTIVE - Enum constant in enum class com.netflix.genie.common.dto.ApplicationStatus
-
Application is active, and in-use.
- ACTIVE - Enum constant in enum class com.netflix.genie.common.dto.CommandStatus
-
Command is active, and in-use.
- ACTIVE - Enum constant in enum class com.netflix.genie.common.internal.dtos.ApplicationStatus
-
Application is active, and in-use.
- ACTIVE - Enum constant in enum class com.netflix.genie.common.internal.dtos.CommandStatus
-
Command is active, and in-use.
- 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.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.
- addApplicationsForCommand(String, List<String>) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Add applications for the given 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) - 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 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 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>, 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.
- 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.
- 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_IMAGE_KEY_PROPERTY - Static variable in class com.netflix.genie.web.properties.TitusAgentLauncherProperties
-
The property containing the Agent image key to look up the corresponding image metadata within.
- 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.internal.dtos
-
Metadata for a Genie Agent client.
- AgentClientMetadata(String, String, Integer) - Constructor for class com.netflix.genie.common.internal.dtos.AgentClientMetadata
-
Constructor.
- AgentCommand - Interface in com.netflix.genie.agent.cli
-
Interface for commands that the agent executes.
- AgentConfigRequest - Class in com.netflix.genie.common.internal.dtos
-
Configuration options for the Genie agent.
- AgentConfigRequest.Builder - Class in com.netflix.genie.common.internal.dtos
-
Builder to create an immutable
AgentConfigRequest
instance. - AgentConfigurationProperties - Class in com.netflix.genie.web.properties
-
Properties for
AgentConfigurationService
. - AgentConfigurationProperties() - Constructor for class com.netflix.genie.web.properties.AgentConfigurationProperties
- agentConfigurationService(AgentConfigurationProperties, PropertiesMapCache.Factory, MeterRegistry) - Method in class com.netflix.genie.web.spring.autoconfigure.agent.services.AgentServicesAutoConfiguration
-
Provide a
AgentConfigurationService
if one is not defined. - AgentConfigurationService - Interface in com.netflix.genie.web.agent.services
-
Service that provides agent runtime configuration (i.e.
- 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(AgentRoutingService, TaskScheduler, AgentConnectionTrackingServiceProperties) - Method in class com.netflix.genie.web.spring.autoconfigure.agent.services.AgentServicesAutoConfiguration
-
Get an implementation of
AgentConnectionTrackingService
if one hasn't already been defined. - AgentConnectionTrackingService - Interface in com.netflix.genie.web.agent.services
-
Tracks active connections and heartbeats coming from agents actively executing a job.
- 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
-
Properties for
AgentConnectionTrackingService
. - AgentConnectionTrackingServiceProperties() - Constructor for class com.netflix.genie.web.properties.AgentConnectionTrackingServiceProperties
- agentFileProtocolResolver(AgentFileStreamService) - Method in class com.netflix.genie.web.spring.autoconfigure.agent.resources.AgentResourcesAutoConfiguration
-
Protocol resolver agent file resources.
- 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.
- agentFileProtocolResolverRegistrar(AgentFileProtocolResolver) - Method in class com.netflix.genie.web.spring.autoconfigure.agent.resources.AgentResourcesAutoConfiguration
-
Registrar for the
AgentFileProtocolResolver
. - 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.
- 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
-
Properties related to
AgentFileStreamService
. - AgentFileStreamProperties() - Constructor for class com.netflix.genie.web.properties.AgentFileStreamProperties
- 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.agent.execution.services
-
This service regularly produces a manifest of the executing job folder and pushes it to the server.
- 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
-
Properties for the
AgentFilterService
. - AgentFilterProperties() - Constructor for class com.netflix.genie.web.properties.AgentFilterProperties
- agentFilterService(List<AgentMetadataInspector>) - Method in class com.netflix.genie.web.spring.autoconfigure.agent.services.AgentServicesAutoConfiguration
-
A
AgentFilterService
implementation that federates the decision to a set ofAgentMetadataInspector
s. - AgentFilterService - Interface in com.netflix.genie.web.agent.services
-
Service to block agent/clients that the server wants to refuse service to.
- AgentFilterServiceImpl - Class in com.netflix.genie.web.agent.services.impl
-
Implementation of
AgentFilterService
which delegates iterates through an ordered list ofAgentMetadataInspector
. - AgentFilterServiceImpl(List<AgentMetadataInspector>) - Constructor for class com.netflix.genie.web.agent.services.impl.AgentFilterServiceImpl
-
Constructor.
- 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.
- AgentHeartBeatService - Interface in com.netflix.genie.agent.execution.services
-
Service that maintains an active connection with a Genie server node by sending heart beats.
- 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
-
Auto-configuration for the default implementations of
AgentMetadataInspector
s. - 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
-
If required, get a
AgentJobCleanupTask
instance for use. - 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(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.
- 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.
- AgentJobRequest - Interface in com.netflix.genie.common.internal.dtos
-
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.internal.dtos
-
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(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(DataServices, JobResolverService, AgentFilterService, AgentConfigurationService, MeterRegistry) - Method in class com.netflix.genie.web.spring.autoconfigure.agent.services.AgentServicesAutoConfiguration
-
Get a
AgentJobService
instance if there isn't already one. - AgentJobService - Interface in com.netflix.genie.agent.execution.services
-
Agent side job specification service for resolving and retrieving job specifications from the server.
- 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.
- AgentJobServiceImpl - Class in com.netflix.genie.web.agent.services.impl
-
Default implementation of
AgentJobService
. - 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
-
Extension of
ResourceSelectionContext
to include specific data useful in AgentLauncher selection. - AgentLauncherSelectionContext(String, JobRequest, JobRequestMetadata, ResolvedJob, Collection<AgentLauncher>) - Constructor for class com.netflix.genie.web.selectors.AgentLauncherSelectionContext
-
Constructor.
- agentLauncherSelector(Optional<AgentLauncherSelectorManagedScript>, Collection<AgentLauncher>, MeterRegistry) - Method in class com.netflix.genie.web.spring.autoconfigure.selectors.SelectorsAutoConfiguration
-
Provide a default
AgentLauncherSelector
implementation if no other has been defined in the context. - 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. - 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(String, Throwable) - Constructor for exception com.netflix.genie.web.exceptions.checked.AgentLaunchException
-
Constructor.
- AgentLaunchException(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(GenieHostInfo) - Method in class com.netflix.genie.agent.spring.autoconfigure.AgentAutoConfiguration
-
Provide a lazy bean definition for
AgentMetadata
if none already exists. - AgentMetadata - Interface in com.netflix.genie.agent
-
Container for Genie agent metadata and runtime information.
- 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
-
Get an implementation of
AgentRoutingService
if one hasn't already been defined. - AgentRoutingServiceCuratorDiscoveryImpl - Class in com.netflix.genie.web.agent.services.impl
-
Implementation of
AgentRoutingService
that relies on Curator's Discovery extension. - 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
-
Properties for
AgentRoutingService
. - AgentRoutingServiceProperties() - Constructor for class com.netflix.genie.web.properties.AgentRoutingServiceProperties
- agentRoutingServiceSingleNodeImpl(GenieHostInfo) - Method in class com.netflix.genie.web.spring.autoconfigure.agent.services.AgentServicesAutoConfiguration
-
Get an implementation of
AgentRoutingService
if one hasn't already been defined. - 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.
- 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_
- API_KILL_REQUEST - Enum constant in enum class com.netflix.genie.agent.execution.services.KillService.KillSource
-
A request to the server, forwarded to the agent.
- ApiClientMetadata - Class in com.netflix.genie.common.internal.dtos
-
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.internal.dtos.ApiClientMetadata
-
Constructor.
- ApiJobRequest - Interface in com.netflix.genie.common.internal.dtos
-
The builder and methods available for a request generated by a REST API request.
- ApiJobRequest.Builder - Class in com.netflix.genie.common.internal.dtos
-
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 - Class in com.netflix.genie.common.internal.dtos
-
An immutable V4 Application resource.
- Application(Application.Builder) - Constructor for class com.netflix.genie.common.dto.Application
-
Constructor only accessible via builder build() method.
- Application(String, Instant, Instant, ExecutionEnvironment, ApplicationMetadata) - Constructor for class com.netflix.genie.common.internal.dtos.Application
-
Constructor.
- 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.
- Application.Builder - Class in com.netflix.genie.common.dto
-
A builder to create applications.
- ApplicationClient - Class in com.netflix.genie.client
-
Client library for the Application Service.
- ApplicationClient(String, List<Interceptor>, GenieNetworkConfiguration) - Constructor for class com.netflix.genie.client.ApplicationClient
-
Deprecated.
- ApplicationClient(Retrofit) - Constructor for class com.netflix.genie.client.ApplicationClient
-
Constructor.
- 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.internal.dtos
-
Metadata supplied by a user for an Application resource.
- ApplicationMetadata.Builder - Class in com.netflix.genie.common.internal.dtos
-
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
-
Predicate
generation helpers for queryingApplicationEntity
. - ApplicationRequest - Class in com.netflix.genie.common.internal.dtos
-
Fields representing all the values users can set when creating a new Application resource.
- ApplicationRequest.Builder - Class in com.netflix.genie.common.internal.dtos
-
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.JobEntity_
- 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_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 Class in com.netflix.genie.common.dto
-
The available statuses for applications.
- ApplicationStatus - Enum Class in com.netflix.genie.common.internal.dtos
-
The available statuses for applications.
- ARCHIVE - Enum constant in enum class com.netflix.genie.agent.execution.statemachine.States
-
Archive job outputs and logs.
- 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_
- ARCHIVED - Enum constant in enum class com.netflix.genie.common.dto.ArchiveStatus
-
Files were archived successfully.
- ARCHIVED - Enum constant in enum class com.netflix.genie.common.internal.dtos.ArchiveStatus
-
Files were archived successfully.
- 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 thetarget
. - 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, URI) - Method in interface com.netflix.genie.common.internal.services.JobArchiveService
-
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.FileSystemJobArchiverImpl
-
Attempt to archive a directory located at
directory
to thetarget
. - archiveDirectory(Path, List<File>, URI) - Method in interface com.netflix.genie.common.internal.services.JobArchiver
-
Attempt to archive a directory located at
directory
to thetarget
. - 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(DataServices, ResourceLoader, MeterRegistry) - Method in class com.netflix.genie.web.spring.autoconfigure.services.ServicesAutoConfiguration
-
Provide a
ArchivedJobService
implementation if one hasn't been provided already. - 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.
- ArchivedJobServiceImpl - Class in com.netflix.genie.web.services.impl
-
Default implementation of
ArchivedJobService
. - 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 - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- ArchiveStatus - Enum Class in com.netflix.genie.common.dto
-
Possible archival statuses for a Job.
- ArchiveStatus - Enum Class in com.netflix.genie.common.internal.dtos
-
Possible archival statuses for a Job.
- 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
-
If required, get a
ArchiveStatusCleanupTask
instance for use. - 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(..)
. - ASC - Enum constant in enum class com.netflix.genie.client.apis.SortDirection
-
Ascending.
- 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(S3ClientFactory, AttachmentServiceProperties, MeterRegistry) - Method in class com.netflix.genie.web.spring.autoconfigure.services.ServicesAutoConfiguration
-
The attachment service to use.
- AttachmentService - Interface in com.netflix.genie.web.services
-
APIs for saving a job attachments sent in with Genie requests.
- AttachmentServiceProperties - Class in com.netflix.genie.web.properties
-
Properties for the
AttachmentService
. - 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.StartKillServiceStage
- attemptStageAction(ExecutionContext) - Method in class com.netflix.genie.agent.execution.statemachine.stages.StopFileServiceStage
- attemptStageAction(ExecutionContext) - Method in class com.netflix.genie.agent.execution.statemachine.stages.SetJobStatusRunning
- 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.
B
- BaseDTO - Class in com.netflix.genie.common.dto
-
Base fields for multiple DTOs.
- BaseDTO.Builder<T extends BaseDTO.Builder> - Class in com.netflix.genie.common.dto
-
Builder pattern to save constructor arguments.
- BaseEntity - Class in com.netflix.genie.web.data.services.impl.jpa.entities
-
The base for all Genie top level entities.
- BaseEntity_ - Class in com.netflix.genie.web.data.services.impl.jpa.entities
- BaseEntity_() - Constructor for class com.netflix.genie.web.data.services.impl.jpa.entities.BaseEntity_
- BaseProjection - Interface in com.netflix.genie.web.data.services.impl.jpa.queries.projections
-
Projection for the common fields.
- BaseSearchResult - Class in com.netflix.genie.common.dto.search
-
Base class for search results containing common fields.
- Batch() - Constructor for class com.netflix.genie.web.agent.launchers.dtos.TitusBatchJobRequest.Batch
- BATCH_DAYS_WITHIN_PROPERTY - Static variable in class com.netflix.genie.web.properties.DatabaseCleanupProperties.FileDatabaseCleanupProperties
-
The number of days within current day that the unused files deletion will be running in batch mode.
- BATCH_DAYS_WITHIN_PROPERTY - Static variable in class com.netflix.genie.web.properties.DatabaseCleanupProperties.TagDatabaseCleanupProperties
-
The number of days within current day that the unused tags deletion will be running in batch mode.
- BATCH_SIZE_PROPERTY - Static variable in class com.netflix.genie.web.properties.DatabaseCleanupProperties
-
The batch size used to iteratively delete unused entities.
- beforeStateActionAttempt(States) - Method in class com.netflix.genie.agent.execution.statemachine.listeners.ConsoleLogListener
-
Invoked before the action associated to a given state is invoked.
- beforeStateActionAttempt(States) - Method in interface com.netflix.genie.agent.execution.statemachine.listeners.JobExecutionListener
-
Invoked before the action associated to a given state is invoked.
- beforeStateActionAttempt(States) - Method in class com.netflix.genie.agent.execution.statemachine.listeners.LoggingListener
-
Invoked before the action associated to a given state is invoked.
- blacklistedVersionAgentMetadataInspector(AgentFilterProperties) - Method in class com.netflix.genie.web.spring.autoconfigure.agent.inspectors.AgentInspectorsAutoConfiguration
-
A
AgentMetadataInspector
that rejects agents whose version matches a given regex. - BlacklistedVersionAgentMetadataInspector - Class in com.netflix.genie.web.agent.inspectors.impl
-
An
AgentMetadataInspector
that rejects agent whose version matches a regular expression (obtained via properties) and accepts everything else. - BlacklistedVersionAgentMetadataInspector(AgentFilterProperties) - Constructor for class com.netflix.genie.web.agent.inspectors.impl.BlacklistedVersionAgentMetadataInspector
-
Constructor.
- braveTagAdapter() - Method in class com.netflix.genie.common.internal.spring.autoconfigure.CommonTracingAutoConfiguration
-
Provide a
BraveTagAdapter
instance if no other has been provided. - BraveTagAdapter - Interface in com.netflix.genie.common.internal.tracing.brave
-
Extension of
TagAdapter
that specifies that tags should be key value pairs of Strings as they are in Brave instrumentation. - braveTracePropagator() - Method in class com.netflix.genie.common.internal.spring.autoconfigure.CommonTracingAutoConfiguration
-
Provide an implementation of
TracePropagator
if no other has been defined. - BraveTracePropagator - Interface in com.netflix.genie.common.internal.tracing.brave
- braveTracingCleaner(Set<AsyncReporter<?>>) - Method in class com.netflix.genie.common.internal.spring.autoconfigure.CommonTracingAutoConfiguration
-
Provide a
BraveTracingCleanup
based on the context. - BraveTracingCleanup - Class in com.netflix.genie.common.internal.tracing.brave
-
Any cleanup needed at program shutdown for Brave instrumentation.
- BraveTracingCleanup(Set<AsyncReporter<?>>) - Constructor for class com.netflix.genie.common.internal.tracing.brave.BraveTracingCleanup
-
Constructor.
- braveTracingComponents(Tracer, BraveTracePropagator, BraveTracingCleanup, BraveTagAdapter) - Method in class com.netflix.genie.common.internal.spring.autoconfigure.CommonTracingAutoConfiguration
-
Provide a
BraveTracingComponents
instance based on Brave if no other has been provided. - BraveTracingComponents - Class in com.netflix.genie.common.internal.tracing.brave
-
Container DTO class for Brave based components for tracing in Genie server and agent.
- BraveTracingComponents() - Constructor for class com.netflix.genie.common.internal.tracing.brave.BraveTracingComponents
- BucketProperties - Class in com.netflix.genie.common.internal.aws.s3
-
A property class which holds information about how to interact with a specific S3 Bucket.
- BucketProperties() - Constructor for class com.netflix.genie.common.internal.aws.s3.BucketProperties
- build() - Method in class com.netflix.genie.agent.execution.process.JobProcessResult.Builder
-
Create a new immutable
JobProcessResult
instance based on the current contents of this builder. - build() - Method in interface com.netflix.genie.agent.execution.services.DownloadService.Manifest.Builder
-
Build the manifest.
- build() - Method in class com.netflix.genie.common.dto.Application.Builder
-
Build the application.
- build() - Method in class com.netflix.genie.common.dto.Cluster.Builder
-
Build the cluster.
- build() - Method in class com.netflix.genie.common.dto.Command.Builder
-
Build the command.
- build() - Method in class com.netflix.genie.common.dto.ContainerImage.Builder
-
Create an immutable instance of
ContainerImage
based on the current contents of this builder instance. - build() - Method in class com.netflix.genie.common.dto.Criterion.Builder
-
Build an immutable Criterion.
- build() - Method in class com.netflix.genie.common.dto.Job.Builder
-
Build the job.
- build() - Method in class com.netflix.genie.common.dto.JobExecution.Builder
-
Build the job request.
- build() - Method in class com.netflix.genie.common.dto.JobMetadata.Builder
-
Create a new JobMetadata object from this builder.
- build() - Method in class com.netflix.genie.common.dto.JobRequest.Builder
-
Build the job request.
- build() - Method in class com.netflix.genie.common.dto.Runtime.Builder
-
Create a new immutable
Runtime
instance based on the current contents of this builder instance. - build() - Method in class com.netflix.genie.common.dto.RuntimeResources.Builder
-
Create a new immutable
RuntimeResources
instance based on the current state of this builder instance. - build() - Method in class com.netflix.genie.common.internal.dtos.AgentConfigRequest.Builder
-
Build a new immutable instance of an
AgentConfigRequest
. - build() - Method in class com.netflix.genie.common.internal.dtos.AgentJobRequest.Builder
-
Build an immutable job request instance.
- build() - Method in class com.netflix.genie.common.internal.dtos.ApiJobRequest.Builder
-
Build an immutable job request instance.
- build() - Method in class com.netflix.genie.common.internal.dtos.ApplicationMetadata.Builder
-
Build the application metadata instance.
- build() - Method in class com.netflix.genie.common.internal.dtos.ApplicationRequest.Builder
-
Build a new ApplicationRequest instance.
- build() - Method in class com.netflix.genie.common.internal.dtos.ClusterMetadata.Builder
-
Build the cluster metadata instance.
- build() - Method in class com.netflix.genie.common.internal.dtos.ClusterRequest.Builder
-
Build a new ClusterRequest instance.
- build() - Method in class com.netflix.genie.common.internal.dtos.CommandMetadata.Builder
-
Build the command metadata instance.
- build() - Method in class com.netflix.genie.common.internal.dtos.CommandRequest.Builder
-
Build a new CommandRequest instance.
- build() - Method in class com.netflix.genie.common.internal.dtos.ComputeResources.Builder
-
Create a new immutable
ComputeResources
instance based on the current state of this builder instance. - build() - Method in class com.netflix.genie.common.internal.dtos.Criterion.Builder
-
Build an immutable Criterion.
- build() - Method in class com.netflix.genie.common.internal.dtos.FinishedJob.Builder
-
Build the DTO.
- build() - Method in class com.netflix.genie.common.internal.dtos.Image.Builder
-
Create an immutable instance of
Image
based on the current contents of this builder instance. - build() - Method in class com.netflix.genie.common.internal.dtos.JobEnvironment.Builder
-
Build a new immutable instance of an
JobEnvironment
. - build() - Method in class com.netflix.genie.common.internal.dtos.JobEnvironmentRequest.Builder
-
Build a new immutable instance of an
JobEnvironmentRequest
. - build() - Method in class com.netflix.genie.common.internal.dtos.JobMetadata.Builder
-
Build the job user metadata instance.
- build() - Method in class com.netflix.genie.common.internal.util.RegexRuleSet.Builder
-
Build the ruleset.
- build() - Method in class com.netflix.genie.web.dtos.JobSubmission.Builder
-
Build an immutable
JobSubmission
instance based on the current contents of this builder. - build() - Method in class com.netflix.genie.web.dtos.ResourceSelectionResult.Builder
-
Build a new immutable
ResourceSelectionResult
instance out of the current state of this builder. - build() - Method in class com.netflix.genie.web.scripts.ResourceSelectorScriptResult.Builder
-
Build a new instance of a
ResourceSelectorScriptResult
based on the contents of this builder. - buildBlacklist(String...) - Static method in class com.netflix.genie.common.internal.util.RegexRuleSet
-
Factory method to build a whitelist ruleset.
- buildBlacklist(Pattern...) - Static method in class com.netflix.genie.common.internal.util.RegexRuleSet
-
Factory method to build a whitelist ruleset.
- Builder() - Constructor for class com.netflix.genie.common.dto.BaseDTO.Builder
- Builder() - Constructor for class com.netflix.genie.common.dto.ContainerImage.Builder
-
Constructor.
- Builder() - Constructor for class com.netflix.genie.common.dto.Criterion.Builder
- Builder() - Constructor for class com.netflix.genie.common.dto.JobMetadata.Builder
- Builder() - Constructor for class com.netflix.genie.common.dto.Runtime.Builder
-
Constructor.
- Builder() - Constructor for class com.netflix.genie.common.dto.RuntimeResources.Builder
- Builder() - Constructor for class com.netflix.genie.common.internal.dtos.AgentConfigRequest.Builder
- Builder() - Constructor for class com.netflix.genie.common.internal.dtos.ComputeResources.Builder
- Builder() - Constructor for class com.netflix.genie.common.internal.dtos.Criterion.Builder
- Builder() - Constructor for class com.netflix.genie.common.internal.dtos.Image.Builder
-
Constructor.
- Builder() - Constructor for class com.netflix.genie.common.internal.dtos.JobEnvironment.Builder
-
Constructor.
- Builder() - Constructor for class com.netflix.genie.common.internal.dtos.JobEnvironmentRequest.Builder
-
Constructor.
- Builder() - Constructor for class com.netflix.genie.web.scripts.ResourceSelectorScriptResult.Builder
- Builder(ApplicationMetadata) - Constructor for class com.netflix.genie.common.internal.dtos.ApplicationRequest.Builder
-
Constructor which has required fields.
- Builder(ClusterMetadata) - Constructor for class com.netflix.genie.common.internal.dtos.ClusterRequest.Builder
-
Constructor which has required fields.
- Builder(CommandMetadata, List<String>) - Constructor for class com.netflix.genie.common.internal.dtos.CommandRequest.Builder
-
Constructor which has required fields.
- Builder(JobMetadata, ExecutionResourceCriteria) - Constructor for class com.netflix.genie.common.internal.dtos.ApiJobRequest.Builder
-
Constructor with required parameters.
- Builder(JobMetadata, ExecutionResourceCriteria, AgentConfigRequest) - Constructor for class com.netflix.genie.common.internal.dtos.AgentJobRequest.Builder
-
Constructor with required parameters.
- Builder(JobRequest, JobRequestMetadata) - Constructor for class com.netflix.genie.web.dtos.JobSubmission.Builder
-
Constructor with required parameters.
- Builder(JobStatus, String, int) - Constructor for class com.netflix.genie.agent.execution.process.JobProcessResult.Builder
-
Constructor.
- Builder(RegexRuleSet.Response) - Constructor for class com.netflix.genie.common.internal.util.RegexRuleSet.Builder
-
Constructor.
- Builder(Class<?>) - Constructor for class com.netflix.genie.web.dtos.ResourceSelectionResult.Builder
-
Constructor.
- Builder(String) - Constructor for class com.netflix.genie.common.dto.JobExecution.Builder
-
Constructor which has required fields.
- Builder(String, String) - Constructor for class com.netflix.genie.common.internal.dtos.JobMetadata.Builder
-
Constructor which will set a default version of 0.1.
- Builder(String, String, String) - Constructor for class com.netflix.genie.common.dto.CommonDTO.Builder
- Builder(String, String, String) - Constructor for class com.netflix.genie.common.dto.ExecutionEnvironmentDTO.Builder
-
Constructor with required fields.
- Builder(String, String, String) - Constructor for class com.netflix.genie.common.dto.Job.Builder
-
Constructor which has required fields.
- Builder(String, String, String) - Constructor for class com.netflix.genie.common.internal.dtos.CommonMetadata.Builder
-
Constructor with required fields.
- Builder(String, String, String) - Constructor for class com.netflix.genie.common.internal.dtos.JobMetadata.Builder
-
Constructor which has required fields.
- Builder(String, String, String, ApplicationStatus) - Constructor for class com.netflix.genie.common.dto.Application.Builder
-
Constructor which has required fields.
- Builder(String, String, String, ClusterStatus) - Constructor for class com.netflix.genie.common.dto.Cluster.Builder
-
Constructor which has required fields.
- Builder(String, String, String, CommandStatus, String, long) - Constructor for class com.netflix.genie.common.dto.Command.Builder
-
Deprecated.
- Builder(String, String, String, CommandStatus, List<String>) - Constructor for class com.netflix.genie.common.dto.Command.Builder
-
Constructor with required fields.
- Builder(String, String, String, CommandStatus, List<String>, long) - Constructor for class com.netflix.genie.common.dto.Command.Builder
-
Deprecated.
- Builder(String, String, String, ApplicationStatus) - Constructor for class com.netflix.genie.common.internal.dtos.ApplicationMetadata.Builder
-
Constructor which has required fields.
- Builder(String, String, String, ClusterStatus) - Constructor for class com.netflix.genie.common.internal.dtos.ClusterMetadata.Builder
-
Constructor which has required fields.
- Builder(String, String, String, CommandStatus) - Constructor for class com.netflix.genie.common.internal.dtos.CommandMetadata.Builder
-
Constructor which has required fields.
- Builder(String, String, String, String) - Constructor for class com.netflix.genie.common.dto.Job.Builder
-
Deprecated.
- Builder(String, String, String, String, Instant, JobStatus, List<String>, Criterion, List<Criterion>) - Constructor for class com.netflix.genie.common.internal.dtos.FinishedJob.Builder
-
Constructor with required fields.
- Builder(String, String, String, String, List<ClusterCriteria>, Set<String>) - Constructor for class com.netflix.genie.common.dto.JobRequest.Builder
-
Deprecated.
- Builder(String, String, String, List<ClusterCriteria>, Set<String>) - Constructor for class com.netflix.genie.common.dto.JobRequest.Builder
-
Constructor which has required fields.
- buildWhitelist(String...) - Static method in class com.netflix.genie.common.internal.util.RegexRuleSet
-
Factory method to build a whitelist ruleset.
- buildWhitelist(Pattern...) - Static method in class com.netflix.genie.common.internal.util.RegexRuleSet
-
Factory method to build a whitelist ruleset.
C
- 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.
- CLAIM_JOB - Enum constant in enum class com.netflix.genie.agent.execution.statemachine.States
-
Claim the job for execution.
- claimed - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- CLAIMED - Enum constant in enum class com.netflix.genie.common.dto.JobStatus
-
The job has been claimed by a running agent.
- CLAIMED - Enum constant in enum class com.netflix.genie.common.internal.dtos.JobStatus
-
The job has been claimed by a running agent.
- 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(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 byagentClientMetadata
. - 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 byagentClientMetadata
. - 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 byagentClientMetadata
. - 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 byagentClientMetadata
. - 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.
- 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.
- CLEAN - Enum constant in enum class com.netflix.genie.agent.execution.statemachine.States
-
Clean job directory post-execution.
- 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 class 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
-
Provide a
ArgumentDelegates.CleanupArguments
. - 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 Class 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.internal.dtos
-
Common base for API and Agent client metadata.
- ClientMetadata(String) - Constructor for class com.netflix.genie.common.internal.dtos.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 - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- Cluster - Class in com.netflix.genie.common.dto
-
Cluster DTO object.
- Cluster - Class in com.netflix.genie.common.internal.dtos
-
An immutable V4 Cluster resource.
- Cluster(Cluster.Builder) - Constructor for class com.netflix.genie.common.dto.Cluster
-
Constructor used only by the build() method of the builder.
- Cluster(String, Instant, Instant, ExecutionEnvironment, ClusterMetadata) - Constructor for class com.netflix.genie.common.internal.dtos.Cluster
-
Constructor.
- CLUSTER - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- 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.
- Cluster.Builder - Class in com.netflix.genie.common.dto
-
A builder to create clusters.
- ClusterClient - Class in com.netflix.genie.client
-
Client library for the Cluster Service.
- ClusterClient(String, List<Interceptor>, GenieNetworkConfiguration) - Constructor for class com.netflix.genie.client.ClusterClient
-
Deprecated.
- ClusterClient(Retrofit) - Constructor for class com.netflix.genie.client.ClusterClient
-
Constructor.
- 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_
- 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.
- 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'sLeaderInitiator
(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
-
Implementation of
ClusterLeaderService
using statically configuredLocalLeader
module. - ClusterLeaderServiceLocalLeaderImpl(LocalLeader) - Constructor for class com.netflix.genie.web.services.impl.ClusterLeaderServiceLocalLeaderImpl
-
Constructor.
- ClusterMetadata - Class in com.netflix.genie.common.internal.dtos
-
Metadata supplied by a user for a Cluster resource.
- ClusterMetadata.Builder - Class in com.netflix.genie.common.internal.dtos
-
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
-
Predicate
generation helpers for queryingClusterEntity
. - ClusterRequest - Class in com.netflix.genie.common.internal.dtos
-
Fields representing all the values users can set when creating a new Cluster resource.
- ClusterRequest.Builder - Class in com.netflix.genie.common.internal.dtos
-
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
-
Extension of
ResourceSelectionContext
to include specific data useful in cluster selection. - 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 aJobRequest
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 Class in com.netflix.genie.common.dto
-
The possible statuses for a cluster.
- ClusterStatus - Enum Class in com.netflix.genie.common.internal.dtos
-
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.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.converters - package com.netflix.genie.common.internal.dtos.converters
-
Package for converting gRPC messages to V4 DTOs and vice versa.
- 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
-
Data objects specific to implementations of
AgentLauncher
. - 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 - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- Command - Class in com.netflix.genie.common.dto
-
A command data transfer object.
- Command - Class in com.netflix.genie.common.internal.dtos
-
An immutable V4 Command resource.
- Command(Command.Builder) - Constructor for class com.netflix.genie.common.dto.Command
-
Constructor used by the builder.
- Command(String, Instant, Instant, ExecutionEnvironment, CommandMetadata, List<String>, List<Criterion>, ComputeResources, Map<String, Image>) - Constructor for class com.netflix.genie.common.internal.dtos.Command
-
Constructor.
- COMMAND - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- 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_INIT_FAIL - Enum constant in enum class com.netflix.genie.agent.cli.ExitCode
-
The selected agent command failed to initialize.
- 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.
- Command.Builder - Class in com.netflix.genie.common.dto
-
A builder to create 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(String, List<Interceptor>, GenieNetworkConfiguration) - Constructor for class com.netflix.genie.client.CommandClient
-
Deprecated.
- CommandClient(Retrofit) - Constructor for class com.netflix.genie.client.CommandClient
-
Constructor.
- 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.internal.dtos
-
Metadata supplied by a user for a Command resource.
- CommandMetadata.Builder - Class in com.netflix.genie.common.internal.dtos
-
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
-
Predicate
generation helpers for queryingCommandEntity
. - CommandRequest - Class in com.netflix.genie.common.internal.dtos
-
Fields representing all the values users can set when creating a new Command resource.
- CommandRequest.Builder - Class in com.netflix.genie.common.internal.dtos
-
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
-
Extension of
ResourceSelectionContext
to include specific data useful in command selection. - CommandSelectionContext(String, JobRequest, boolean, Map<Command, Set<Cluster>>) - Constructor for class com.netflix.genie.web.selectors.CommandSelectionContext
-
Constructor.
- 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. - 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 aJobRequest
. - 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
-
Properties for
CommandSelectorManagedScript
. - 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 Class in com.netflix.genie.common.dto
-
The available statuses for Commands.
- CommandStatus - Enum Class in com.netflix.genie.common.internal.dtos
-
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.internal.dtos
-
Metadata fields common to all Genie resources (Jobs, clusters, etc).
- CommonMetadata(CommonMetadata.Builder) - Constructor for class com.netflix.genie.common.internal.dtos.CommonMetadata
-
Constructor.
- CommonMetadata.Builder<T extends CommonMetadata.Builder> - Class in com.netflix.genie.common.internal.dtos
-
Builder for common fields.
- CommonRequest - Interface in com.netflix.genie.common.internal.dtos
-
Common fields for Resource requests (clusters, commands, jobs, etc).
- CommonResource - Class in com.netflix.genie.common.internal.dtos
-
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.
- ComputeResources - Class in com.netflix.genie.common.internal.dtos
-
A representation of compute resources that a Genie entity (job/command/etc.) may request or use.
- ComputeResources.Builder - Class in com.netflix.genie.common.internal.dtos
-
Builder for generating immutable
ComputeResources
instances. - 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.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.JobEntity_
- 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.CommandEntity_
- 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.).
- CONFIGURE_AGENT - Enum constant in enum class com.netflix.genie.agent.execution.statemachine.States
-
Configure the agent based on server-provided values.
- CONFIGURE_EXECUTION - Enum constant in enum class com.netflix.genie.agent.execution.statemachine.States
-
Configure the execution based on command-line arguments.
- 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
-
Provide a lazy
ConsoleLogListener
bean. - 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.
- CONTAINER_NETWORK_MODE - Static variable in class com.netflix.genie.web.properties.TitusAgentLauncherProperties
-
The property for titus container network mode.
- ContainerConstraints() - Constructor for class com.netflix.genie.web.agent.launchers.dtos.TitusBatchJobRequest.ContainerConstraints
- ContainerImage - Class in com.netflix.genie.common.dto
-
Representation of metadata corresponding to the container image (docker, etc.) that the job should be launched in.
- ContainerImage.Builder - Class in com.netflix.genie.common.dto
-
Builder for immutable instances of
ContainerImage
. - 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
- convertToDatabaseColumn(Long) - Method in class com.netflix.genie.web.data.services.impl.jpa.converters.IntegerToLongConverter
- convertToEntityAttribute(Integer) - Method in class com.netflix.genie.web.data.services.impl.jpa.converters.IntegerToLongConverter
- 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.
- cpu - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity_
- CPU - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity_
- CPU_USED - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- cpuUsed - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- CREATE_JOB_DIRECTORY - Enum constant in enum class com.netflix.genie.agent.execution.statemachine.States
-
Create the job directory.
- CREATE_JOB_SCRIPT - Enum constant in enum class com.netflix.genie.agent.execution.statemachine.States
-
Create the job script (a.k.a.
- 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 class com.netflix.genie.web.apis.rest.v3.controllers.ClusterRestController
-
Create cluster configuration.
- 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.
- createCommand(Command) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Create a Command 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.
- created - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.AuditEntity_
- CREATED - Enum constant in enum class com.netflix.genie.client.apis.SortAttribute
-
Creation date.
- 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.dto
-
Representation of various criterion options available.
- Criterion - Class in com.netflix.genie.common.internal.dtos
-
Representation of various criterion options available.
- Criterion(Criterion, String) - Constructor for class com.netflix.genie.common.dto.Criterion
-
Copy the contents of the given
Criterion
but use the supplied status. - Criterion(Criterion, String) - Constructor for class com.netflix.genie.common.internal.dtos.Criterion
-
Copy the contents of the given
Criterion
but use the supplied status. - Criterion.Builder - Class in com.netflix.genie.common.dto
-
Builder for creating a Criterion instance.
- Criterion.Builder - Class in com.netflix.genie.common.internal.dtos
-
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 ifLeaderInitiator
is available and the bean does not already exist.
D
- DataAutoConfiguration - Class in com.netflix.genie.web.spring.autoconfigure.data
-
Default auto configuration of data related services and beans for Genie.
- DataAutoConfiguration() - Constructor for class com.netflix.genie.web.spring.autoconfigure.data.DataAutoConfiguration
- DatabaseCleanupProperties - Class in com.netflix.genie.web.properties
-
Properties controlling the behavior of the database cleanup leadership task.
- DatabaseCleanupProperties() - Constructor for class com.netflix.genie.web.properties.DatabaseCleanupProperties
- DatabaseCleanupProperties.ApplicationDatabaseCleanupProperties - Class in com.netflix.genie.web.properties
-
Properties related to cleaning up application records from the database.
- DatabaseCleanupProperties.ClusterDatabaseCleanupProperties - Class in com.netflix.genie.web.properties
-
Properties related to cleaning up cluster records from the database.
- DatabaseCleanupProperties.CommandDatabaseCleanupProperties - Class in com.netflix.genie.web.properties
-
Properties related to cleaning up command records from the database.
- DatabaseCleanupProperties.CommandDeactivationDatabaseCleanupProperties - Class in com.netflix.genie.web.properties
-
Properties related to setting Commands to INACTIVE status in the database.
- DatabaseCleanupProperties.FileDatabaseCleanupProperties - Class in com.netflix.genie.web.properties
-
Properties related to cleaning up file records from the database.
- DatabaseCleanupProperties.JobDatabaseCleanupProperties - Class in com.netflix.genie.web.properties
-
Properties related to cleaning up job records from the database.
- DatabaseCleanupProperties.TagDatabaseCleanupProperties - Class in com.netflix.genie.web.properties
-
Properties related to cleaning up tag records from the database.
- databaseCleanupTask(DatabaseCleanupProperties, Environment, DataServices, MeterRegistry) - Method in class com.netflix.genie.web.spring.autoconfigure.tasks.leader.LeaderAutoConfiguration
-
Create a
DatabaseCleanupTask
if one is required. - DatabaseCleanupTask - Class in com.netflix.genie.web.tasks.leader
-
A
LeaderTask
which will clean up the database of old records if desired. - DatabaseCleanupTask(DatabaseCleanupProperties, Environment, DataServices, MeterRegistry) - Constructor for class com.netflix.genie.web.tasks.leader.DatabaseCleanupTask
-
Constructor.
- dataOperation() - Method in class com.netflix.genie.web.aspects.SystemArchitecture
-
A data service operation is the execution of any method defined on a dao interface.
- DataServiceRetryAspect - Class in com.netflix.genie.web.aspects
-
Aspect implementation of retrying the data service methods on certain failures.
- DataServiceRetryAspect(DataServiceRetryProperties) - Constructor for class com.netflix.genie.web.aspects.DataServiceRetryAspect
-
Constructor.
- DataServiceRetryProperties - Class in com.netflix.genie.web.properties
-
All properties related to data service retry template in Genie.
- DataServiceRetryProperties() - Constructor for class com.netflix.genie.web.properties.DataServiceRetryProperties
- DataServices - Class in com.netflix.genie.web.data.services
-
Container class for encapsulating all the various data related services in Genie to ease dependency patterns.
- DataServices() - Constructor for class com.netflix.genie.web.data.services.DataServices
- DEFAULT - Static variable in enum class com.netflix.genie.client.apis.SortAttribute
-
Default sort attribute.
- DEFAULT - Static variable in enum class com.netflix.genie.client.apis.SortDirection
-
Default sort direction.
- DEFAULT_CHECK_DELAY - Static variable in class com.netflix.genie.common.dto.Command
-
The default amount of time to wait between job process checks.
- DEFAULT_COUNT - Static variable in class com.netflix.genie.web.properties.JobsActiveLimitProperties
-
Default value for active user job limit count.
- DEFAULT_ENABLED - Static variable in class com.netflix.genie.web.properties.JobsActiveLimitProperties
-
Default value for active user job limit enabled.
- DEFAULT_NUM_RETRIES - Static variable in class com.netflix.genie.client.configs.GenieNetworkConfiguration
-
The default number of times to retry connections if desired.
- DEFAULT_STRATEGY - Static variable in enum class com.netflix.genie.agent.execution.CleanupStrategy
-
The default strategy.
- DEFAULT_TIMEOUT - Static variable in class com.netflix.genie.client.configs.GenieNetworkConfiguration
-
Default network timeout value if not specified.
- DEFAULT_TIMEOUT_DURATION - Static variable in class com.netflix.genie.common.dto.JobRequest
-
The default number of seconds from start before a job times out.
- DefaultBraveTagAdapterImpl - Class in com.netflix.genie.common.internal.tracing.brave.impl
-
Default implementation of
BraveTagAdapter
which is just a proxy for the actual call. - DefaultBraveTagAdapterImpl() - Constructor for class com.netflix.genie.common.internal.tracing.brave.impl.DefaultBraveTagAdapterImpl
- DefaultDirectoryWriter - Class in com.netflix.genie.web.resources.writers
-
A default directory writer implementation.
- DefaultDirectoryWriter() - Constructor for class com.netflix.genie.web.resources.writers.DefaultDirectoryWriter
- DefaultDirectoryWriter.Directory - Class in com.netflix.genie.web.resources.writers
-
DTO for representing a directory contents.
- DefaultDirectoryWriter.Entry - Class in com.netflix.genie.web.resources.writers
-
DTO for representing information about an entry within a job directory.
- DefaultImage() - Constructor for class com.netflix.genie.web.properties.JobResolutionProperties.DefaultImage
-
Constructor.
- delayedStateActionRetry(States, long) - Method in class com.netflix.genie.agent.execution.statemachine.listeners.ConsoleLogListener
-
Invoked when the state machine is about to wait before retrying the action associated to the given state as a result of a retryable exception on the previous attempt.
- delayedStateActionRetry(States, long) - Method in interface com.netflix.genie.agent.execution.statemachine.listeners.JobExecutionListener
-
Invoked when the state machine is about to wait before retrying the action associated to the given state as a result of a retryable exception on the previous attempt.
- delayedStateActionRetry(States, long) - Method in class com.netflix.genie.agent.execution.statemachine.listeners.LoggingListener
-
Invoked when the state machine is about to wait before retrying the action associated to the given state as a result of a retryable exception on the previous attempt.
- deleteAllApplications() - Method in interface com.netflix.genie.client.apis.ApplicationService
-
Method to delete all applications in Genie.
- deleteAllApplications() - Method in class com.netflix.genie.client.ApplicationClient
-
Method to delete all applications from Genie.
- deleteAllApplications() - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ApplicationRestController
-
Delete all applications from database.
- deleteAllApplications() - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Delete all applications from the system.
- deleteAllApplications() - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Delete all applications from the system.
- deleteAllClusters() - Method in interface com.netflix.genie.client.apis.ClusterService
-
Method to delete all clusters in Genie.
- deleteAllClusters() - Method in class com.netflix.genie.client.ClusterClient
-
Method to delete all clusters from Genie.
- deleteAllClusters() - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ClusterRestController
-
Delete all clusters from database.
- deleteAllClusters() - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Delete all clusters from database.
- deleteAllClusters() - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Delete all clusters from database.
- deleteAllCommands() - Method in interface com.netflix.genie.client.apis.CommandService
-
Method to delete all commands in Genie.
- deleteAllCommands() - Method in class com.netflix.genie.client.CommandClient
-
Method to delete all commands from Genie.
- deleteAllCommands() - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Delete all applications from database.
- deleteAllCommands() - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Delete all commands from the system.
- deleteAllCommands() - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Delete all commands from the system.
- deleteApplication(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Delete an
Application
from the system. - deleteApplication(String) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Delete an
Application
from the system. - deleteApplication(String) - Method in interface com.netflix.genie.client.apis.ApplicationService
-
Method to delete a application in Genie.
- deleteApplication(String) - Method in class com.netflix.genie.client.ApplicationClient
-
Method to delete a application from Genie.
- deleteApplication(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ApplicationRestController
-
Delete an application configuration from database.
- deleteByIdIn(Set<Long>) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaBaseRepository
-
Delete all entities whose ids are contained in the given set of ids.
- deleteByIdIn(Set<Long>) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaFileRepository
-
Delete all files from the database that are in the current set of ids.
- deleteByIdIn(Set<Long>) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaTagRepository
-
Delete all tags from the database whose ids are in the supplied set.
- deleteCluster(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Delete a
Cluster
by id. - deleteCluster(String) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Delete a
Cluster
by id. - deleteCluster(String) - Method in interface com.netflix.genie.client.apis.ClusterService
-
Method to delete a cluster in Genie.
- deleteCluster(String) - Method in class com.netflix.genie.client.ClusterClient
-
Method to delete a cluster from Genie.
- deleteCluster(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ClusterRestController
-
Delete a cluster configuration.
- deleteCommand(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Delete a
Command
from system. - deleteCommand(String) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Delete a
Command
from system. - deleteCommand(String) - Method in interface com.netflix.genie.client.apis.CommandService
-
Method to delete a command in Genie.
- deleteCommand(String) - Method in class com.netflix.genie.client.CommandClient
-
Method to delete a command from Genie.
- deleteCommand(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Delete a command.
- deleteJobsCreatedBefore(Instant, Set<JobStatus>, int) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
This method will delete a chunk of jobs whose creation time is earlier than the given date.
- deleteJobsCreatedBefore(Instant, Set<JobStatus>, int) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
This method will delete a chunk of jobs whose creation time is earlier than the given date.
- deleteUnusedApplications(Instant, int) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Delete any unused applications that were created before the given time.
- deleteUnusedApplications(Instant, int) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Delete any unused applications that were created before the given time.
- deleteUnusedClusters(Set<ClusterStatus>, Instant, int) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Delete all clusters that are in one of the given states, aren't attached to any jobs and were created before the given time.
- deleteUnusedClusters(Set<ClusterStatus>, Instant, int) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Delete all clusters that are in one of the given states, aren't attached to any jobs and were created before the given time.
- deleteUnusedCommands(Set<CommandStatus>, Instant, int) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Bulk delete commands from the database where their status is in deleteStatuses they were created before commandCreatedThreshold and they aren't attached to any jobs still in the database.
- deleteUnusedCommands(Set<CommandStatus>, Instant, int) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Bulk delete commands from the database where their status is in deleteStatuses they were created before commandCreatedThreshold and they aren't attached to any jobs still in the database.
- deleteUnusedFiles(Instant, Instant, int) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Delete all files from the database that aren't referenced which were created between the supplied threshold bounds.
- deleteUnusedFiles(Instant, Instant, int) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Delete all files from the database that aren't referenced which were created between the supplied threshold bounds.
- deleteUnusedTags(Instant, Instant, int) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Delete all tags from the database that aren't referenced which were created between the supplied threshold bounds.
- deleteUnusedTags(Instant, Instant, int) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Delete all tags from the database that aren't referenced which were created between the supplied threshold bounds.
- dependencies - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.ApplicationEntity_
- dependencies - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.ClusterEntity_
- dependencies - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity_
- dependencies - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- DEPENDENCIES - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.ApplicationEntity_
- DEPENDENCIES - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.ClusterEntity_
- DEPENDENCIES - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity_
- DEPENDENCIES - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- DEPENDENCIES_CLEANUP - Enum constant in enum class com.netflix.genie.agent.execution.CleanupStrategy
-
Clean the contents of dependencies sub-directories, leave the rest.
- DEPENDENCY_FILE_PATH_PREFIX - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
File Path prefix to be used while creating paths for dependency files downloaded by Genie to local dir.
- DEPRECATED - Enum constant in enum class com.netflix.genie.common.dto.ApplicationStatus
-
Application is deprecated, and will be made inactive in the future.
- DEPRECATED - Enum constant in enum class com.netflix.genie.common.dto.CommandStatus
-
Command is deprecated, and will be made inactive in the future.
- DEPRECATED - Enum constant in enum class com.netflix.genie.common.internal.dtos.ApplicationStatus
-
Application is deprecated, and will be made inactive in the future.
- DEPRECATED - Enum constant in enum class com.netflix.genie.common.internal.dtos.CommandStatus
-
Command is deprecated, and will be made inactive in the future.
- DESC - Enum constant in enum class com.netflix.genie.client.apis.SortDirection
-
Descending.
- description - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.BaseEntity_
- DESCRIPTION - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.BaseEntity_
- DETERMINE_FINAL_STATUS - Enum constant in enum class com.netflix.genie.agent.execution.statemachine.States
-
Determine the job final status to publish to server.
- DetermineJobFinalStatusStage - Class in com.netflix.genie.agent.execution.statemachine.stages
-
Sends the server the final job status, if the job reached a state where it is appropriate to do so.
- DetermineJobFinalStatusStage() - Constructor for class com.netflix.genie.agent.execution.statemachine.stages.DetermineJobFinalStatusStage
-
Constructor.
- Directory() - Constructor for class com.netflix.genie.web.resources.writers.DefaultDirectoryWriter.Directory
- DirectoryManifest - Class in com.netflix.genie.common.internal.dtos
-
A manifest of all the files and subdirectories in a directory.
- DirectoryManifest(Set<DirectoryManifest.ManifestEntry>) - Constructor for class com.netflix.genie.common.internal.dtos.DirectoryManifest
-
Create a manifest from an existing set of entries.
- DirectoryManifest.Factory - Class in com.netflix.genie.common.internal.dtos
-
Factory that encapsulates directory manifest creation.
- DirectoryManifest.Filter - Interface in com.netflix.genie.common.internal.dtos
-
This interface defines a filter function used during creation of the manifest.
- DirectoryManifest.ManifestEntry - Class in com.netflix.genie.common.internal.dtos
-
Representation of the metadata for a job file on a given underlying storage system.
- directoryManifestFactory(DirectoryManifest.Filter) - Method in class com.netflix.genie.common.internal.configs.CommonServicesAutoConfiguration
-
Provide a
DirectoryManifest.Factory
if no override is defined. - directoryManifestFilter(RegexDirectoryManifestProperties) - Method in class com.netflix.genie.common.internal.configs.CommonServicesAutoConfiguration
-
Provide a
DirectoryManifest.Filter
that filters files and/or prunes directories based on a set of regular expression patterns provided via properties. - directoryToHTML(String, DefaultDirectoryWriter.Directory) - Static method in class com.netflix.genie.web.resources.writers.DefaultDirectoryWriter
-
Given the provided information render as an HTML string.
- directoryWriter() - Method in class com.netflix.genie.web.spring.autoconfigure.apis.ApisAutoConfiguration
-
Get the directory writer to use.
- DirectoryWriter - Interface in com.netflix.genie.web.resources.writers
-
Interface for methods to convert a directory to various String representations.
- DISABLED - Enum constant in enum class com.netflix.genie.common.dto.ArchiveStatus
-
Archiving was disabled, files are not archived.
- DISABLED - Enum constant in enum class com.netflix.genie.common.internal.dtos.ArchiveStatus
-
Archiving was disabled, files are not archived.
- DISK_MB - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity_
- DISK_MB_USED - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- DiskCleanupProperties - Class in com.netflix.genie.web.properties
-
Properties controlling the behavior of the database cleanup leadership task.
- DiskCleanupProperties() - Constructor for class com.netflix.genie.web.properties.DiskCleanupProperties
- diskCleanupTask(DiskCleanupProperties, TaskScheduler, Resource, DataServices, JobsProperties, Executor, MeterRegistry) - Method in class com.netflix.genie.web.spring.autoconfigure.tasks.node.NodeAutoConfiguration
-
If required get a
DiskCleanupTask
instance for use. - DiskCleanupTask - Class in com.netflix.genie.web.tasks.node
-
This task runs on every Genie node and is responsible for cleaning up the local disk so that space can be recaptured.
- DiskCleanupTask(DiskCleanupProperties, TaskScheduler, Resource, DataServices, JobsProperties, Executor, MeterRegistry) - Constructor for class com.netflix.genie.web.tasks.node.DiskCleanupTask
-
Constructor.
- diskMb - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity_
- diskMbUsed - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- DisruptionBudget() - Constructor for class com.netflix.genie.web.agent.launchers.dtos.TitusBatchJobRequest.DisruptionBudget
- doAction(LeaderElectionActuator.Action) - Method in class com.netflix.genie.web.spring.actuators.LeaderElectionActuator
-
Forces the node to leave the leader election, then re-join it.
- DONE - Enum constant in enum class com.netflix.genie.agent.execution.statemachine.States
-
Final stage.
- download(DownloadService.Manifest) - Method in interface com.netflix.genie.agent.execution.services.DownloadService
-
Download all files as per provided manifest.
- DOWNLOAD_DEPENDENCIES - Enum constant in enum class com.netflix.genie.agent.execution.statemachine.States
-
Download dependencies.
- downloadCommand(DownloadCommand.DownloadCommandArguments, DownloadService) - Method in class com.netflix.genie.agent.cli.CliAutoConfiguration
-
Provide a lazy bean definition for a
DownloadCommand
. - downloadCommandArguments(ArgumentDelegates.CacheArguments) - Method in class com.netflix.genie.agent.cli.CliAutoConfiguration
-
Provide a bean for arguments for a download command.
- DownloadDependenciesStage - Class in com.netflix.genie.agent.execution.statemachine.stages
-
Download dependencies such as binaries and configurations attached to the job and its dependent entities.
- DownloadDependenciesStage(JobSetupService) - Constructor for class com.netflix.genie.agent.execution.statemachine.stages.DownloadDependenciesStage
-
Constructor.
- DownloadException - Exception in com.netflix.genie.agent.execution.exceptions
-
Exception thrown by services that fail to download dependencies for a job.
- DownloadException(String) - Constructor for exception com.netflix.genie.agent.execution.exceptions.DownloadException
-
Constructor with message.
- DownloadException(String, Throwable) - Constructor for exception com.netflix.genie.agent.execution.exceptions.DownloadException
-
Constructor with message and cause.
- downloadJobResources(JobSpecification, File) - Method in interface com.netflix.genie.agent.execution.services.JobSetupService
-
Downloads and stages all the job files (dependencies, configurations, ...) into the job directory.
- downloadService(FetchingCacheService) - Method in class com.netflix.genie.agent.execution.services.impl.ServicesAutoConfiguration
-
Provide a lazy
DownloadService
bean if one hasn't already been defined. - DownloadService - Interface in com.netflix.genie.agent.execution.services
-
Service to download a set of files to local disk.
- DownloadService.Manifest - Interface in com.netflix.genie.agent.execution.services
-
Manifest containing source (URIs) and their expected destination on disk after download.
- DownloadService.Manifest.Builder - Interface in com.netflix.genie.agent.execution.services
-
Builder for Manifest.
- dryRunJobSpecificationResolution(JobRequest) - Method in interface com.netflix.genie.web.agent.services.AgentJobService
-
Run the job specification resolution algorithm on the given input but save nothing in the system.
- dryRunJobSpecificationResolution(JobRequest) - Method in class com.netflix.genie.web.agent.services.impl.AgentJobServiceImpl
-
Run the job specification resolution algorithm on the given input but save nothing in the system.
- 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 construct an Application DTO. - DTO_ENTITY_GRAPH - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.ClusterEntity
-
The name of the
EntityGraph
which will eagerly load everything needed to construct a Cluster DTO. - 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 everything needed to construct a Command DTO. - DtoConverters - Class in com.netflix.genie.common.internal.dtos.converters
-
Utility class to help convert between V3 and internal DTOs.
- DYNAMIC_PROPERTIES_PREFIX - Static variable in class com.netflix.genie.web.properties.AgentConfigurationProperties
-
The prefix that properties need to match in order to be forwarded to agents during configuration.
E
- email - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- EMAIL - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- ENABLE_PROPERTY - Static variable in class com.netflix.genie.web.properties.LocalAgentLauncherProperties
-
Name of the property that enables/disables the launcher.
- ENABLE_PROPERTY - Static variable in class com.netflix.genie.web.properties.TitusAgentLauncherProperties
-
Name of the property that enables
TitusAgentLauncherImpl
. - ENABLED_PROPERTY - Static variable in class com.netflix.genie.web.properties.AgentCleanupProperties
-
The property that determines if the
AgentJobCleanupTask
is enabled. - ENABLED_PROPERTY - Static variable in class com.netflix.genie.web.properties.ArchiveStatusCleanupProperties
-
Determines whether the
ArchiveStatusCleanupTask
is active. - ENABLED_PROPERTY - Static variable in class com.netflix.genie.web.properties.DatabaseCleanupProperties
-
The property key for whether this feature is enabled or not.
- ENABLED_PROPERTY - Static variable in class com.netflix.genie.web.properties.DiskCleanupProperties
-
The property key for whether this feature is enabled or not.
- ENABLED_PROPERTY - Static variable in class com.netflix.genie.web.properties.GRpcServerProperties
-
The property key to enable or disable gRPC services on the server.
- ENABLED_PROPERTY - Static variable in class com.netflix.genie.web.properties.JobsActiveLimitProperties
-
The property key for whether this feature is enabled or not.
- ENABLED_PROPERTY - Static variable in class com.netflix.genie.web.properties.JobsForwardingProperties
-
The property key for whether this feature is enabled or not.
- ENABLED_PROPERTY - Static variable in class com.netflix.genie.web.properties.LeadershipProperties
-
The property key for whether this feature is enabled or not.
- ENABLED_PROPERTY - Static variable in class com.netflix.genie.web.properties.SNSNotificationsProperties
-
The property that determines if the SNS publishing is enabled.
- ENABLED_PROPERTY - Static variable in class com.netflix.genie.web.properties.UserMetricsProperties
-
The property that determines if the
UserMetricsTask
is enabled. - ENTITY_VERSION - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.AuditEntity_
- EntityModelAssemblers - Class in com.netflix.genie.web.apis.rest.v3.hateoas.assemblers
-
A simple container DTO for passing all known resource assemblers around.
- EntityModelAssemblers() - Constructor for class com.netflix.genie.web.apis.rest.v3.hateoas.assemblers.EntityModelAssemblers
- EntityV3DtoConverters - Class in com.netflix.genie.web.data.services.impl.jpa.converters
-
Converters between entities and V3 DTOs.
- EntityV4DtoConverters - Class in com.netflix.genie.web.data.services.impl.jpa.converters
-
Utility methods for converting from DTO to entities and vice versa.
- entityVersion - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.AuditEntity_
- Entry() - Constructor for class com.netflix.genie.web.resources.writers.DefaultDirectoryWriter.Entry
- ENVIRONMENT_VARIABLES - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- environmentVariables - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- EnvVarBraveTracePropagatorImpl - Class in com.netflix.genie.common.internal.tracing.brave.impl
- EnvVarBraveTracePropagatorImpl() - Constructor for class com.netflix.genie.common.internal.tracing.brave.impl.EnvVarBraveTracePropagatorImpl
- equals(Object) - Method in class com.netflix.genie.common.dto.ContainerImage
- equals(Object) - Method in class com.netflix.genie.common.dto.Runtime
- equals(Object) - Method in class com.netflix.genie.common.dto.RuntimeResources
- equals(Object) - Method in class com.netflix.genie.common.internal.dtos.ComputeResources
- equals(Object) - Method in class com.netflix.genie.common.internal.dtos.Image
- equals(Object) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.ApplicationEntity
- equals(Object) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.AuditEntity
- equals(Object) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.BaseEntity
- equals(Object) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.ClusterEntity
- equals(Object) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity
- equals(Object) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.CriterionEntity
- equals(Object) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.IdEntity
- equals(Object) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
- equals(Object) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.UniqueIdEntity
- evaluate(String) - Method in class com.netflix.genie.common.internal.util.RegexRuleSet
-
Evaluate an input string against the rule set.
- evaluateScript(URI, Bindings, long) - Method in class com.netflix.genie.web.scripts.ScriptManager
-
Evaluate a given script.
- evaluateScript(Map<String, Object>) - Method in class com.netflix.genie.web.scripts.ManagedScript
- EventsAutoConfiguration - Class in com.netflix.genie.web.spring.autoconfigure.events
-
Configuration related to Eventing within the Genie application.
- EventsAutoConfiguration() - Constructor for class com.netflix.genie.web.spring.autoconfigure.events.EventsAutoConfiguration
- EXCEPTION_CLASS - Static variable in class com.netflix.genie.web.util.MetricsConstants.TagKeys
-
Key to tag metrics with exception class.
- EXCEPTIONS_FILTER_NAME - Static variable in class com.netflix.genie.common.external.util.GenieObjectMapper
-
The name of the
PropertyFilter
used to serialize Genie exceptions. - EXEC_ABORTED - Enum constant in enum class com.netflix.genie.agent.cli.ExitCode
-
The selected agent command was forcefully terminated before completion.
- EXEC_FAIL - Enum constant in enum class com.netflix.genie.agent.cli.ExitCode
-
The selected agent command failed to execute.
- execCommand(ExecCommand.ExecCommandArguments, JobExecutionStateMachine, KillService, AgentProperties) - Method in class com.netflix.genie.agent.cli.CliAutoConfiguration
-
Provide a lazy bean definition for an
ExecCommand
. - execCommandArguments(ArgumentDelegates.ServerArguments, ArgumentDelegates.CacheArguments, ArgumentDelegates.JobRequestArguments, ArgumentDelegates.CleanupArguments, ArgumentDelegates.RuntimeConfigurationArguments) - Method in class com.netflix.genie.agent.cli.CliAutoConfiguration
-
Provide a bean for execution command arguments.
- executable - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity_
- EXECUTABLE - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity_
- executionAborted(States, FatalJobExecutionException) - Method in class com.netflix.genie.agent.execution.statemachine.listeners.ConsoleLogListener
-
Invoked when the state machine encounters a fatal exception in a critical state, which causes the execution to abort.
- executionAborted(States, FatalJobExecutionException) - Method in interface com.netflix.genie.agent.execution.statemachine.listeners.JobExecutionListener
-
Invoked when the state machine encounters a fatal exception in a critical state, which causes the execution to abort.
- executionAborted(States, FatalJobExecutionException) - Method in class com.netflix.genie.agent.execution.statemachine.listeners.LoggingListener
-
Invoked when the state machine encounters a fatal exception in a critical state, which causes the execution to abort.
- ExecutionAutoConfiguration - Class in com.netflix.genie.agent.execution
-
Spring auto configuration for beans required for job execution.
- ExecutionAutoConfiguration() - Constructor for class com.netflix.genie.agent.execution.ExecutionAutoConfiguration
- ExecutionEnvironment - Class in com.netflix.genie.common.internal.dtos
-
Elements that should be brought into an execution environment for a given resource (job, cluster, etc).
- ExecutionEnvironment(Set<String>, Set<String>, String) - Constructor for class com.netflix.genie.common.internal.dtos.ExecutionEnvironment
-
Constructor.
- ExecutionEnvironmentDTO - Class in com.netflix.genie.common.dto
-
Base class DTO for DTOs which require a setup file.
- ExecutionEnvironmentDTO.Builder<T extends ExecutionEnvironmentDTO.Builder> - Class in com.netflix.genie.common.dto
-
A builder for helping to create instances.
- ExecutionResource(String, ExecutionEnvironment) - Constructor for class com.netflix.genie.common.internal.dtos.JobSpecification.ExecutionResource
-
Constructor.
- ExecutionResourceCriteria - Class in com.netflix.genie.common.internal.dtos
-
Container for various options for user supplying criteria for the execution environment of a job.
- ExecutionResourceCriteria(List<Criterion>, Criterion, List<String>) - Constructor for class com.netflix.genie.common.internal.dtos.ExecutionResourceCriteria
-
Constructor.
- ExecutionResourceProjection - Interface in com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4
-
A projection for fields from an entity which are needed for an
JobSpecification.ExecutionResource
. - ExecutionStage - Class in com.netflix.genie.agent.execution.statemachine
-
Abstract base class for Genie Agent stage of execution.
- ExecutionStage(States) - Constructor for class com.netflix.genie.agent.execution.statemachine.ExecutionStage
-
Constructor.
- ExecutorFactory - Class in com.netflix.genie.web.util
-
A factory for
Executor
instances. - ExecutorFactory() - Constructor for class com.netflix.genie.web.util.ExecutorFactory
- exists() - Method in class com.netflix.genie.common.internal.aws.s3.SimpleStorageRangeResource
- exists() - Method in class com.netflix.genie.web.agent.resources.AgentFileResourceImpl
- existsByFile(String) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaFileRepository
-
Find out whether a file entity with the given file value exists.
- existsByTag(String) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaTagRepository
-
Find out whether a tag entity with the given tag value exists.
- existsByUniqueId(String) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaBaseRepository
-
Find out whether an entity with the given unique id exists.
- EXIT_CODE - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- exitCode - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- ExitCode - Enum Class in com.netflix.genie.agent.cli
-
Exit codes for Genie agent.
- ExponentialBackOffTrigger - Class in com.netflix.genie.common.internal.util
-
Trigger implementation whose scheduling delay grows exponentially based on a given factor.
- ExponentialBackOffTrigger(ExponentialBackOffTriggerProperties) - Constructor for class com.netflix.genie.common.internal.util.ExponentialBackOffTrigger
-
Constructor with properties.
- ExponentialBackOffTrigger(ExponentialBackOffTrigger.DelayType, long, long, float) - Constructor for class com.netflix.genie.common.internal.util.ExponentialBackOffTrigger
-
Constructor.
- ExponentialBackOffTrigger.DelayType - Enum Class in com.netflix.genie.common.internal.util
-
How the delay is calculated.
- ExponentialBackOffTriggerProperties - Class in com.netflix.genie.common.internal.properties
-
Properties for
ExponentialBackOffTrigger
used in various places. - ExponentialBackOffTriggerProperties() - Constructor for class com.netflix.genie.common.internal.properties.ExponentialBackOffTriggerProperties
- EXPRESSION_PROPERTY - Static variable in class com.netflix.genie.web.properties.DatabaseCleanupProperties
-
The cron expression for when the cleanup task should occur.
- extract(Map<String, String>) - Method in class com.netflix.genie.common.internal.tracing.brave.impl.EnvVarBraveTracePropagatorImpl
-
Extract the trace context from the supplied set of key value pairs.
- extract(Map<String, String>) - Method in interface com.netflix.genie.common.internal.tracing.TracePropagator
-
Extract the trace context from the supplied set of key value pairs.
F
- Factory() - Constructor for class com.netflix.genie.common.internal.dtos.DirectoryManifest.Factory
-
Constructor with no filters.
- Factory(DirectoryManifest.Filter) - Constructor for class com.netflix.genie.common.internal.dtos.DirectoryManifest.Factory
-
Constructor with filter.
- Factory(Environment) - Constructor for class com.netflix.genie.common.internal.util.PropertiesMapCache.Factory
-
Constructor.
- FAILED - Enum constant in enum class com.netflix.genie.common.dto.ArchiveStatus
-
Archival of files failed, files are not archived.
- FAILED - Enum constant in enum class com.netflix.genie.common.dto.JobStatus
-
Job failed.
- FAILED - Enum constant in enum class com.netflix.genie.common.internal.dtos.ArchiveStatus
-
Archival of files failed, files are not archived.
- FAILED - Enum constant in enum class com.netflix.genie.common.internal.dtos.JobStatus
-
Job failed.
- FAILED_AGENT_CONFIGURATION - Static variable in class com.netflix.genie.common.dto.JobStatusMessages
-
The agent failed to configure itself, probably due to invalid command-line arguments.
- FAILED_AGENT_SERVER_HANDSHAKE - Static variable in class com.netflix.genie.common.dto.JobStatusMessages
-
The server refused to let the agent run a job, refusal is based on agent version or hostname.
- FAILED_AGENT_STARTUP - Static variable in class com.netflix.genie.common.dto.JobStatusMessages
-
The agent failed to start up (before any job-specific action is taken).
- FAILED_TO_CLAIM_JOB - Static variable in class com.netflix.genie.common.dto.JobStatusMessages
-
Agent failed to claim job id, job record does not exist, it is not in a state where it can be claimed.
- FAILED_TO_CREATE_JOB_DIRECTORY - Static variable in class com.netflix.genie.common.dto.JobStatusMessages
-
The agent failed to create a directory for the job.
- FAILED_TO_CREATE_JOB_SCRIPT - Static variable in class com.netflix.genie.common.dto.JobStatusMessages
-
The agent failed to compose or write a job script.
- FAILED_TO_DOWNLOAD_DEPENDENCIES - Static variable in class com.netflix.genie.common.dto.JobStatusMessages
-
The agent failed to download dependencies.
- FAILED_TO_LAUNCH_JOB - Static variable in class com.netflix.genie.common.dto.JobStatusMessages
-
The agent encountered an error while attempting to launch the job process.
- FAILED_TO_OBTAIN_JOB_SPECIFICATION - Static variable in class com.netflix.genie.common.dto.JobStatusMessages
-
The agent could not retrieve the job specifications.
- FAILED_TO_RESERVE_JOB_ID - Static variable in class com.netflix.genie.common.dto.JobStatusMessages
-
The agent failed to reserve the job id, possibly because it is already in use.
- FAILED_TO_RESOLVE_JOB - Static variable in class com.netflix.genie.common.dto.JobStatusMessages
-
Could not resolve the job.
- FAILED_TO_START_SERVICE - Static variable in class com.netflix.genie.common.dto.JobStatusMessages
-
The agent failed to initialize a required runtime service (file stream, heartbeat, kill).
- FAILED_TO_UPDATE_STATUS - Static variable in class com.netflix.genie.common.dto.JobStatusMessages
-
The agent failed to update the persisted job status via server.
- FAILED_TO_WAIT_FOR_JOB_COMPLETION - Static variable in class com.netflix.genie.common.dto.JobStatusMessages
-
The agent encountered an unhandled error while waiting for the job process to complete.
- FAILURE - Static variable in class com.netflix.genie.web.util.MetricsConstants.TagValues
-
Tag value to denote failure (used with TagKeys.STATUS).
- fatalException(States, FatalJobExecutionException) - Method in class com.netflix.genie.agent.execution.statemachine.listeners.ConsoleLogListener
-
Invoked when the state machine encounters a fatal exception while invoking the action for a given state.
- fatalException(States, FatalJobExecutionException) - Method in interface com.netflix.genie.agent.execution.statemachine.listeners.JobExecutionListener
-
Invoked when the state machine encounters a fatal exception while invoking the action for a given state.
- fatalException(States, FatalJobExecutionException) - Method in class com.netflix.genie.agent.execution.statemachine.listeners.LoggingListener
-
Invoked when the state machine encounters a fatal exception while invoking the action for a given state.
- FatalJobExecutionException - Exception in com.netflix.genie.agent.execution.statemachine
-
Fatal exception that should stop execution early.
- FatalJobExecutionException(States, String) - Constructor for exception com.netflix.genie.agent.execution.statemachine.FatalJobExecutionException
-
Constructor without cause.
- FatalJobExecutionException(States, String, Throwable) - Constructor for exception com.netflix.genie.agent.execution.statemachine.FatalJobExecutionException
-
Constructor.
- fetchingCacheService(ResourceLoader, ArgumentDelegates.CacheArguments, FileLockFactory, TaskExecutor) - Method in class com.netflix.genie.agent.execution.services.impl.ServicesAutoConfiguration
-
Provide a lazy
FetchingCacheService
instance if one hasn't already been defined. - FetchingCacheService - Interface in com.netflix.genie.agent.execution.services
-
Interface for a cache that downloads resources via URL and stores them on local disk for later reuse.
- file - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.FileEntity_
- FILE - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.FileEntity_
- FILE_CLEANUP_PROPERTY_PREFIX - Static variable in class com.netflix.genie.web.properties.DatabaseCleanupProperties.FileDatabaseCleanupProperties
-
The prefix for all properties related to cleaning up file records from the database.
- FILE_SYSTEM_JOB_ARCHIVER_PRECEDENCE - Static variable in class com.netflix.genie.common.internal.configs.CommonServicesAutoConfiguration
-
Constant allowing developers to reference the precedence in their own configuration files.
- FileDatabaseCleanupProperties() - Constructor for class com.netflix.genie.web.properties.DatabaseCleanupProperties.FileDatabaseCleanupProperties
- FileEntity - Class in com.netflix.genie.web.data.services.impl.jpa.entities
-
File Entity.
- FileEntity(String) - Constructor for class com.netflix.genie.web.data.services.impl.jpa.entities.FileEntity
-
Constructor.
- FileEntity_ - Class in com.netflix.genie.web.data.services.impl.jpa.entities
- FileEntity_() - Constructor for class com.netflix.genie.web.data.services.impl.jpa.entities.FileEntity_
- FileLock - Class in com.netflix.genie.agent.utils.locks.impl
-
CloseableLock for a file.
- FileLock(File) - Constructor for class com.netflix.genie.agent.utils.locks.impl.FileLock
-
Create a lock for the provided file.
- fileLockFactory() - Method in class com.netflix.genie.agent.spring.autoconfigure.AgentAutoConfiguration
-
Provide a lazy
FileLockFactory
. - FileLockFactory - Class in com.netflix.genie.agent.utils.locks.impl
-
Factory for creating locks implementing
CloseableLock
. - FileLockFactory() - Constructor for class com.netflix.genie.agent.utils.locks.impl.FileLockFactory
- FILES_LIMIT - Enum constant in enum class com.netflix.genie.agent.execution.services.KillService.KillSource
-
The job has exceeded one of the files limit (files count, file size, etc.).
- fileStreamClient(ManagedChannel) - Method in class com.netflix.genie.agent.rpc.GRpcAutoConfiguration
-
Provide a prototype bean definition for a
FileStreamServiceGrpc.FileStreamServiceStub
. - FileStreamServiceProperties - Class in com.netflix.genie.agent.properties
-
Properties for
AgentFileStreamService
. - FileStreamServiceProperties() - Constructor for class com.netflix.genie.agent.properties.FileStreamServiceProperties
- fileSystemJobArchiver() - Method in class com.netflix.genie.common.internal.configs.CommonServicesAutoConfiguration
-
Provide a
JobArchiver
implementation that will copy from one place on the filesystem to another. - FileSystemJobArchiverImpl - Class in com.netflix.genie.common.internal.services.impl
-
An implementation of
JobArchiver
which attempts to copy the job directory somewhere else on the file system for backup. - FileSystemJobArchiverImpl() - Constructor for class com.netflix.genie.common.internal.services.impl.FileSystemJobArchiverImpl
- FILTER_PROVIDER - Static variable in class com.netflix.genie.common.external.util.GenieObjectMapper
-
The
FilterProvider
to be installed in theObjectMapper
. - FINAL_STATE - Static variable in enum class com.netflix.genie.agent.execution.statemachine.States
-
Final pseudo-state.
- find(Root<ApplicationEntity>, AbstractQuery<?>, CriteriaBuilder, String, String, Set<String>, Set<TagEntity>, String) - Static method in class com.netflix.genie.web.data.services.impl.jpa.queries.predicates.ApplicationPredicates
-
Get a
Predicate
using the specified parameters. - find(Root<ClusterEntity>, AbstractQuery<?>, CriteriaBuilder, String, Set<String>, Set<TagEntity>, Instant, Instant) - Static method in class com.netflix.genie.web.data.services.impl.jpa.queries.predicates.ClusterPredicates
-
Generate a
Predicate
given the parameters. - find(Root<CommandEntity>, AbstractQuery<?>, CriteriaBuilder, String, String, Set<String>, Set<TagEntity>) - Static method in class com.netflix.genie.web.data.services.impl.jpa.queries.predicates.CommandPredicates
-
Get a predicate using the specified parameters.
- FIND_OLD_JOBS_QUERY - Static variable in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaJobRepository
-
The query used to find batches of jobs before a certain time.
- FIND_UNUSED_APPLICATIONS_QUERY - Static variable in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaApplicationRepository
-
Find any application records where they are not linked to any jobs and it's not linked to any commands and was created before the given time.
- FIND_UNUSED_CLUSTERS_SQL - Static variable in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaClusterRepository
-
The SQL to find all clusters that aren't attached to any jobs still in the database and were created before a certain point in time.
- FIND_UNUSED_COMMANDS_IN_STATUS_CREATED_BEFORE_QUERY - Static variable in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaCommandRepository
-
The query used to find commands that are in a certain status, not used in jobs and created some time ago.
- findApplications(String, String, Set<ApplicationStatus>, Set<String>, String, Pageable) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Find applications which match the given filter criteria.
- findApplications(String, String, Set<ApplicationStatus>, Set<String>, String, Pageable) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Find applications which match the given filter criteria.
- findByFile(String) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaFileRepository
-
Find a file by its unique file value.
- findByFileIn(Set<String>) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaFileRepository
-
Find file entities where the file value is in the given set of files.
- findByTag(String) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaTagRepository
-
Find a tag by its unique tag value.
- findByTagIn(Set<String>) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaTagRepository
-
Find tag entities where the tag value is in the given set of tags.
- findByUniqueId(String) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaBaseRepository
-
Find an entity by its unique id.
- findByUniqueId(String, Class<T>) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaBaseRepository
-
Find an entity by its unique id.
- findClusters(String, Set<ClusterStatus>, Set<String>, Instant, Instant, Pageable) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Find and
Cluster
s that match the given parameters. - findClusters(String, Set<ClusterStatus>, Set<String>, Instant, Instant, Pageable) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Find and
Cluster
s that match the given parameters. - findClustersMatchingAnyCriterion(Set<Criterion>, boolean) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
- findClustersMatchingAnyCriterion(Set<Criterion>, boolean) - Method in interface com.netflix.genie.web.data.services.PersistenceService
- findClustersMatchingAnyCriterion(Root<ClusterEntity>, CriteriaQuery<?>, CriteriaBuilder, Set<Criterion>) - Static method in class com.netflix.genie.web.data.services.impl.jpa.queries.predicates.ClusterPredicates
-
Get the specification for the query which will find the clusters which match any of the given criterion.
- findClustersMatchingCriterion(Criterion, boolean) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
- findClustersMatchingCriterion(Criterion, boolean) - Method in interface com.netflix.genie.web.data.services.PersistenceService
- findClustersMatchingCriterion(Root<ClusterEntity>, CriteriaQuery<?>, CriteriaBuilder, Criterion) - Static method in class com.netflix.genie.web.data.services.impl.jpa.queries.predicates.ClusterPredicates
-
Get the
Predicate
for the query which will find the clusters which match the given criterion. - findCommands(String, String, Set<CommandStatus>, Set<String>, Pageable) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Find commands matching the given filter criteria.
- findCommands(String, String, Set<CommandStatus>, Set<String>, Pageable) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Find commands matching the given filter criteria.
- findCommandsMatchingCriterion(Criterion, boolean) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
- findCommandsMatchingCriterion(Criterion, boolean) - Method in interface com.netflix.genie.web.data.services.PersistenceService
- findCommandsMatchingCriterion(Root<CommandEntity>, CriteriaQuery<?>, CriteriaBuilder, Criterion) - Static method in class com.netflix.genie.web.data.services.impl.jpa.queries.predicates.CommandPredicates
-
Get the specification for the query which will find the commands which match the given criterion.
- findJobs(String, String, String, Set<JobStatus>, Set<String>, String, String, String, String, Instant, Instant, Instant, Instant, String, String, Pageable) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Find jobs which match the given filter criteria.
- findJobs(String, String, String, Set<JobStatus>, Set<String>, String, String, String, String, Instant, Instant, Instant, Instant, String, String, Pageable) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Find jobs which match the given filter criteria.
- findJobs(String, String, String, Set<String>, Set<String>, String, String, String, String, Long, Long, Long, Long, String, String, Pageable, PagedResourcesAssembler<JobSearchResult>) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.JobRestController
-
Get jobs for given filter criteria.
- findJobsCreatedBefore(Instant, Set<String>, int) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaJobRepository
-
Find a batch of jobs that were created before the given time.
- findUnusedApplications(Instant, int) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaApplicationRepository
-
Delete any application records where it's not linked to any jobs and it's not linked to any commands and was created before the given time.
- findUnusedClusters(Set<String>, Instant, int) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaClusterRepository
-
Find all the clusters that aren't attached to any jobs in the database, were created before the given time and have one of the given statuses.
- findUnusedCommandsByStatusesCreatedBefore(Set<String>, Instant, int) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaCommandRepository
-
Find commands from the database where their status is in statuses and they were created before commandCreatedThreshold and they aren't attached to any jobs still in the database.
- findUnusedFiles(Instant, Instant, int) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaFileRepository
-
Find the ids of all files from the database that aren't referenced which were created between the supplied threshold bounds.
- findUnusedTags(Instant, Instant, int) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaTagRepository
-
Find all tags from the database that aren't referenced which were created between the supplied threshold bounds.
- finished - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- FINISHED - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- FinishedJob - Class in com.netflix.genie.common.internal.dtos
-
DTO for a job that reached a final state.
- FinishedJob.Builder - Class in com.netflix.genie.common.internal.dtos
-
Builder.
- FinishedJobProjection - Interface in com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4
-
Projection for a job entity that reached a terminal status.
- FIXED_DELAY - Enum constant in enum class com.netflix.genie.web.tasks.GenieTaskScheduleType
-
When you want your tasked scheduled at a fixed rate but held for a time after the last completion of the task.
- FIXED_RATE - Enum constant in enum class com.netflix.genie.web.tasks.GenieTaskScheduleType
-
When you want your task scheduled using a fixed rate in milliseconds.
- flip(InspectionReport.Decision) - Static method in enum class com.netflix.genie.web.agent.inspectors.InspectionReport.Decision
-
Invert the decision.
- forAgentFile(URI, long, Instant, Path, String, InputStream) - Static method in class com.netflix.genie.web.agent.resources.AgentFileResourceImpl
-
Factory method to create a resource for a remote file.
- forceServerSync() - Method in interface com.netflix.genie.agent.execution.services.AgentFileStreamService
-
Request the service perform an update outside of the regular schedule to make sure the server has the most up-to-date view of local files.
- forceServerSync() - Method in class com.netflix.genie.agent.execution.services.impl.grpc.GRpcAgentFileStreamServiceImpl
-
Request the service perform an update outside of the regular schedule to make sure the server has the most up-to-date view of local files.
- forNonExistingResource() - Static method in class com.netflix.genie.web.agent.resources.AgentFileResourceImpl
-
Factory method to create a placeholder resource for a remote file that does not exist.
- FROM_PREVIOUS_EXECUTION_BEGIN - Enum constant in enum class com.netflix.genie.common.internal.util.ExponentialBackOffTrigger.DelayType
-
Calculate delay from the start of the previous execution.
- FROM_PREVIOUS_EXECUTION_COMPLETION - Enum constant in enum class com.netflix.genie.common.internal.util.ExponentialBackOffTrigger.DelayType
-
Calculate delay from the completion of the previous execution.
- FROM_PREVIOUS_SCHEDULING - Enum constant in enum class com.netflix.genie.common.internal.util.ExponentialBackOffTrigger.DelayType
-
Calculate delay from the previous time the task was scheduled.
- FROM_STATE - Static variable in class com.netflix.genie.web.util.MetricsConstants.TagKeys
-
Key to tag the origin/source state of a state transition.
- FULL_CLEANUP - Enum constant in enum class com.netflix.genie.agent.execution.CleanupStrategy
-
Wipe the entire job directory.
G
- 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.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.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(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.
- 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.
- genieAgentHostInfo() - Method in class com.netflix.genie.agent.spring.autoconfigure.AgentAutoConfiguration
-
Provide a bean of type
GenieHostInfo
if none already exists. - 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
-
The main
GenieAgentRunner
entry point bean which implementsCommandLineRunner
. - GenieAgentRunner - Class in com.netflix.genie.agent.cli
-
Main entry point for execution after the application is initialized.
- 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) - Constructor for exception com.netflix.genie.common.exceptions.GenieBadRequestException
-
Constructor.
- GenieBadRequestException(String, Throwable) - 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.
- GenieClientTooManyRequestsException - Exception in com.netflix.genie.client.exceptions
-
An exception class that represents 429 - Too Many Requests received from the server.
- GenieClientTooManyRequestsException() - Constructor for exception com.netflix.genie.client.exceptions.GenieClientTooManyRequestsException
-
Constructor.
- GenieClientTooManyRequestsException(String) - Constructor for exception com.netflix.genie.client.exceptions.GenieClientTooManyRequestsException
-
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 - 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.agent.spring.processors.GenieDefaultPropertiesPostProcessor
- 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) - Constructor for exception com.netflix.genie.common.exceptions.GenieException
-
Constructor.
- GenieException(int, String, Throwable) - 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() - Method in class com.netflix.genie.web.spring.autoconfigure.introspection.IntrospectionAutoConfiguration
-
Get the
GenieWebHostInfo
for this application. - 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
- 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) - Constructor for exception com.netflix.genie.common.exceptions.GenieNotFoundException
-
Constructor.
- GenieNotFoundException(String, Throwable) - 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
-
Provide a default implementation of
PersistenceService
if no other has been defined. - GeniePreconditionException - Exception in com.netflix.genie.common.exceptions
-
Extension of a GenieException for all precondition failures.
- GeniePreconditionException(String) - Constructor for exception com.netflix.genie.common.exceptions.GeniePreconditionException
-
Constructor.
- GeniePreconditionException(String, Throwable) - 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) - Constructor for exception com.netflix.genie.common.exceptions.GenieServerException
-
Constructor.
- GenieServerException(String, Throwable) - 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) - Constructor for exception com.netflix.genie.common.exceptions.GenieServerUnavailableException
-
Constructor.
- GenieServerUnavailableException(String, Throwable) - 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 Class 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) - Constructor for exception com.netflix.genie.common.exceptions.GenieTimeoutException
-
Constructor.
- GenieTimeoutException(String, Throwable) - 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.
- genieV3ApiGroup() - Method in class com.netflix.genie.swagger.spring.autoconfigure.SwaggerAutoConfiguration
-
Bean for the V3 API documentation.
- 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(Server) - Method in class com.netflix.genie.web.spring.autoconfigure.introspection.IntrospectionAutoConfiguration
-
Provide a
GenieWebRpcInfo
bean if one hasn't already been defined. - GenieWebRpcInfo - Class in com.netflix.genie.web.introspection
-
Container class for RPC related properties.
- GenieWebRpcInfo() - Constructor for class com.netflix.genie.web.introspection.GenieWebRpcInfo
- get() - Method in class com.netflix.genie.common.internal.util.PropertiesMapCache
-
Get the current map of properties and their values.
- 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(Duration, String) - Method in class com.netflix.genie.common.internal.util.PropertiesMapCache.Factory
-
Create a
PropertiesMapCache
with the given refresh interval and filter pattern. - 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.
- 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 class 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 class com.netflix.genie.common.internal.dtos.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.internal.dtos.JobRequestMetadata
-
If the job request was sent via the Agent this field will be populated.
- 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.
- getAgentHostName() - Method in interface com.netflix.genie.agent.AgentMetadata
-
Get the name of the host the agent is running on.
- getAgentLaunchers() - Method in interface com.netflix.genie.web.selectors.AgentLauncherSelector
-
Get the list of all available
AgentLauncher
. - 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() - 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 interface com.netflix.genie.web.agent.services.AgentJobService
-
Provide configuration properties for an agent that is beginning to execute a job.
- 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.internal.dtos.JobRequestMetadata
-
If the job request was sent via API this field will be populated.
- 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.
- 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.
- getApplicationAndCommands(String) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaApplicationRepository
-
Get the
ApplicationEntity
but eagerly fetch all command base information as well. - getApplicationAndCommandsDto(String) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaApplicationRepository
-
Get the
ApplicationEntity
but eagerly fetch all command DTO information as well. - 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.internal.dtos.ExecutionResourceCriteria
-
Get the ordered list of ids the user desires to override the applications associated with selected command with.
- getApplications() - Method in class com.netflix.genie.client.ApplicationClient
-
Method to get a list of all the applications.
- getApplications() - Method in class com.netflix.genie.common.internal.dtos.JobSpecification
-
Returns an unmodifiable list of applications.
- 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.
- 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(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(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.
- 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.internal.dtos.FinishedJob
-
Getter for optional field.
- getArchiveLocation() - Method in class com.netflix.genie.common.internal.dtos.JobSpecification
-
Get the archive location for the job folder.
- 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.
- getArguments() - Method in class com.netflix.genie.common.dto.ContainerImage
-
Get the image arguments if any.
- getArguments() - Method in class com.netflix.genie.common.internal.dtos.Image
-
Get the image arguments if any.
- getArguments() - Method in class com.netflix.genie.web.properties.JobResolutionProperties.DefaultImage
-
Get the list of arguments that should be used when launching the image.
- 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.
- getClaimableStatuses() - Static method in enum class 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 class com.netflix.genie.common.internal.dtos.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 givenAmazonS3URI
. - getClientHost() - Method in class com.netflix.genie.common.dto.JobMetadata
-
Get the client host.
- getCluster() - Method in class com.netflix.genie.common.internal.dtos.FinishedJob
-
Getter for optional field.
- 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() - 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 class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Get the
Cluster
identified by the given id. - getCluster(String) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Get the
Cluster
identified by the given id. - 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(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ClusterRestController
-
Get cluster configuration from unique id.
- getClusterCriteria() - Method in interface com.netflix.genie.agent.cli.ArgumentDelegates.JobRequestArguments
- getClusterCriteria() - Method in class com.netflix.genie.common.internal.dtos.Command
-
Get the ordered list of
Criterion
for this command to resolve clusters are runtime. - getClusterCriteria() - Method in class com.netflix.genie.common.internal.dtos.CommandRequest
-
Get the ordered list of
Criterion
for this command to resolve clusters are runtime. - getClusterCriteria() - Method in class com.netflix.genie.common.internal.dtos.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.v4.FinishedJobProjection
-
Get all the cluster criteria.
- getClusterCriteria() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.JobRequestProjection
-
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() - Method in class com.netflix.genie.client.ClusterClient
-
Method to get a list of all the clusters.
- getClusters(Binding) - Static method in class com.netflix.genie.web.scripts.GroovyScriptUtils
-
Deprecated.
- 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, 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(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.
- 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, 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.
- 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.
- getCommand() - Method in class com.netflix.genie.common.internal.dtos.FinishedJob
-
Getter for optional field.
- 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() - 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() - Method in class com.netflix.genie.web.selectors.ClusterSelectionContext
-
Get the command which was already selected for the job if there was one.
- 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(String) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Get the metadata for the
Command
identified by the id. - 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(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Get Command configuration for given id.
- 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.internal.dtos.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.internal.dtos.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.internal.dtos.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.JobRequestProjection
-
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.
- 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.v4.FinishedJobProjection
-
Get the command criterion for this job.
- getCommandCriterion() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.JobRequestProjection
-
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() - Method in class com.netflix.genie.client.CommandClient
-
Method to get a list of all the commands.
- getCommands(Binding) - Static method in class com.netflix.genie.web.scripts.GroovyScriptUtils
-
Deprecated.
- 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, 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(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.
- 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, 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.
- 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.
- 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.
- getComputeResources() - Method in class com.netflix.genie.common.internal.dtos.Command
-
Get any default compute resources that were requested for this command.
- getComputeResources() - Method in class com.netflix.genie.common.internal.dtos.CommandRequest
-
Get any default compute resources that were requested for this command.
- getComputeResources() - Method in class com.netflix.genie.common.internal.dtos.JobEnvironment
-
Get the computation resources for the job if any were defined.
- getConfigs() - Method in class com.netflix.genie.common.internal.dtos.ExecutionEnvironment
-
Get the configuration files needed at runtime.
- 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.JobRequestProjection
-
Get all the configuration files for this job.
- getConfigs() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.JobSpecificationProjection
-
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
-
Deprecated.Use runtime instead
- getCpu() - Method in class com.netflix.genie.common.dto.RuntimeResources
-
Get the number of CPUs.
- getCpu() - Method in class com.netflix.genie.common.internal.dtos.ComputeResources
-
Get the number of CPUs.
- getCpu() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity
-
Get the default number of CPUs for a job using this command.
- getCpu() - Method in class com.netflix.genie.web.properties.JobResolutionProperties.Resources
-
Get the default number of CPUs.
- getCpuUsed() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the number of CPU's used by the job.
- getCpuUsed() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobExecutionProjection
-
Get the number of CPU's used by the 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.internal.dtos.AgentJobRequest
-
The resource criteria that was supplied for the job.
- getCriteria() - Method in interface com.netflix.genie.common.internal.dtos.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.
- getDefaultComputeResources() - Method in class com.netflix.genie.web.properties.JobResolutionProperties
-
Get the default
ComputeResources
if any were defined. - getDefaultImages() - Method in class com.netflix.genie.web.properties.JobResolutionProperties
-
Get the default mapping of images.
- getDependencies() - Method in class com.netflix.genie.common.internal.dtos.ExecutionEnvironment
-
Get the dependency files needed at runtime.
- 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.JobRequestProjection
-
Get all the dependency files for this job.
- getDependencies() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.JobSpecificationProjection
-
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.internal.dtos.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.JobRequestProjection
-
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) - Method in class com.netflix.genie.common.internal.services.impl.JobDirectoryManifestCreatorServiceImpl
-
Produces a
DirectoryManifest
for the given job. - getDirectoryManifest(Path) - Method in interface com.netflix.genie.common.internal.services.JobDirectoryManifestCreatorService
-
Produces a
DirectoryManifest
for the given job. - getDirectoryManifest(Path, boolean) - Method in class com.netflix.genie.common.internal.dtos.DirectoryManifest.Factory
-
Create a manifest from the given job directory.
- getDisk() - Method in class com.netflix.genie.web.properties.JobResolutionProperties.Resources
-
Get the amount of disk space to allocate for the job.
- getDiskMb() - Method in class com.netflix.genie.common.dto.RuntimeResources
-
Get the amount of disk space.
- getDiskMb() - Method in class com.netflix.genie.common.internal.dtos.ComputeResources
-
Get the amount of disk space.
- getDiskMb() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity
-
Get the default amount of disk space for the job using this command in MB.
- getDiskMbUsed() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the amount of disk space used for a job.
- getDiskMbUsed() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobExecutionProjection
-
Get the amount of disk space used for a job.
- 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.internal.dtos.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.v4.JobRequestProjection
-
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.internal.dtos.JobEnvironment
-
Get the environment variables requested by the user to be added to the job runtime.
- getEnvironmentVariables() - Method in class com.netflix.genie.common.internal.dtos.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.internal.dtos.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.internal.dtos.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.internal.dtos.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.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.internal.dtos.AgentConfigRequest
-
Get the extension variables to the agent configuration as a JSON blob.
- getExt() - Method in class com.netflix.genie.common.internal.dtos.JobEnvironment
-
Get the extension variables to the agent configuration as a JSON blob.
- getExt() - Method in class com.netflix.genie.common.internal.dtos.JobEnvironmentRequest
-
Get the extension variables to the agent configuration as a JSON blob.
- getFile() - Method in class com.netflix.genie.web.agent.resources.AgentFileResourceImpl
- getFile(String, HttpServletRequest) - Method in class com.netflix.genie.ui.controllers.UIController
-
Forward the file request to the API.
- 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.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 class 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 class com.netflix.genie.common.internal.dtos.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.v4.JobRequestProjection
-
Get the user group for this job.
- getGpu() - Method in class com.netflix.genie.common.dto.RuntimeResources
-
Get the number of GPUs.
- getGpu() - Method in class com.netflix.genie.common.internal.dtos.ComputeResources
-
Get the number of GPUs.
- getGpu() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity
-
Get the default number of GPUs for a job using this command.
- getGpu() - Method in class com.netflix.genie.web.properties.JobResolutionProperties.Resources
-
Get the number of GPUs.
- getGpuUsed() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the number of GPUs used by the job.
- getGpuUsed() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobExecutionProjection
-
Get the number of GPUs used by the 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.internal.dtos.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.internal.dtos.FinishedJob
-
Getter for optional field.
- getGrouping() - Method in class com.netflix.genie.common.internal.dtos.JobMetadata
-
Get the grouping for this job if there currently is one as an
Optional
. - 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.JobRequestProjection
-
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.internal.dtos.FinishedJob
-
Getter for optional field.
- getGroupingInstance() - Method in class com.netflix.genie.common.internal.dtos.JobMetadata
-
Get the grouping instance for this job if there currently is one as an
Optional
. - 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.JobRequestProjection
-
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.internal.dtos.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.dto.Criterion
-
Get the id of the resource desired if it exists.
- getId() - Method in class com.netflix.genie.common.internal.dtos.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 class com.netflix.genie.web.apis.rest.v3.hateoas.assemblers.JobRequestModelAssembler.JobRequestWrapper
-
Get the actual id of the job the system assigned after job submission if none was already supplied.
- getId() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.IdProjection
-
Get the id from the projection.
- getImages() - Method in class com.netflix.genie.common.dto.Runtime
-
The container images defined.
- getImages() - Method in class com.netflix.genie.common.internal.dtos.Command
-
Get any image information associated by default with this command.
- getImages() - Method in class com.netflix.genie.common.internal.dtos.CommandRequest
-
Get any image information associated by default with this command.
- getImages() - Method in class com.netflix.genie.common.internal.dtos.JobEnvironment
-
Get the images for the job if any were defined.
- getImages() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity
-
Get the default set of images to run this job with if this command is selected.
- getImages() - Method in class com.netflix.genie.web.properties.JobResolutionProperties.Runtime
-
The map of image key to image definitions.
- getImagesUsed() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the set of image configuration used for this job.
- getImagesUsed() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobExecutionProjection
-
Get the set of image configuration used for this job.
- 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 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.
- 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.
- 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.PersistenceService
-
Get the applications the job used or is currently using.
- 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 interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaJobRepository
-
Get the applications for a job.
- 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.internal.dtos.JobSpecification
-
Returns an unmodifiable list of arguments provided by the user for this job.
- 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.PersistenceService
-
Get the cluster the job used or is using.
- 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 interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaJobRepository
-
Get the cluster for a job.
- 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.PersistenceService
-
Get the command 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 interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaJobRepository
-
Get the command for a job.
- 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 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.
- 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.
- 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 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.
- 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.
- 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) - 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.
- getJobOutputFile(String, String, String) - Method in interface com.netflix.genie.client.apis.JobService
-
Method to fetch partial output file for a job from Genie.
- getJobRequest() - Method in class com.netflix.genie.web.apis.rest.v3.hateoas.assemblers.JobRequestModelAssembler.JobRequestWrapper
-
Get the original job request sent to the system by the user.
- 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.
- 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.
- 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.
- 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.
- 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(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.PersistenceService
-
Get the saved job specification for the given job.
- 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.data.services.impl.jpa.repositories.JpaJobRepository
-
Get the data needed to create a V4 Job Specification DTO.
- 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.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.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.PersistenceService
-
Get the status for a job with the given
id
. - 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.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(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 interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaJobRepository
-
Get only the status of a job.
- 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 inarchiveStatuses
and last updated beforeupdated
. - 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 inarchiveStatuses
and last updated beforeupdated
. - 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.
- 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() - 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 class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Get the job requested launcher extension.
- getLauncherExt(String) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Get the job requested launcher extension.
- getLauncherExt(String) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaJobRepository
-
Get only the launcher ext of a job.
- 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.
- getMemory() - Method in class com.netflix.genie.common.dto.Command
-
Deprecated.Use runtime instead
- 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
-
Deprecated.Use runtime instead
- getMemory() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity
-
Get the default memory for a job using this command.
- getMemory() - Method in class com.netflix.genie.web.properties.JobResolutionProperties.Resources
-
Get the default amount of memory.
- getMemoryMb() - Method in class com.netflix.genie.common.dto.RuntimeResources
-
Get the amount of memory.
- getMemoryMb() - Method in class com.netflix.genie.common.internal.dtos.ComputeResources
-
Get the amount of memory.
- getMemoryUsed() - Method in class com.netflix.genie.common.internal.dtos.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.internal.dtos.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.internal.dtos.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.internal.dtos.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.JobRequestProjection
-
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.dto.ContainerImage
-
Get the name of the image to use for the job if one was specified.
- getName() - Method in class com.netflix.genie.common.dto.Criterion
-
Get the name of the resource desired if it exists.
- getName() - Method in class com.netflix.genie.common.internal.dtos.Criterion
-
Get the name of the resource desired if it exists.
- getName() - Method in class com.netflix.genie.common.internal.dtos.Image
-
Get the name of the image to use for the job if one was specified.
- 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.JobRequestProjection
-
Get the name of the resource.
- getName() - Method in class com.netflix.genie.web.properties.JobResolutionProperties.DefaultImage
-
Get the name of the image if one was set.
- getNetwork() - Method in class com.netflix.genie.web.properties.JobResolutionProperties.Resources
-
Get the network bandwidth that should be allocated for the job.
- getNetworkMbps() - Method in class com.netflix.genie.common.dto.RuntimeResources
-
Get the network bandwidth size.
- getNetworkMbps() - Method in class com.netflix.genie.common.internal.dtos.ComputeResources
-
Get the network bandwidth size.
- getNetworkMbps() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity
-
Get the default amount of network bandwidth to allocate to the job using this command in mbps.
- getNetworkMbpsUsed() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get network bandwidth used for a job if any.
- getNetworkMbpsUsed() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobExecutionProjection
-
Get network bandwidth used for a job if any.
- 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.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.internal.dtos.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.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.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.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.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.internal.dtos.AgentJobRequest
-
Get the requested agent configuration.
- getRequestedAgentConfig() - Method in interface com.netflix.genie.common.internal.dtos.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.JobRequestProjection
-
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.JobRequestProjection
-
Get the extension configuration of a job agent environment.
- getRequestedApplications() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.JobRequestProjection
-
Get any applications requested by their id.
- getRequestedComputeResources() - Method in class com.netflix.genie.common.internal.dtos.JobEnvironmentRequest
-
Get the execution environment the user requested.
- 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.v4.JobRequestProjection
-
Get the number of CPU's requested to run this job.
- getRequestedDiskMb() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the requested disk space for the job if any.
- getRequestedDiskMb() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.JobRequestProjection
-
Get the requested disk space for the job if any.
- getRequestedEnvironmentVariables() - Method in class com.netflix.genie.common.internal.dtos.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.JobRequestProjection
-
Get all the environment variables that were requested be added to the Job Runtime environment by the user.
- getRequestedGpu() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the number of GPUs requested by the job.
- getRequestedGpu() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.JobRequestProjection
-
Get the number of GPUs requested by the job.
- getRequestedId() - Method in interface com.netflix.genie.common.internal.dtos.CommonRequest
-
Get the ID the user has requested for this resource if one was added.
- getRequestedId() - Method in class com.netflix.genie.common.internal.dtos.ClusterRequest
-
Get the ID the user has requested for this resource if one was added.
- getRequestedImages() - Method in class com.netflix.genie.common.internal.dtos.JobEnvironmentRequest
-
Get the requested image metadata the user entered.
- getRequestedImages() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the requested container image configurations if there were any.
- getRequestedImages() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.JobRequestProjection
-
Get the requested container image configurations if there were any.
- getRequestedJobDirectoryLocation() - Method in class com.netflix.genie.common.internal.dtos.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.JobRequestProjection
-
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.internal.dtos.ApiJobRequest
-
Get the environment parameters the user requested to be associated with the Agent.
- 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.PersistenceService
-
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.
- getRequestedMemory() - Method in class com.netflix.genie.common.internal.dtos.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.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.JobRequestProjection
-
Get the memory requested to run this job with.
- getRequestedNetworkMbps() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Get the requested network mbps for the job if any.
- getRequestedNetworkMbps() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.JobRequestProjection
-
Get the requested network mbps for the job if any.
- 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.v4.JobRequestProjection
-
Get the timeout (in seconds) requested by the user for this job.
- getResolvableStatuses() - Static method in enum class 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 class com.netflix.genie.common.internal.dtos.JobStatus
-
Get an unmodifiable set of all the statuses from which a job can be marked resolved.
- getResource() - Method in class com.netflix.genie.web.scripts.ResourceSelectorScriptResult
-
Get the selected resource if there was one.
- 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(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
. - getResources() - Method in class com.netflix.genie.common.dto.ResolvedResources
-
Get the resources that were resolved.
- getResources() - Method in class com.netflix.genie.common.dto.Runtime
-
Get the compute resources for this runtime.
- getResources() - Method in interface com.netflix.genie.common.internal.dtos.CommonRequest
-
Get the resources the user requested for the job during execution if any.
- getResources() - Method in class com.netflix.genie.common.internal.dtos.ResolvedResources
-
Get the resources that were resolved.
- getResources() - Method in class com.netflix.genie.web.properties.JobResolutionProperties.Runtime
-
Get the
JobResolutionProperties.Resources
. - 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.internal.dtos.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.JobRequestProjection
-
Get the setup file for this resource.
- getSetupFile() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.JobSpecificationProjection
-
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.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.dto.Criterion
-
Get the desired status of the resource if it has been set by the creator.
- getStatus() - Method in class com.netflix.genie.common.internal.dtos.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 class com.netflix.genie.common.internal.dtos.JobStatus
-
Get an unmodifiable set of all the statuses that come before CLAIMED.
- getStatusMessage() - Method in class com.netflix.genie.common.internal.dtos.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.
- getTag() - Method in class com.netflix.genie.common.dto.ContainerImage
-
Get the tag of the image to use for the job if one was specified.
- getTag() - Method in class com.netflix.genie.common.internal.dtos.Image
-
Get the tag of the image to use for the job if one was specified.
- getTag() - Method in class com.netflix.genie.web.properties.JobResolutionProperties.DefaultImage
-
Get the tag for the image that should be used if one was set.
- getTags() - Method in class com.netflix.genie.common.dto.Criterion
-
Get the set of tags the creator desires the resource to have if any were set.
- getTags() - Method in class com.netflix.genie.common.internal.dtos.CommonMetadata
-
Get the tags associated with this resource.
- getTags() - Method in class com.netflix.genie.common.internal.dtos.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.JobRequestProjection
-
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.internal.dtos.JobSpecification
-
Get the job timeout.
- getTimeoutRequested() - Method in class com.netflix.genie.common.internal.dtos.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() - Method in class com.netflix.genie.client.security.oauth2.TokenFetcher
-
Method that returns the OAuth credentials.
- getToken(String, Map<String, String>) - Method in interface com.netflix.genie.client.apis.TokenService
-
A method to retrieve oauth tokens from the server.
- 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 givens3URI
. - 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.internal.dtos.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.JobRequestProjection
-
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.JobRequestProjection
-
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.internal.dtos.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.
- 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.dto.Criterion
-
Get the version of the resource desired if it exists.
- getVersion() - Method in class com.netflix.genie.common.internal.dtos.AgentClientMetadata
-
Get the running version of the agent if it was set.
- getVersion() - Method in class com.netflix.genie.common.internal.dtos.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.JobRequestProjection
-
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. - gpu - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity_
- GPU - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity_
- GPU_USED - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- gpuUsed - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- 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
-
Implementation of
AgentFileStreamService
over gRPC. - GRpcAgentFileStreamServiceImpl - Class in com.netflix.genie.web.agent.apis.rpc.v4.endpoints
-
AgentFileStreamService
gRPC implementation. - 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(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. - GRpcServerManager - Class in com.netflix.genie.web.agent.apis.rpc.servers
-
A wrapper around a
Server
instance which implementsAutoCloseable
to control startup and shutdown along with the application. - GRpcServerManager(Server) - Constructor for class com.netflix.genie.web.agent.apis.rpc.servers.GRpcServerManager
-
Constructor.
- 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
H
- H2Utils - Class in com.netflix.genie.web.data.services.impl.jpa.utils
-
Utilities for working with H2 database.
- handleClientConnected(String) - Method in interface com.netflix.genie.web.agent.services.AgentRoutingService
-
Handle a new agent connection.
- handleClientConnected(String) - Method in class com.netflix.genie.web.agent.services.impl.AgentRoutingServiceCuratorDiscoveryImpl
- handleClientConnected(String) - Method in class com.netflix.genie.web.agent.services.impl.AgentRoutingServiceSingleNodeImpl
-
Handle a new agent connection.
- handleClientDisconnected(String) - Method in interface com.netflix.genie.web.agent.services.AgentRoutingService
-
Handle connected agent disconnection.
- handleClientDisconnected(String) - Method in class com.netflix.genie.web.agent.services.impl.AgentRoutingServiceCuratorDiscoveryImpl
- handleClientDisconnected(String) - Method in class com.netflix.genie.web.agent.services.impl.AgentRoutingServiceSingleNodeImpl
-
Handle connected agent disconnection.
- handleConstraintViolation(ConstraintViolationException) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.GenieExceptionMapper
-
Handle constraint violation exceptions.
- handleGenieCheckedException(GenieCheckedException) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.GenieExceptionMapper
-
Handle
GenieCheckedException
instances. - handleGenieException(GenieException) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.GenieExceptionMapper
-
Handle Genie Exceptions.
- handleGenieRuntimeException(GenieRuntimeException) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.GenieExceptionMapper
-
Handle Genie runtime exceptions.
- handleMethodArgumentNotValidException(MethodArgumentNotValidException) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.GenieExceptionMapper
-
Handle MethodArgumentNotValid exceptions.
- handshake(AgentClientMetadata) - Method in interface com.netflix.genie.agent.execution.services.AgentJobService
-
Perform server handshake.
- handshake(AgentClientMetadata) - Method in interface com.netflix.genie.web.agent.services.AgentJobService
-
Shake hands and allow a client or reject it based on the supplied
AgentClientMetadata
. - handshake(AgentClientMetadata) - Method in class com.netflix.genie.web.agent.services.impl.AgentJobServiceImpl
-
Shake hands and allow a client or reject it based on the supplied
AgentClientMetadata
. - handshake(HandshakeRequest, StreamObserver<HandshakeResponse>) - Method in class com.netflix.genie.web.agent.apis.rpc.v4.endpoints.GRpcJobServiceImpl
-
This API gives the server a chance to reject a client/agent based on its metadata (version, location, ...).
- HANDSHAKE - Enum constant in enum class com.netflix.genie.agent.execution.statemachine.States
-
Perform agent/server handshake.
- HandshakeException - Exception in com.netflix.genie.agent.execution.exceptions
-
Failure to handshake with server.
- HandshakeException(String) - Constructor for exception com.netflix.genie.agent.execution.exceptions.HandshakeException
-
Constructor with message.
- HandshakeException(String, Throwable) - Constructor for exception com.netflix.genie.agent.execution.exceptions.HandshakeException
-
Constructor with message and cause.
- HandshakeStage - Class in com.netflix.genie.agent.execution.statemachine.stages
-
Perform server handshake, to ensure server is ok with this agent running a job.
- HandshakeStage(AgentJobService) - Constructor for class com.netflix.genie.agent.execution.statemachine.stages.HandshakeStage
-
Constructor.
- hasEntry(String) - Method in class com.netflix.genie.common.internal.dtos.DirectoryManifest
-
Check whether an entry exists for the given path.
- hashCode() - Method in class com.netflix.genie.common.dto.ContainerImage
- hashCode() - Method in class com.netflix.genie.common.dto.Runtime
- hashCode() - Method in class com.netflix.genie.common.dto.RuntimeResources
- hashCode() - Method in class com.netflix.genie.common.internal.dtos.ComputeResources
- hashCode() - Method in class com.netflix.genie.common.internal.dtos.Image
- hashCode() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.ApplicationEntity
- hashCode() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.AuditEntity
- hashCode() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.BaseEntity
- hashCode() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.ClusterEntity
- hashCode() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity
- hashCode() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.CriterionEntity
- hashCode() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.IdEntity
- hashCode() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
- hashCode() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.UniqueIdEntity
- HateoasAutoConfiguration - Class in com.netflix.genie.web.spring.autoconfigure.apis.rest.v3.hateoas
-
Spring auto configuration for HATEOAS module beans.
- HateoasAutoConfiguration() - Constructor for class com.netflix.genie.web.spring.autoconfigure.apis.rest.v3.hateoas.HateoasAutoConfiguration
- health() - Method in class com.netflix.genie.web.agent.launchers.impl.LocalAgentLauncherImpl
- health() - Method in class com.netflix.genie.web.agent.launchers.impl.TitusAgentLauncherImpl
- health() - Method in class com.netflix.genie.web.health.GenieAgentHealthIndicator
- health() - Method in class com.netflix.genie.web.health.GenieCpuHealthIndicator
- HealthAutoConfiguration - Class in com.netflix.genie.web.spring.autoconfigure.health
-
Auto configuration for Health indicators related to Genie.
- HealthAutoConfiguration() - Constructor for class com.netflix.genie.web.spring.autoconfigure.health.HealthAutoConfiguration
- healthCheckMetricsAspect(MeterRegistry) - Method in class com.netflix.genie.web.spring.autoconfigure.aspects.AspectsAutoConfiguration
-
An aspect for collecting metrics for health checks.
- HealthCheckMetricsAspect - Class in com.netflix.genie.web.aspects
-
Aspect around Spring Boot 'HealthIndicator' to publish metrics for status of individual indicator, as well as their turnaround time.
- HealthCheckMetricsAspect(MeterRegistry) - Constructor for class com.netflix.genie.web.aspects.HealthCheckMetricsAspect
-
Autowired constructor.
- healthIndicatorGetHealth() - Method in class com.netflix.genie.web.aspects.HealthCheckMetricsAspect
-
Pointcut that matches invocations of
HealthIndicator::getHealth(..)
. - HealthProperties - Class in com.netflix.genie.web.properties
-
All properties related to health thresholds in Genie.
- HealthProperties() - Constructor for class com.netflix.genie.web.properties.HealthProperties
- heartbeat(StreamObserver<ServerHeartBeat>) - Method in class com.netflix.genie.web.agent.apis.rpc.v4.endpoints.GRpcHeartBeatServiceImpl
- heartBeatClient(ManagedChannel) - Method in class com.netflix.genie.agent.rpc.GRpcAutoConfiguration
-
Provide a prototype bean definition for a
HeartBeatServiceGrpc.HeartBeatServiceStub
. - heartBeatCommand(HeartBeatCommand.HeartBeatCommandArguments, AgentHeartBeatService) - Method in class com.netflix.genie.agent.cli.CliAutoConfiguration
-
Provide a lazy bean definition for a
HeartBeatCommand
. - heartBeatCommandArguments(ArgumentDelegates.ServerArguments) - Method in class com.netflix.genie.agent.cli.CliAutoConfiguration
-
Provide a bean for
HeartBeatCommand.HeartBeatCommandArguments
. - HeartBeatProperties - Class in com.netflix.genie.web.properties
-
Properties related to Heart Beat gRPC Service.
- HeartBeatProperties() - Constructor for class com.netflix.genie.web.properties.HeartBeatProperties
- HeartBeatServiceProperties - Class in com.netflix.genie.agent.properties
-
Properties for
AgentHeartBeatService
. - HeartBeatServiceProperties() - Constructor for class com.netflix.genie.agent.properties.HeartBeatServiceProperties
- heartBeatServiceTaskScheduler() - Method in class com.netflix.genie.web.spring.autoconfigure.agent.apis.rpc.v4.endpoints.AgentRpcEndpointsAutoConfiguration
-
Get the task scheduler used by the HeartBeat Service.
- heartBeatServiceTaskScheduler(AgentProperties) - Method in class com.netflix.genie.agent.spring.autoconfigure.AgentAutoConfiguration
-
Provide a lazy
TaskScheduler
bean for use by the heart beat service is none has already been defined in the context. - helpCommand(ArgumentParser) - Method in class com.netflix.genie.agent.cli.CliAutoConfiguration
-
Provide a lazy bean instance of
HelpCommand
. - helpCommandArguments() - Method in class com.netflix.genie.agent.cli.CliAutoConfiguration
-
Provide an bean of
HelpCommand.HelpCommandArguments
. - HostnameUtil - Class in com.netflix.genie.common.internal.util
-
Static utility class to determine the local hostname.
- HttpProperties - Class in com.netflix.genie.web.properties
-
Properties related to HTTP client configuration.
- HttpProperties() - Constructor for class com.netflix.genie.web.properties.HttpProperties
- HttpProperties.Connect - Class in com.netflix.genie.web.properties
-
Connection related properties for HTTP requests.
- HttpProperties.Read - Class in com.netflix.genie.web.properties
-
Read related properties for HTTP requests.
I
- id - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.IdEntity_
- ID - Enum constant in enum class com.netflix.genie.client.apis.SortAttribute
-
Entity unique id.
- ID - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.IdEntity_
- IdAlreadyExistsException - Exception in com.netflix.genie.web.exceptions.checked
-
Exception thrown when an resource is attempting to be saved with a unique ID that already exists in the system.
- IdAlreadyExistsException() - Constructor for exception com.netflix.genie.web.exceptions.checked.IdAlreadyExistsException
-
Constructor.
- IdAlreadyExistsException(String) - Constructor for exception com.netflix.genie.web.exceptions.checked.IdAlreadyExistsException
-
Constructor.
- IdAlreadyExistsException(String, Throwable) - Constructor for exception com.netflix.genie.web.exceptions.checked.IdAlreadyExistsException
-
Constructor.
- IdAlreadyExistsException(Throwable) - Constructor for exception com.netflix.genie.web.exceptions.checked.IdAlreadyExistsException
-
Constructor.
- IdEntity - Class in com.netflix.genie.web.data.services.impl.jpa.entities
-
Base class which only provides an ID.
- IdEntity() - Constructor for class com.netflix.genie.web.data.services.impl.jpa.entities.IdEntity
- IdEntity_ - Class in com.netflix.genie.web.data.services.impl.jpa.entities
- IdEntity_() - Constructor for class com.netflix.genie.web.data.services.impl.jpa.entities.IdEntity_
- IdProjection - Interface in com.netflix.genie.web.data.services.impl.jpa.queries.projections
-
A projection just for returning the id field of a given entity.
- IllegalAttachmentFileNameException - Exception in com.netflix.genie.web.exceptions.checked
-
Exception thrown when the attachment filename is illegal.
- IllegalAttachmentFileNameException() - Constructor for exception com.netflix.genie.web.exceptions.checked.IllegalAttachmentFileNameException
-
Constructor.
- IllegalAttachmentFileNameException(String) - Constructor for exception com.netflix.genie.web.exceptions.checked.IllegalAttachmentFileNameException
-
Constructor.
- IllegalAttachmentFileNameException(String, Throwable) - Constructor for exception com.netflix.genie.web.exceptions.checked.IllegalAttachmentFileNameException
-
Constructor.
- IllegalAttachmentFileNameException(Throwable) - Constructor for exception com.netflix.genie.web.exceptions.checked.IllegalAttachmentFileNameException
-
Constructor.
- Image - Class in com.netflix.genie.common.internal.dtos
-
Representation of metadata corresponding to the container image (docker, etc.) that the job should be launched in.
- Image() - Constructor for class com.netflix.genie.web.agent.launchers.dtos.TitusBatchJobRequest.Image
- IMAGE_NAME_PROPERTY - Static variable in class com.netflix.genie.web.properties.TitusAgentLauncherProperties
-
The name of the property that dictates which image to launch on Titus with.
- IMAGE_TAG_PROPERTY - Static variable in class com.netflix.genie.web.properties.TitusAgentLauncherProperties
-
The name of the property that dictates which image tag to launch on Titus with.
- Image.Builder - Class in com.netflix.genie.common.internal.dtos
-
Builder for immutable instances of
Image
. - images - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity_
- IMAGES - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity_
- IMAGES_USED - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- imagesUsed - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- Immediate() - Constructor for class com.netflix.genie.web.agent.launchers.dtos.TitusBatchJobRequest.Immediate
- INACTIVE - Enum constant in enum class com.netflix.genie.common.dto.ApplicationStatus
-
Application is inactive, and not in-use.
- INACTIVE - Enum constant in enum class com.netflix.genie.common.dto.CommandStatus
-
Command is inactive, and not in-use.
- INACTIVE - Enum constant in enum class com.netflix.genie.common.internal.dtos.ApplicationStatus
-
Application is inactive, and not in-use.
- INACTIVE - Enum constant in enum class com.netflix.genie.common.internal.dtos.CommandStatus
-
Command is inactive, and not in-use.
- includeDirectory(Path, BasicFileAttributes) - Method in interface com.netflix.genie.common.internal.dtos.DirectoryManifest.Filter
-
Whether to include a given directory in the manifest.
- includeDirectory(Path, BasicFileAttributes) - Method in class com.netflix.genie.common.internal.util.RegexDirectoryManifestFilter
-
Whether to include a given directory in the manifest.
- includeFile(Path, BasicFileAttributes) - Method in interface com.netflix.genie.common.internal.dtos.DirectoryManifest.Filter
-
Whether to include a given file in the manifest.
- includeFile(Path, BasicFileAttributes) - Method in class com.netflix.genie.common.internal.util.RegexDirectoryManifestFilter
-
Whether to include a given file in the manifest.
- inDataLayer() - Method in class com.netflix.genie.web.aspects.SystemArchitecture
-
A join point is in the data service layer if the method is defined in a type in the com.netflix.genie.web.data.services package or any sub-package under that.
- infoCommand(InfoCommand.InfoCommandArguments, ConfigurableApplicationContext, AgentMetadata) - Method in class com.netflix.genie.agent.cli.CliAutoConfiguration
-
Provide a lazy bean definition for an
InfoCommand
. - infoCommandArguments() - Method in class com.netflix.genie.agent.cli.CliAutoConfiguration
-
Provide an instance of
InfoCommand.InfoCommandArguments
. - INIT - Enum constant in enum class com.netflix.genie.common.dto.JobStatus
-
Job has been initialized, but not running yet.
- INIT - Enum constant in enum class com.netflix.genie.common.internal.dtos.JobStatus
-
Job has been initialized, but not running yet.
- INIT_FAIL - Enum constant in enum class com.netflix.genie.agent.cli.ExitCode
-
Agent failed to bootstrap and/or initialize.
- INITIAL_STATE - Static variable in enum class com.netflix.genie.agent.execution.statemachine.States
-
Initial pseudo-state.
- INITIALIZE_AGENT - Enum constant in enum class com.netflix.genie.agent.execution.statemachine.States
-
Initialize the agent.
- InitializeAgentStage - Class in com.netflix.genie.agent.execution.statemachine.stages
-
Performs generic initialization.
- InitializeAgentStage(AgentMetadata) - Constructor for class com.netflix.genie.agent.execution.statemachine.stages.InitializeAgentStage
-
Constructor.
- injectForAgent(TraceContext) - Method in class com.netflix.genie.common.internal.tracing.brave.impl.EnvVarBraveTracePropagatorImpl
-
Inject the trace context from U into the returned set of key value pairs for propagation to Agent.
- injectForAgent(C) - Method in interface com.netflix.genie.common.internal.tracing.TracePropagator
-
Inject the trace context from U into the returned set of key value pairs for propagation to Agent.
- injectForJob(TraceContext) - Method in class com.netflix.genie.common.internal.tracing.brave.impl.EnvVarBraveTracePropagatorImpl
-
Inject the trace context from U into the returned set of key value pairs for propagation to job.
- injectForJob(C) - Method in interface com.netflix.genie.common.internal.tracing.TracePropagator
-
Inject the trace context from U into the returned set of key value pairs for propagation to job.
- inResourceLayer() - Method in class com.netflix.genie.web.aspects.SystemArchitecture
-
A join point is in the resource layer if the method is defined in a type in the com.netflix.genie.web.api.rest.v3.controllers package or any sub-package under that.
- insertClusterCriterionForCommand(String, int, Criterion) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Insert a new cluster criterion for the given command at the supplied priority.
- inServiceLayer() - Method in class com.netflix.genie.web.aspects.SystemArchitecture
-
A join point is in the service layer if the method is defined in a type in the com.netflix.genie.web.services package or any sub-package under that.
- inspect(AgentClientMetadata) - Method in interface com.netflix.genie.web.agent.inspectors.AgentMetadataInspector
-
Perform inspection of an Agent client metadata.
- inspect(AgentClientMetadata) - Method in class com.netflix.genie.web.agent.inspectors.impl.BlacklistedVersionAgentMetadataInspector
-
Perform inspection of an Agent client metadata.
- inspect(AgentClientMetadata) - Method in class com.netflix.genie.web.agent.inspectors.impl.MinimumVersionAgentMetadataInspector
-
Perform inspection of an Agent client metadata.
- inspect(AgentClientMetadata) - Method in class com.netflix.genie.web.agent.inspectors.impl.RejectAllJobsAgentMetadataInspector
-
Perform inspection of an Agent client metadata.
- inspect(AgentClientMetadata) - Method in class com.netflix.genie.web.agent.inspectors.impl.WhitelistedVersionAgentMetadataInspector
-
Perform inspection of an Agent client metadata.
- inspectAgentMetadata(AgentClientMetadata) - Method in interface com.netflix.genie.web.agent.services.AgentFilterService
-
Inspect the Agent metadata and decide whether to allow this client to proceed.
- inspectAgentMetadata(AgentClientMetadata) - Method in class com.netflix.genie.web.agent.services.impl.AgentFilterServiceImpl
-
Inspect agent metadata and decide to accept or reject it.
- InspectionReport - Class in com.netflix.genie.web.agent.inspectors
-
Representation of the outcome of an inspection performed by an
AgentMetadataInspector
. - InspectionReport() - Constructor for class com.netflix.genie.web.agent.inspectors.InspectionReport
- InspectionReport.Decision - Enum Class in com.netflix.genie.web.agent.inspectors
-
The possible outcomes of an inspection.
- INSTANT - Static variable in class com.netflix.genie.test.suppliers.RandomSuppliers
-
Get a random instant.
- InstantMillisecondSerializer() - Constructor for class com.netflix.genie.common.util.JsonUtils.InstantMillisecondSerializer
- INT - Static variable in class com.netflix.genie.test.suppliers.RandomSuppliers
-
Get a random integer.
- IntegerToLongConverter - Class in com.netflix.genie.web.data.services.impl.jpa.converters
- IntegerToLongConverter() - Constructor for class com.netflix.genie.web.data.services.impl.jpa.converters.IntegerToLongConverter
- IntegrationTestingConfiguration - Class in com.netflix.genie.test.web.configs
-
Configuration overrides for integration tests.
- IntegrationTestingConfiguration() - Constructor for class com.netflix.genie.test.web.configs.IntegrationTestingConfiguration
- interactive - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- INTERACTIVE - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- intercept(Interceptor.Chain) - Method in class com.netflix.genie.client.interceptors.ResponseMappingInterceptor
- intercept(Interceptor.Chain) - Method in class com.netflix.genie.client.interceptors.UserAgentInsertInterceptor
- intercept(Interceptor.Chain) - Method in class com.netflix.genie.client.security.oauth2.impl.OAuth2SecurityInterceptor
- interceptCall(ServerCall<ReqT, RespT>, Metadata, ServerCallHandler<ReqT, RespT>) - Method in class com.netflix.genie.web.agent.apis.rpc.v4.interceptors.SimpleLoggingInterceptor
- IntrospectionAutoConfiguration - Class in com.netflix.genie.web.spring.autoconfigure.introspection
-
Auto configuration for shared DTO instances within the web server.
- IntrospectionAutoConfiguration() - Constructor for class com.netflix.genie.web.spring.autoconfigure.introspection.IntrospectionAutoConfiguration
- INVALID - Enum constant in enum class com.netflix.genie.common.dto.JobStatus
-
Job cannot be run due to invalid criteria.
- INVALID - Enum constant in enum class com.netflix.genie.common.internal.dtos.JobStatus
-
Job cannot be run due to invalid criteria.
- INVALID_ARGS - Enum constant in enum class com.netflix.genie.agent.cli.ExitCode
-
Command-line options provided are invalid.
- invalidateCachedDirectoryManifest(Path) - Method in class com.netflix.genie.common.internal.services.impl.JobDirectoryManifestCreatorServiceImpl
-
If the implementation caches manifests to avoid excessive I/O, then demand the given cache entry be dropped, thus forcing a re-creation of manifest from scratch.
- invalidateCachedDirectoryManifest(Path) - Method in interface com.netflix.genie.common.internal.services.JobDirectoryManifestCreatorService
-
If the implementation caches manifests to avoid excessive I/O, then demand the given cache entry be dropped, thus forcing a re-creation of manifest from scratch.
- InvalidStateException - Exception in com.netflix.genie.agent.execution.exceptions
-
Unchecked exception thrown in case a state action is executed with an unexpected state.
- InvalidStateException(String) - Constructor for exception com.netflix.genie.agent.execution.exceptions.InvalidStateException
-
Constructor with message.
- InvalidStateException(String, Throwable) - Constructor for exception com.netflix.genie.agent.execution.exceptions.InvalidStateException
-
Constructor with message and cause.
- isAgentConnected(String) - Method in interface com.netflix.genie.web.agent.services.AgentRoutingService
-
Whether the agent executing a given job is currently connected.
- isAgentConnected(String) - Method in class com.netflix.genie.web.agent.services.impl.AgentRoutingServiceCuratorDiscoveryImpl
-
Whether the agent executing a given job is currently connected.
- isAgentConnected(String) - Method in class com.netflix.genie.web.agent.services.impl.AgentRoutingServiceSingleNodeImpl
-
Whether the agent executing a given job is currently connected.
- isAgentConnectionLocal(String) - Method in interface com.netflix.genie.web.agent.services.AgentRoutingService
-
Tells whether the agent running a given job is connected to the local node.
- isAgentConnectionLocal(String) - Method in class com.netflix.genie.web.agent.services.impl.AgentRoutingServiceCuratorDiscoveryImpl
-
Tells whether the agent running a given job is connected to the local node.
- isAgentConnectionLocal(String) - Method in class com.netflix.genie.web.agent.services.impl.AgentRoutingServiceSingleNodeImpl
-
Tells whether the agent running a given job is connected to the local node.
- isApi() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.JobApiProjection
-
Return whether or not this job was submitted via the API or other (e.g.
- isAPI(String) - Method in interface com.netflix.genie.web.data.services.impl.jpa.repositories.JpaJobRepository
-
Return whether the job was submitted via the API or the Agent CLI.
- isApiJob(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Get whether the job with the given ID was submitted via the REST API or other mechanism.
- isApiJob(String) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Get whether the job with the given ID was submitted via the REST API or other mechanism.
- isArchivingDisabled() - Method in interface com.netflix.genie.agent.cli.ArgumentDelegates.JobRequestArguments
- isArchivingDisabled() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.JobRequestProjection
-
Get whether log archiving was requested to be disabled for this job or not.
- isConnected() - Method in interface com.netflix.genie.agent.execution.services.AgentHeartBeatService
-
Whether the agent is currently connected to a Genie node server.
- isFinished() - Method in enum class com.netflix.genie.common.dto.JobStatus
-
Check whether the job is no longer running.
- isFinished() - Method in enum class com.netflix.genie.common.internal.dtos.JobStatus
-
Check whether the job is no longer running.
- isInteractive() - Method in interface com.netflix.genie.agent.cli.ArgumentDelegates.JobRequestArguments
- isInteractive() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.JobRequestProjection
-
Get whether the job was an interactive job or not when launched.
- isInteractive() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.JobSpecificationProjection
-
Get whether the job was an interactive job or not when launched.
- isJobRequestedViaAPI() - Method in interface com.netflix.genie.agent.cli.ArgumentDelegates.JobRequestArguments
- isLaunchInJobDirectory() - Method in interface com.netflix.genie.agent.cli.ArgumentDelegates.RuntimeConfigurationArguments
- isLeader() - Method in interface com.netflix.genie.web.services.ClusterLeaderService
-
Whether or not this node is the current cluster leader.
- isLeader() - Method in class com.netflix.genie.web.services.impl.ClusterLeaderServiceCuratorImpl
-
Whether or not this node is the current cluster leader.
- isLeader() - Method in class com.netflix.genie.web.services.impl.ClusterLeaderServiceLocalLeaderImpl
-
Whether or not this node is the current cluster leader.
- isLeader() - Method in class com.netflix.genie.web.tasks.leader.LocalLeader
-
Whether local node is leader.
- isOpen() - Method in class com.netflix.genie.web.agent.resources.AgentFileResourceImpl
- isRequestedId() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.JobRequestProjection
-
Get whether the unique identifier of this request was requested by the user or not.
- isResolved() - Method in interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4.JobSpecificationProjection
-
Get whether the job specification has been resolved yet or not.
- isRunning() - Method in interface com.netflix.genie.web.services.ClusterLeaderService
-
Whether or not this node is participating in the cluster leader election.
- isRunning() - Method in class com.netflix.genie.web.services.impl.ClusterLeaderServiceCuratorImpl
-
Whether or not this node is participating in the cluster leader election.
- isRunning() - Method in class com.netflix.genie.web.services.impl.ClusterLeaderServiceLocalLeaderImpl
-
Whether or not this node is participating in the cluster leader election.
- isRunning() - Method in class com.netflix.genie.web.tasks.leader.LocalLeader
-
Whether this module is active.
- isStreamObserverCancelled(StreamObserver<JobKillRegistrationResponse>) - Method in class com.netflix.genie.web.agent.apis.rpc.v4.endpoints.GRpcJobKillServiceImpl
-
Converts StreamObserver into ServerCallStreamObserver in order to tell whether the observer is cancelled or not.
J
- 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_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.
- Job.Builder - Class in com.netflix.genie.common.dto
-
A builder to create jobs.
- 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
-
Provide a default
JobArchiveService
if no override is defined. - 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
-
Default implementation of the
JobArchiveService
. - 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(String, List<Interceptor>, GenieNetworkConfiguration) - Constructor for class com.netflix.genie.client.JobClient
-
Deprecated.
- JobClient(Retrofit, int) - Constructor for class com.netflix.genie.client.JobClient
-
Constructor.
- 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
-
Provide a
JobDirectoryManifestCreatorService
if no override is defined. - JobDirectoryManifestCreatorService - Interface in com.netflix.genie.common.internal.services
-
Factory-like service that produces
DirectoryManifest
for Genie jobs directories. - 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.converters
-
Converts
DirectoryManifest
from/toAgentManifestMessage
in order to transport manifests over gRPC. - JobDirectoryManifestProtoConverter(ObjectMapper) - Constructor for class com.netflix.genie.common.internal.dtos.converters.JobDirectoryManifestProtoConverter
-
Constructor.
- jobDirectoryServerService(ResourceLoader, DataServices, AgentFileStreamService, ArchivedJobService, MeterRegistry, AgentRoutingService) - Method in class com.netflix.genie.web.spring.autoconfigure.services.ServicesAutoConfiguration
-
Provide the default implementation of
JobDirectoryServerService
for serving job directory resources. - 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.
- JobDirectoryServerServiceImpl - Class in com.netflix.genie.web.services.impl
-
Default implementation of
JobDirectoryServerService
. - 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
-
Listener for Job JPA entity (
JobEntity
). - 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.internal.dtos
-
Final values for settings of the Genie job execution environment.
- JobEnvironment.Builder - Class in com.netflix.genie.common.internal.dtos
-
Builder to create an immutable
JobEnvironment
instance. - 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.internal.dtos
-
Fields that allow manipulation of the Genie job execution container environment.
- JobEnvironmentRequest.Builder - Class in com.netflix.genie.common.internal.dtos
-
Builder to create an immutable
JobEnvironmentRequest
instance. - 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. - jobFinishedSNSPublisher(SNSNotificationsProperties, MeterRegistry, AmazonSNS, DataServices) - Method in class com.netflix.genie.web.spring.autoconfigure.events.NotificationsAutoConfiguration
-
Create a
JobFinishedSNSPublisher
unless one exists in the context already. - 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.
- 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
-
Properties for
AgentJobKillService
. - 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(DataServices, JobResolverService, AgentLauncherSelector, BraveTracingComponents, MeterRegistry) - Method in class com.netflix.genie.web.spring.autoconfigure.services.ServicesAutoConfiguration
-
Provide a
JobLaunchService
implementation if one isn't available. - JobLaunchService - Interface in com.netflix.genie.web.services
-
Top level coordination service responsible for taking a job request and running the job if possible.
- JobLaunchServiceImpl - Class in com.netflix.genie.web.services.impl
-
Default implementation of the
JobLaunchService
. - 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 - Class in com.netflix.genie.common.internal.dtos
-
Metadata supplied by a user for a job.
- JobMetadata(JobMetadata.Builder) - Constructor for class com.netflix.genie.common.dto.JobMetadata
-
Constructor used only through the builder.
- JobMetadata.Builder - Class in com.netflix.genie.common.dto
-
Builder for creating a JobMetadata instance.
- JobMetadata.Builder - Class in com.netflix.genie.common.internal.dtos
-
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
-
Provide a lazy
JobMonitorService
bean if one hasn't already been defined. - 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
-
Properties of
JobMonitorService
. - 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(MeterRegistry) - Method in class com.netflix.genie.web.spring.autoconfigure.events.NotificationsAutoConfiguration
-
Create a
JobNotificationMetricPublisher
which publishes metrics related to to job state changes notifications. - 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.
- 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 theAmazonSNS
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 theAmazonSNS
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
-
Create a
JobStateChangeSNSPublisher
unless one exists in the context already. - JobPredicates - Class in com.netflix.genie.web.data.services.impl.jpa.queries.predicates
-
Predicate
helpers for queryingJobEntity
. - jobProcessManager(TaskScheduler, BraveTracingComponents) - Method in class com.netflix.genie.agent.spring.autoconfigure.ProcessAutoConfiguration
-
Provide a lazy
JobProcessManager
bean if one hasn't already been defined. - JobProcessManager - Interface in com.netflix.genie.agent.execution.process
-
Singleton to manage the subprocess for the actual user job this Agent instance is managing.
- 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
-
A builder to create valid, immutable
JobProcessResult
instances. - 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.internal.dtos
-
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.internal.dtos.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
-
Provide a
ArgumentDelegates.JobRequestArguments
. - jobRequestConverter(Validator) - Method in class com.netflix.genie.agent.cli.CliAutoConfiguration
-
Provide an instance of
JobRequestConverter
. - JobRequestConverter - Class in com.netflix.genie.agent.cli
-
Convert job request arguments delegate into an
AgentJobRequest
. - 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.internal.dtos
-
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.internal.dtos.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
- JobRequestModelAssembler.JobRequestWrapper - Class in com.netflix.genie.web.apis.rest.v3.hateoas.assemblers
-
A simple wrapper class because the job request may not have an id available (there wasn't one originally sent) so need to use the one the system provided later in order to generate the links properly.
- JobRequestProjection - Interface in com.netflix.genie.web.data.services.impl.jpa.queries.projections.v4
-
Projection of just the fields needed for a V4
JobRequest
. - 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.
- JobRequestWrapper(String, JobRequest) - Constructor for class com.netflix.genie.web.apis.rest.v3.hateoas.assemblers.JobRequestModelAssembler.JobRequestWrapper
-
Constructor.
- 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.
- jobResolutionProperties(Environment) - Method in class com.netflix.genie.web.spring.autoconfigure.services.ServicesAutoConfiguration
-
Provide a bean for
JobResolutionProperties
which encapsulates defaults and other values set by external configuration related to job resolution. - JobResolutionProperties - Class in com.netflix.genie.web.properties
-
Properties related to the job resolution process.
- JobResolutionProperties(Environment) - Constructor for class com.netflix.genie.web.properties.JobResolutionProperties
-
Constructor.
- JobResolutionProperties.DefaultImage - Class in com.netflix.genie.web.properties
-
Defaults for container images that will combine together to execute the Genie job.
- JobResolutionProperties.Resources - Class in com.netflix.genie.web.properties
-
Computation resource properties.
- JobResolutionProperties.Runtime - Class in com.netflix.genie.web.properties
-
Container for the runtime defaults set in properties.
- jobResolverService(DataServices, List<ClusterSelector>, CommandSelector, MeterRegistry, JobsProperties, JobResolutionProperties, BraveTracingComponents) - Method in class com.netflix.genie.web.spring.autoconfigure.services.ServicesAutoConfiguration
-
Get an implementation of
JobResolverService
if one hasn't already been defined. - 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.
- JobResolverServiceImpl - Class in com.netflix.genie.web.services.impl
-
Implementation of the
JobResolverService
APIs. - JobResolverServiceImpl(DataServices, List<ClusterSelector>, CommandSelector, MeterRegistry, JobsProperties, JobResolutionProperties, 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, String, Instant, Instant, String, String) - Constructor for class com.netflix.genie.common.dto.search.JobSearchResult
-
Constructor.
- JobSearchResult(String, String, String, JobStatus, 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.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.converters.JobServiceProtoConverter
- 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.
- 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
- 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
-
Provide a lazy
JobSetupService
bean if one hasn't already been defined. - 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
-
Properties for
JobSetupService
. - 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.internal.dtos
-
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.internal.dtos.JobSpecification
-
Constructor.
- JobSpecification.ExecutionResource - Class in com.netflix.genie.common.internal.dtos
-
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(JobsForwardingProperties, JobsLocationsProperties, JobsMemoryProperties, JobsUsersProperties, JobsActiveLimitProperties) - Method in class com.netflix.genie.web.spring.autoconfigure.services.ServicesAutoConfiguration
-
Collection of properties related to job execution.
- 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.
- 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 Class in com.netflix.genie.common.dto
-
Possible statuses for a Job.
- JobStatus - Enum Class in com.netflix.genie.common.internal.dtos
-
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
-
Builder for
JobSubmission
instances. - 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
-
A repository for
CriterionEntity
. - 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
-
Implementation of
PersistenceService
using 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 convertJsonNode
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.
K
- kill(KillService.KillSource) - Method in class com.netflix.genie.agent.execution.process.impl.JobProcessManagerImpl
-
Terminate job process execution (if still running) or prevent it from launching (if not launched yet).
- kill(KillService.KillSource) - Method in interface com.netflix.genie.agent.execution.process.JobProcessManager
-
Terminate job process execution (if still running) or prevent it from launching (if not launched yet).
- kill(KillService.KillSource) - Method in interface com.netflix.genie.agent.execution.services.KillService
-
Perform all operations associated with killing the job.
- kill(KillService.KillSource) - Method in interface com.netflix.genie.agent.execution.statemachine.JobExecutionStateMachine
-
Abort execution, if necessary by stopping the running job process.
- kill(KillService.KillSource) - Method in class com.netflix.genie.agent.execution.statemachine.JobExecutionStateMachineImpl
- kill(String, String, HttpServletRequest) - Method in class com.netflix.genie.web.services.impl.RequestForwardingServiceImpl
-
Send a kill request for the given job id to another Genie host.
- kill(String, String, HttpServletRequest) - Method in interface com.netflix.genie.web.services.RequestForwardingService
-
Send a kill request for the given job id to another Genie host.
- KILLED - Enum constant in enum class com.netflix.genie.common.dto.JobStatus
-
Job has been killed.
- KILLED - Enum constant in enum class com.netflix.genie.common.internal.dtos.JobStatus
-
Job has been killed.
- KILLED_EXIT_CODE - Static variable in class com.netflix.genie.common.dto.JobExecution
-
The exit code that will be set to indicate a job is killed.
- killJob(String, String, HttpServletRequest) - Method in interface com.netflix.genie.web.services.JobKillService
-
Kill the job with the given id if possible.
- killJob(String) - Method in interface com.netflix.genie.client.apis.JobService
-
Method to send a job kill request to Genie.
- killJob(String) - Method in class com.netflix.genie.client.JobClient
-
Method to send a kill job request to Genie.
- killJob(String, String, HttpServletRequest) - Method in class com.netflix.genie.web.agent.apis.rpc.v4.endpoints.GRpcJobKillServiceImpl
-
Kill the job with the given id if possible.
- killJob(String, String, HttpServletRequest) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.JobRestController
-
Kill job based on given job ID.
- killService(ExecutionContext, AgentProperties) - Method in class com.netflix.genie.agent.execution.services.impl.ServicesAutoConfiguration
-
Provide a lazy
KillService
bean if one hasn't already been defined. - KillService - Interface in com.netflix.genie.agent.execution.services
-
Service responsible for killing the job.
- KillService.KillSource - Enum Class in com.netflix.genie.agent.execution.services
-
Enumeration for the source of a request to kill the job.
L
- lastModified() - Method in class com.netflix.genie.web.agent.resources.AgentFileResourceImpl
- LAUNCH_JOB - Enum constant in enum class com.netflix.genie.agent.execution.statemachine.States
-
Launch the job process.
- LAUNCH_TIMER - Static variable in interface com.netflix.genie.web.agent.launchers.AgentLauncher
-
Shared name of a timer that can be used by launchers to record how long it took them to perform their respective launch.
- launchAgent(ResolvedJob, JsonNode) - Method in class com.netflix.genie.web.agent.launchers.impl.LocalAgentLauncherImpl
-
Launch an agent to execute the given
ResolvedJob
information. - launchAgent(ResolvedJob, JsonNode) - Method in interface com.netflix.genie.web.agent.launchers.AgentLauncher
-
Launch an agent to execute the given
ResolvedJob
information. - launchAgent(ResolvedJob, JsonNode) - Method in class com.netflix.genie.web.agent.launchers.impl.TitusAgentLauncherImpl
-
Launch an agent to execute the given
ResolvedJob
information. - LAUNCHER_CLASS_EXT_FIELD - Static variable in interface com.netflix.genie.web.agent.launchers.AgentLauncher
-
Shared key representing the class that key for the Launcher Ext context the API can return.
- LAUNCHER_CLASS_KEY - Static variable in interface com.netflix.genie.web.agent.launchers.AgentLauncher
-
Shared key for a tag that can be added to the timer metric to add the implementation class in order to aid in adding a convenient dimension.
- LAUNCHER_EXT - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity_
- LAUNCHER_EXT - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- launcherExt - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity_
- launcherExt - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- launchJob(JobSubmission) - Method in class com.netflix.genie.web.services.impl.JobLaunchServiceImpl
-
Launches a job on behalf of the user.
- launchJob(JobSubmission) - Method in interface com.netflix.genie.web.services.JobLaunchService
-
Launches a job on behalf of the user.
- LaunchJobStage - Class in com.netflix.genie.agent.execution.statemachine.stages
-
Launches the job process.
- LaunchJobStage(JobProcessManager) - Constructor for class com.netflix.genie.agent.execution.statemachine.stages.LaunchJobStage
-
Constructor.
- launchProcess(File, File, boolean, Integer, boolean) - Method in class com.netflix.genie.agent.execution.process.impl.JobProcessManagerImpl
-
Launch the job process (unless launch was aborted by previous a
kill
call). - launchProcess(File, File, boolean, Integer, boolean) - Method in interface com.netflix.genie.agent.execution.process.JobProcessManager
-
Launch the job process (unless launch was aborted by previous a
kill
call). - LeaderAutoConfiguration - Class in com.netflix.genie.web.spring.autoconfigure.tasks.leader
-
Beans for Leadership of a Genie cluster.
- LeaderAutoConfiguration() - Constructor for class com.netflix.genie.web.spring.autoconfigure.tasks.leader.LeaderAutoConfiguration
- leaderElectionActuator(ClusterLeaderService) - Method in class com.netflix.genie.web.spring.autoconfigure.tasks.leader.LeaderAutoConfiguration
-
Create a
LeaderElectionActuator
bean if one is not already defined and ifClusterLeaderService
is available. - LeaderElectionActuator - Class in com.netflix.genie.web.spring.actuators
-
An actuator endpoint that exposes leadership status and allows stop/start/restart of the leader election service.
- LeaderElectionActuator(ClusterLeaderService) - Constructor for class com.netflix.genie.web.spring.actuators.LeaderElectionActuator
-
Constructor.
- LeaderElectionActuator.Action - Enum Class in com.netflix.genie.web.spring.actuators
-
Operations that this actuator can perform on the leader service.
- leaderInitiatorFactory(CuratorFramework, ZookeeperProperties) - Method in class com.netflix.genie.web.spring.autoconfigure.ZookeeperAutoConfiguration
-
The leadership initialization factory bean which will create a LeaderInitiator to kick off the leader election process within this node for the cluster if Zookeeper is configured.
- LeadershipProperties - Class in com.netflix.genie.web.properties
-
Properties related to static leadership election configurations.
- LeadershipProperties() - Constructor for class com.netflix.genie.web.properties.LeadershipProperties
- LeaderTask - Class in com.netflix.genie.web.tasks.leader
-
Interface for any task that a node elected as the leader of a Genie cluster should run.
- LeaderTask() - Constructor for class com.netflix.genie.web.tasks.leader.LeaderTask
- leaderTasksCoordinator(TaskScheduler, Set<LeaderTask>) - Method in class com.netflix.genie.web.spring.autoconfigure.tasks.leader.LeaderAutoConfiguration
-
Create the LeadershipTasksCoordination bean used to start and stop all leadership related tasks based on whether leadership is granted or revoked.
- LeaderTasksCoordinator - Class in com.netflix.genie.web.tasks.leader
-
Class which handles coordinating leadership related tasks.
- LeaderTasksCoordinator(TaskScheduler, Collection<LeaderTask>) - Constructor for class com.netflix.genie.web.tasks.leader.LeaderTasksCoordinator
-
Constructor.
- loadYamlPropertySource(String, Resource) - Static method in class com.netflix.genie.common.internal.util.PropertySourceUtils
-
Load a YAML
PropertySource
from the givenresource
. - localAgentLauncher(GenieWebHostInfo, GenieWebRpcInfo, DataServices, LocalAgentLauncherProperties, ExecutorFactory, BraveTracingComponents, MeterRegistry) - Method in class com.netflix.genie.web.spring.autoconfigure.agent.launchers.AgentLaunchersAutoConfiguration
-
Provide a
AgentLauncher
implementation which launches local agent processes if enabled via property. - LocalAgentLauncherImpl - Class in com.netflix.genie.web.agent.launchers.impl
-
Implementation of
AgentLauncher
which launched Agent instances on the local Genie hardware. - LocalAgentLauncherImpl(GenieWebHostInfo, GenieWebRpcInfo, DataServices, LocalAgentLauncherProperties, ExecutorFactory, BraveTracingComponents, MeterRegistry) - Constructor for class com.netflix.genie.web.agent.launchers.impl.LocalAgentLauncherImpl
-
Constructor.
- LocalAgentLauncherProperties - Class in com.netflix.genie.web.properties
-
Properties related to launching Agent processes locally.
- LocalAgentLauncherProperties() - Constructor for class com.netflix.genie.web.properties.LocalAgentLauncherProperties
- localClusterLeaderService(LocalLeader) - Method in class com.netflix.genie.web.spring.autoconfigure.tasks.leader.LeaderAutoConfiguration
-
Create a
ClusterLeaderService
based on static configuration ifLocalLeader
is available and the bean does not already exist. - LocalFileSystemAttachmentServiceImpl - Class in com.netflix.genie.web.services.impl
-
Implementation of
AttachmentService
that saves the files to a local directory. - LocalFileSystemAttachmentServiceImpl(AttachmentServiceProperties) - Constructor for class com.netflix.genie.web.services.impl.LocalFileSystemAttachmentServiceImpl
-
Constructor.
- localLeader(GenieEventBus, LeadershipProperties) - Method in class com.netflix.genie.web.spring.autoconfigure.tasks.leader.LeaderAutoConfiguration
-
If Zookeeper isn't available and this node is forced to be the leader create the local leader bean which will fire appropriate events.
- LocalLeader - Class in com.netflix.genie.web.tasks.leader
-
A class to control leadership activities when remote leadership isn't enabled and this node has been forcibly elected as the leader.
- LocalLeader(GenieEventBus, boolean) - Constructor for class com.netflix.genie.web.tasks.leader.LocalLeader
-
Constructor.
- localValidatorFactoryBean() - Method in class com.netflix.genie.web.spring.autoconfigure.ValidationAutoConfiguration
-
Setup bean validation.
- lock() - Method in interface com.netflix.genie.agent.utils.locks.CloseableLock
-
Acquire a lock.
- lock() - Method in class com.netflix.genie.agent.utils.locks.impl.FileLock
-
Acquire a lock.
- LockException - Exception in com.netflix.genie.agent.execution.exceptions
-
Exception thrown when there is a problem with locks.
- LockException(String) - Constructor for exception com.netflix.genie.agent.execution.exceptions.LockException
-
Constructor with message.
- LockException(String, Throwable) - Constructor for exception com.netflix.genie.agent.execution.exceptions.LockException
-
Constructor with message and cause.
- LOG_EXECUTION_ERRORS - Enum constant in enum class com.netflix.genie.agent.execution.statemachine.States
-
Dump execution error summary in the log.
- LogExecutionErrorsStage - Class in com.netflix.genie.agent.execution.statemachine.stages
-
Logs execution errors encountered so far.
- LogExecutionErrorsStage() - Constructor for class com.netflix.genie.agent.execution.statemachine.stages.LogExecutionErrorsStage
-
Constructor.
- loggingListener() - Method in class com.netflix.genie.agent.execution.ExecutionAutoConfiguration
-
Provide a lazy
LoggingListener
bean. - LoggingListener - Class in com.netflix.genie.agent.execution.statemachine.listeners
-
Listener that logs state machine events and transitions.
- LoggingListener() - Constructor for class com.netflix.genie.agent.execution.statemachine.listeners.LoggingListener
- LOGS_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.
- LONG - Static variable in class com.netflix.genie.test.suppliers.RandomSuppliers
-
Get a random long.
- LOST_EXIT_CODE - Static variable in class com.netflix.genie.common.dto.JobExecution
-
The exit code that will be set to indicate a job is has been lost by Genie.
M
- main(String[]) - Static method in class com.netflix.genie.GenieAgentApplication
-
Main method, actual execution is delegated to GenieAgentRunner.
- main(String[]) - Static method in class com.netflix.genie.GenieApp
-
Spring Boot Main.
- main(String[]) - Static method in class com.netflix.genie.GenieTestApp
-
Spring Boot Main.
- mainCommandArguments() - Method in class com.netflix.genie.agent.cli.CliAutoConfiguration
-
Provide a
MainCommandArguments
. - ManagedScript - Class in com.netflix.genie.web.scripts
-
Abstract script class for components that rely on an external script to be loaded and invoked at runtime.
- ManagedScript(ScriptManager, ManagedScriptBaseProperties, MeterRegistry) - Constructor for class com.netflix.genie.web.scripts.ManagedScript
- ManagedScriptBaseProperties - Class in com.netflix.genie.web.scripts
-
Base abstract properties for individual script classes to extend.
- ManagedScriptBaseProperties() - Constructor for class com.netflix.genie.web.scripts.ManagedScriptBaseProperties
- managedScriptPreLoader(List<ManagedScript>) - Method in class com.netflix.genie.web.spring.autoconfigure.scripts.ScriptsAutoConfiguration
-
Create a
SmartInitializingSingleton
that "warms" known scripts so they're ready for execution on first invocation. - manageScript(URI) - Method in class com.netflix.genie.web.scripts.ScriptManager
-
Start managing the given script, loading it ASAP (asynchronously) and refreshing it periodically.
- mangleBareDoubleDash(String[]) - Static method in class com.netflix.genie.agent.cli.Util
-
Replace all "bare double dash" arguments in the input array.
- MANIFEST_DIRECTORY - Static variable in interface com.netflix.genie.common.internal.services.JobArchiveService
-
The subdirectory within the job directory where the manifest will be placed.
- MANIFEST_NAME - Static variable in interface com.netflix.genie.common.internal.services.JobArchiveService
-
The name of job manifest file generated by the system.
- ManifestEntry(String, String, Instant, Instant, Instant, boolean, long, String, String, String, Set<String>) - Constructor for class com.netflix.genie.common.internal.dtos.DirectoryManifest.ManifestEntry
-
Constructor.
- manifestToProtoMessage(String, DirectoryManifest) - Method in class com.netflix.genie.common.internal.dtos.converters.JobDirectoryManifestProtoConverter
-
Construct a
AgentManifestMessage
from the givenDirectoryManifest
. - marshall(Object) - Static method in class com.netflix.genie.common.util.JsonUtils
-
Convert a Java object to a JSON string.
- MAX_DELETED_PER_TRANSACTION_PROPERTY - Static variable in class com.netflix.genie.web.properties.DatabaseCleanupProperties.JobDatabaseCleanupProperties
-
The number of job records to delete from the database in a single transaction.
- memory - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity_
- MEMORY - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity_
- MEMORY_USED - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- memoryUsed - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- metadata - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.BaseEntity_
- METADATA - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.BaseEntity_
- methodValidationPostProcessor() - Method in class com.netflix.genie.web.spring.autoconfigure.ValidationAutoConfiguration
-
Setup method parameter bean validation.
- MetricsConstants - Class in com.netflix.genie.web.util
-
Used to store constants related to metric names.
- MetricsConstants.TagKeys - Class in com.netflix.genie.web.util
-
Inner class for constants used as key to tag metrics.
- MetricsConstants.TagValues - Class in com.netflix.genie.web.util
-
Constants used as metrics tags values by various classes.
- MetricsUtils - Class in com.netflix.genie.web.util
-
Utility methods for metrics.
- MINIMUM_BANDWIDTH_PROPERTY - Static variable in class com.netflix.genie.web.properties.TitusAgentLauncherProperties
-
The minimum network bandwidth to allocate to the container.
- MINIMUM_CPU_PROPERTY - Static variable in class com.netflix.genie.web.properties.TitusAgentLauncherProperties
-
The minimum number of CPUs any container should launch with.
- MINIMUM_DISK_SIZE_PROPERTY - Static variable in class com.netflix.genie.web.properties.TitusAgentLauncherProperties
-
The minimum size of the disk volume to attach to the job container.
- MINIMUM_GPU_PROPERTY - Static variable in class com.netflix.genie.web.properties.TitusAgentLauncherProperties
-
The minimum number of GPUs any container should launch with.
- MINIMUM_MEMORY_PROPERTY - Static variable in class com.netflix.genie.web.properties.TitusAgentLauncherProperties
-
The minimum amount of memory a container should be allocated.
- minimumVersionAgentMetadataInspector(AgentFilterProperties) - Method in class com.netflix.genie.web.spring.autoconfigure.agent.inspectors.AgentInspectorsAutoConfiguration
-
A
AgentMetadataInspector
that rejects agents whose version is lower than a given version. - MinimumVersionAgentMetadataInspector - Class in com.netflix.genie.web.agent.inspectors.impl
-
An
AgentMetadataInspector
that rejects agents whose version is older than a given version. - MinimumVersionAgentMetadataInspector(AgentFilterProperties) - Constructor for class com.netflix.genie.web.agent.inspectors.impl.MinimumVersionAgentMetadataInspector
-
Constructor.
- modifyJobRequest(TitusBatchJobRequest, ResolvedJob) - Method in interface com.netflix.genie.web.agent.launchers.impl.TitusAgentLauncherImpl.TitusJobRequestAdapter
-
Given the current
TitusBatchJobRequest
and theResolvedJob
that the agent container is expected to execute this method should manipulate (if necessary) the request as needed for the given Titus installation Genie is calling. - multicastEvent(ApplicationEvent) - Method in class com.netflix.genie.web.events.GenieEventBusImpl
- multicastEvent(ApplicationEvent, ResolvableType) - Method in class com.netflix.genie.web.events.GenieEventBusImpl
N
- name - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.BaseEntity_
- name - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CriterionEntity_
- NAME - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.BaseEntity_
- NAME - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CriterionEntity_
- NETWORK_MBPS - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity_
- NETWORK_MBPS_USED - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- NetworkConfiguration() - Constructor for class com.netflix.genie.web.agent.launchers.dtos.TitusBatchJobRequest.NetworkConfiguration
- networkMbps - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity_
- networkMbpsUsed - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- NEW_JOB_TAG - Static variable in class com.netflix.genie.common.internal.tracing.TracingConstants
-
The tag to represent that this span contains a new job submission.
- newAcceptance(String) - Static method in class com.netflix.genie.web.agent.inspectors.InspectionReport
-
Factory method for
InspectionReport
. - newFailureTagsSetForException(Throwable) - Static method in class com.netflix.genie.web.util.MetricsUtils
-
Convenience method that creates a tag set pre-populated with failure status and exception details.
- newInstance(boolean) - Method in class com.netflix.genie.web.util.ExecutorFactory
-
Create a new
Executor
implementation instance. - newManifestBuilder() - Method in interface com.netflix.genie.agent.execution.services.DownloadService
-
Get a new manifest builder.
- newRejection(String) - Static method in class com.netflix.genie.web.agent.inspectors.InspectionReport
-
Factory method for
InspectionReport
. - newSuccessTagsSet() - Static method in class com.netflix.genie.web.util.MetricsUtils
-
Convenience method that creates a tag set pre-populated with success status.
- nextExecutionTime(TriggerContext) - Method in class com.netflix.genie.common.internal.util.ExponentialBackOffTrigger
- NO_CLEANUP - Enum constant in enum class com.netflix.genie.agent.execution.CleanupStrategy
-
Skip cleanup completely.
- NO_FILES - Enum constant in enum class com.netflix.genie.common.dto.ArchiveStatus
-
No files were archived because no files were created.
- NO_FILES - Enum constant in enum class com.netflix.genie.common.internal.dtos.ArchiveStatus
-
No files were archived because no files were created.
- NodeAutoConfiguration - Class in com.netflix.genie.web.spring.autoconfigure.tasks.node
-
Auto configuration for tasks that run on every Genie server node.
- NodeAutoConfiguration() - Constructor for class com.netflix.genie.web.spring.autoconfigure.tasks.node.NodeAutoConfiguration
- NotFoundException - Exception in com.netflix.genie.web.exceptions.checked
-
An exception thrown when a resource is not found in the system.
- NotFoundException() - Constructor for exception com.netflix.genie.web.exceptions.checked.NotFoundException
-
Constructor.
- NotFoundException(String) - Constructor for exception com.netflix.genie.web.exceptions.checked.NotFoundException
-
Constructor.
- NotFoundException(String, Throwable) - Constructor for exception com.netflix.genie.web.exceptions.checked.NotFoundException
-
Constructor.
- NotFoundException(Throwable) - Constructor for exception com.netflix.genie.web.exceptions.checked.NotFoundException
-
Constructor.
- NotificationsAutoConfiguration - Class in com.netflix.genie.web.spring.autoconfigure.events
-
Beans related to external notifications.
- NotificationsAutoConfiguration() - Constructor for class com.netflix.genie.web.spring.autoconfigure.events.NotificationsAutoConfiguration
- notify(String, JobStatus, JobStatus) - Method in interface com.netflix.genie.web.data.observers.PersistedJobStatusObserver
-
Handle a notification of job status change after the latter was successfully committed to persistent storage.
- notify(String, JobStatus, JobStatus) - Method in class com.netflix.genie.web.data.observers.PersistedJobStatusObserverImpl
-
Handle a notification of job status change after the latter was successfully committed to persistent storage.
- notifyDisconnected(String, String) - Method in interface com.netflix.genie.web.agent.services.AgentConnectionTrackingService
-
Handle a disconnection.
- notifyDisconnected(String, String) - Method in class com.netflix.genie.web.agent.services.impl.AgentConnectionTrackingServiceImpl
-
Handle a disconnection.
- notifyHeartbeat(String, String) - Method in interface com.netflix.genie.web.agent.services.AgentConnectionTrackingService
-
Handle a heartbeat.
- notifyHeartbeat(String, String) - Method in class com.netflix.genie.web.agent.services.impl.AgentConnectionTrackingServiceImpl
-
Handle a heartbeat.
- NUM_ATTACHMENTS - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- numAttachments - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
O
- OAuth2SecurityInterceptor - Class in com.netflix.genie.client.security.oauth2.impl
-
An interceptor that adds security headers to all outgoing requests.
- OAuth2SecurityInterceptor(String, String, String, String, String) - Constructor for class com.netflix.genie.client.security.oauth2.impl.OAuth2SecurityInterceptor
-
Constructor.
- OBTAIN_JOB_SPECIFICATION - Enum constant in enum class com.netflix.genie.agent.execution.statemachine.States
-
Obtain the job specification.
- ObtainJobSpecificationStage - Class in com.netflix.genie.agent.execution.statemachine.stages
-
Obtains job specification from server.
- ObtainJobSpecificationStage(AgentJobService) - Constructor for class com.netflix.genie.agent.execution.statemachine.stages.ObtainJobSpecificationStage
-
Constructor.
- onApplicationEvent(JobStateChangeEvent) - Method in class com.netflix.genie.web.events.JobFinishedSNSPublisher
- onApplicationEvent(JobStateChangeEvent) - Method in class com.netflix.genie.web.events.JobNotificationMetricPublisher
- onApplicationEvent(JobStateChangeEvent) - Method in class com.netflix.genie.web.events.JobStateChangeSNSPublisher
- onCreateBaseEntity() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.AuditEntity
-
Updates the created and updated timestamps to be creation time.
- onLeaderEvent(AbstractLeaderEvent) - Method in class com.netflix.genie.web.tasks.leader.LeaderTasksCoordinator
-
Leadership event listener.
- onShutdown(ContextClosedEvent) - Method in class com.netflix.genie.web.tasks.TasksCleanup
-
When the spring context is about to close make sure we shutdown the thread pool and anything else we need to do.
- onUpdateBaseEntity() - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.AuditEntity
-
On any update to the entity will update the update time.
- OptionalInstantMillisecondSerializer() - Constructor for class com.netflix.genie.common.util.JsonUtils.OptionalInstantMillisecondSerializer
- OUT_OF_SERVICE - Enum constant in enum class com.netflix.genie.common.dto.ClusterStatus
-
Cluster may be running, but not accepting job submissions.
- OUT_OF_SERVICE - Enum constant in enum class com.netflix.genie.common.internal.dtos.ClusterStatus
-
Cluster may be running, but not accepting job submissions.
- Owner() - Constructor for class com.netflix.genie.web.agent.launchers.dtos.TitusBatchJobRequest.Owner
P
- PAGE_SIZE_PROPERTY - Static variable in class com.netflix.genie.web.properties.DatabaseCleanupProperties.JobDatabaseCleanupProperties
-
The page size used within each cleanup transaction to iterate through the job records.
- parse(String) - Static method in enum class com.netflix.genie.common.dto.ApplicationStatus
-
Parse config status.
- parse(String) - Static method in enum class com.netflix.genie.common.dto.ClusterStatus
-
Parse cluster status.
- parse(String) - Static method in enum class com.netflix.genie.common.dto.CommandStatus
-
Parse command status.
- parse(String) - Static method in enum class com.netflix.genie.common.dto.JobStatus
-
Parse job status.
- patchApplication(String, JsonPatch) - Method in interface com.netflix.genie.client.apis.ApplicationService
-
Patch a application using JSON Patch.
- patchApplication(String, JsonPatch) - Method in class com.netflix.genie.client.ApplicationClient
-
Method to patch a application using json patch instructions.
- patchApplication(String, JsonPatch) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ApplicationRestController
-
Patch an application using JSON Patch.
- patchCluster(String, JsonPatch) - Method in interface com.netflix.genie.client.apis.ClusterService
-
Patch a cluster using JSON Patch.
- patchCluster(String, JsonPatch) - Method in class com.netflix.genie.client.ClusterClient
-
Method to patch a cluster using json patch instructions.
- patchCluster(String, JsonPatch) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ClusterRestController
-
Patch a cluster using JSON Patch.
- patchCommand(String, JsonPatch) - Method in interface com.netflix.genie.client.apis.CommandService
-
Patch a command using JSON Patch.
- patchCommand(String, JsonPatch) - Method in class com.netflix.genie.client.CommandClient
-
Method to patch a command using json patch instructions.
- patchCommand(String, JsonPatch) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Patch a command using JSON Patch.
- PathUtils - Class in com.netflix.genie.agent.utils
-
Utilities to compose filesystem paths.
- PENDING - Enum constant in enum class com.netflix.genie.common.dto.ArchiveStatus
-
Files will be uploaded after the job finishes.
- PENDING - Enum constant in enum class com.netflix.genie.common.internal.dtos.ArchiveStatus
-
Files will be uploaded after the job finishes.
- persistedJobStatusObserver(GenieEventBus) - Method in class com.netflix.genie.web.spring.autoconfigure.events.NotificationsAutoConfiguration
-
Create
PersistedJobStatusObserver
if one does not exist. - PersistedJobStatusObserver - Interface in com.netflix.genie.web.data.observers
-
Interface for an observer that gets notified of job 'status' change after the latter is persisted.
- PersistedJobStatusObserverImpl - Class in com.netflix.genie.web.data.observers
-
Observer of persisted entities modifications that publishes events on the event bus to be consumed asynchronously by interested consumers.
- PersistedJobStatusObserverImpl(GenieEventBus) - Constructor for class com.netflix.genie.web.data.observers.PersistedJobStatusObserverImpl
-
Constructor.
- PersistenceService - Interface in com.netflix.genie.web.data.services
-
Service API for all Genie persistence related operations.
- ping(PingRequest, StreamObserver<PongResponse>) - Method in class com.netflix.genie.web.agent.apis.rpc.v4.endpoints.GRpcPingServiceImpl
- pingCommand(PingCommand.PingCommandArguments, PingServiceGrpc.PingServiceFutureStub, AgentMetadata) - Method in class com.netflix.genie.agent.cli.CliAutoConfiguration
-
Provide a lazy bean for a
PingCommand
. - pingCommandArguments(ArgumentDelegates.ServerArguments) - Method in class com.netflix.genie.agent.cli.CliAutoConfiguration
-
Provides a
PingCommand.PingCommandArguments
bean. - pingServiceClient(ManagedChannel) - Method in class com.netflix.genie.agent.rpc.GRpcAutoConfiguration
-
Provide a prototype bean definition for a
PingServiceGrpc.PingServiceFutureStub
. - POST_EXECUTION_MANIFEST_REFRESH - Enum constant in enum class com.netflix.genie.agent.execution.statemachine.States
-
Trigger a job directory manifest refresh after job process terminated.
- POST_LAUNCH_MANIFEST_REFRESH - Enum constant in enum class com.netflix.genie.agent.execution.statemachine.States
-
Trigger a job directory manifest refresh after the job has launched.
- POST_SETUP_MANIFEST_REFRESH - Enum constant in enum class com.netflix.genie.agent.execution.statemachine.States
-
Trigger a job directory manifest refresh after job setup completed.
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class com.netflix.genie.agent.spring.processors.GenieDefaultPropertiesPostProcessor
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class com.netflix.genie.web.spring.processors.GenieDefaultPropertiesPostProcessor
- PreconditionFailedException - Exception in com.netflix.genie.web.exceptions.checked
-
Exception thrown when a precondition is not met on method invocation.
- PreconditionFailedException() - Constructor for exception com.netflix.genie.web.exceptions.checked.PreconditionFailedException
-
Constructor.
- PreconditionFailedException(String) - Constructor for exception com.netflix.genie.web.exceptions.checked.PreconditionFailedException
-
Constructor.
- PreconditionFailedException(String, Throwable) - Constructor for exception com.netflix.genie.web.exceptions.checked.PreconditionFailedException
-
Constructor.
- PreconditionFailedException(Throwable) - Constructor for exception com.netflix.genie.web.exceptions.checked.PreconditionFailedException
-
Constructor.
- preDestroy() - Method in class com.netflix.genie.web.tasks.leader.LeaderTasksCoordinator
-
Make sure any threads are taken care of before this object is destroyed.
- PredicateUtils - Class in com.netflix.genie.web.data.services.impl.jpa.queries.predicates
-
Utility methods for the JPA
Predicate
generation. - PREFIX - Static variable in class com.netflix.genie.agent.properties.AgentProperties
-
Properties prefix.
- PREFIX - Static variable in class com.netflix.genie.web.properties.AgentLauncherSelectorScriptProperties
-
Prefix for this properties class.
- PREFIX - Static variable in class com.netflix.genie.web.properties.ClusterSelectorScriptProperties
-
Prefix for this properties class.
- PREFIX - Static variable in class com.netflix.genie.web.properties.CommandSelectorManagedScriptProperties
-
Prefix for this properties class.
- PREFIX - Static variable in class com.netflix.genie.web.properties.ScriptManagerProperties
-
Properties prefix.
- PREFIX - Static variable in class com.netflix.genie.web.properties.TitusAgentLauncherProperties
-
Properties prefix.
- printBanner(Environment) - Static method in class com.netflix.genie.agent.cli.logging.ConsoleLog
-
Load and print the Spring banner (if one is configured) to UserConsole.
- PROCESS_ID - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- ProcessAutoConfiguration - Class in com.netflix.genie.agent.spring.autoconfigure
-
Spring Auto Configuration for the
com.netflix.genie.agent.execution.process
module. - ProcessAutoConfiguration() - Constructor for class com.netflix.genie.agent.spring.autoconfigure.ProcessAutoConfiguration
- processExecutor() - Method in class com.netflix.genie.web.spring.autoconfigure.tasks.TasksAutoConfiguration
-
Get an
Executor
to use for executing processes from tasks. - processExecutorFactory() - Method in class com.netflix.genie.web.spring.autoconfigure.agent.launchers.AgentLaunchersAutoConfiguration
-
Provide an
ExecutorFactory
instance if no other was defined. - processId - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- profile(ProceedingJoinPoint) - Method in class com.netflix.genie.web.aspects.DataServiceRetryAspect
-
Aspect implementation method of retrying the data service method on certain failures.
- properties - Variable in class com.netflix.genie.web.events.JobFinishedSNSPublisher
- PropertiesMapCache - Class in com.netflix.genie.common.internal.util
-
Utility class that produces a map of properties and their values if they match a given prefix.
- PropertiesMapCache(Duration, Environment, String) - Constructor for class com.netflix.genie.common.internal.util.PropertiesMapCache
-
Constructor.
- PropertiesMapCache.Factory - Class in com.netflix.genie.common.internal.util
-
Factory class that produces
PropertiesMapCache
instances. - propertiesMapCacheFactory(Environment) - Method in class com.netflix.genie.common.internal.configs.CommonServicesAutoConfiguration
-
Provide a
PropertiesMapCache.Factory
if no override is defined. - PROPERTY_PREFIX - Static variable in class com.netflix.genie.common.internal.properties.RegexDirectoryManifestProperties
-
Properties prefix.
- PROPERTY_PREFIX - Static variable in class com.netflix.genie.web.properties.AgentCleanupProperties
-
The property prefix for all properties in this group.
- PROPERTY_PREFIX - Static variable in class com.netflix.genie.web.properties.AgentFileStreamProperties
-
Prefix for all properties related to the agent file transfer service.
- PROPERTY_PREFIX - Static variable in class com.netflix.genie.web.properties.ArchiveStatusCleanupProperties
-
The property prefix for all properties in this group.
- PROPERTY_PREFIX - Static variable in class com.netflix.genie.web.properties.AttachmentServiceProperties
-
The property prefix for job user limiting.
- PROPERTY_PREFIX - Static variable in class com.netflix.genie.web.properties.AwsCredentialsProperties
-
The property prefix for Genie AWS Credentials.
- PROPERTY_PREFIX - Static variable in class com.netflix.genie.web.properties.DatabaseCleanupProperties
-
The property prefix for Database Cleanup related tasks.
- PROPERTY_PREFIX - Static variable in class com.netflix.genie.web.properties.DataServiceRetryProperties
-
The property prefix for all properties in this group.
- PROPERTY_PREFIX - Static variable in class com.netflix.genie.web.properties.DiskCleanupProperties
-
The property prefix for Disk Cleanup related tasks.
- PROPERTY_PREFIX - Static variable in class com.netflix.genie.web.properties.GRpcServerProperties
-
The property prefix for all properties in this group.
- PROPERTY_PREFIX - Static variable in class com.netflix.genie.web.properties.HealthProperties
-
The property prefix for all properties in this group.
- PROPERTY_PREFIX - Static variable in class com.netflix.genie.web.properties.HeartBeatProperties
-
Prefix for all properties related to the agent heart beat service.
- PROPERTY_PREFIX - Static variable in class com.netflix.genie.web.properties.HttpProperties
-
The property prefix for all properties in this group.
- PROPERTY_PREFIX - Static variable in class com.netflix.genie.web.properties.JobsActiveLimitProperties
-
The property prefix for job user limiting.
- PROPERTY_PREFIX - Static variable in class com.netflix.genie.web.properties.JobsForwardingProperties
-
The property prefix for job forwarding.
- PROPERTY_PREFIX - Static variable in class com.netflix.genie.web.properties.JobsLocationsProperties
-
The property prefix for all properties in this group.
- PROPERTY_PREFIX - Static variable in class com.netflix.genie.web.properties.JobsMemoryProperties
-
The property prefix for all properties in this group.
- PROPERTY_PREFIX - Static variable in class com.netflix.genie.web.properties.JobsUsersProperties
-
The property prefix for all properties in this group.
- PROPERTY_PREFIX - Static variable in class com.netflix.genie.web.properties.LeadershipProperties
-
The property prefix for genie leadership.
- PROPERTY_PREFIX - Static variable in class com.netflix.genie.web.properties.LocalAgentLauncherProperties
-
Prefix for all properties related to the local agent launcher.
- PROPERTY_PREFIX - Static variable in class com.netflix.genie.web.properties.RetryProperties
-
The property prefix for all properties in this group.
- PROPERTY_PREFIX - Static variable in class com.netflix.genie.web.properties.SNSNotificationsProperties
-
The property prefix for all properties in this group.
- PROPERTY_PREFIX - Static variable in class com.netflix.genie.web.properties.TasksExecutorPoolProperties
-
The property prefix for this group.
- PROPERTY_PREFIX - Static variable in class com.netflix.genie.web.properties.TasksSchedulerPoolProperties
-
The property prefix for this group.
- PROPERTY_PREFIX - Static variable in class com.netflix.genie.web.properties.UserMetricsProperties
-
The property prefix for all properties in this group.
- PROPERTY_PREFIX - Static variable in class com.netflix.genie.web.properties.ZookeeperProperties
-
The property prefix for this group.
- PropertyConvertersAutoConfiguration - Class in com.netflix.genie.web.spring.autoconfigure.properties.converters
-
Auto configuration for registering
ConfigurationPropertiesBinding
beans. - PropertyConvertersAutoConfiguration() - Constructor for class com.netflix.genie.web.spring.autoconfigure.properties.converters.PropertyConvertersAutoConfiguration
- PropertySourceUtils - Class in com.netflix.genie.common.internal.util
-
Utilities for working with Spring
PropertySource
. - ProtoConvertersAutoConfiguration - Class in com.netflix.genie.common.internal.configs
-
Auto configuration of components common to both the agent and the server.
- ProtoConvertersAutoConfiguration() - Constructor for class com.netflix.genie.common.internal.configs.ProtoConvertersAutoConfiguration
- publishAsynchronousEvent(ApplicationEvent) - Method in interface com.netflix.genie.web.events.GenieEventBus
-
Publish an event in a different thread than the calling thread.
- publishAsynchronousEvent(ApplicationEvent) - Method in class com.netflix.genie.web.events.GenieEventBusImpl
-
Publish an event in a different thread than the calling thread.
- publishEvent(AbstractSNSPublisher.EventType, HashMap<String, Object>) - Method in class com.netflix.genie.web.events.JobFinishedSNSPublisher
- publishSynchronousEvent(ApplicationEvent) - Method in interface com.netflix.genie.web.events.GenieEventBus
-
Publish an event in the same thread as the calling thread.
- publishSynchronousEvent(ApplicationEvent) - Method in class com.netflix.genie.web.events.GenieEventBusImpl
-
Publish an event in the same thread as the calling thread.
R
- RandomAgentLauncherSelectorImpl - Class in com.netflix.genie.web.selectors.impl
-
Basic implementation of a
AgentLauncherSelector
where a randomAgentLauncher
is selected from the options presented. - RandomAgentLauncherSelectorImpl(Collection<AgentLauncher>) - Constructor for class com.netflix.genie.web.selectors.impl.RandomAgentLauncherSelectorImpl
-
Constructor.
- RandomClusterSelectorImpl - Class in com.netflix.genie.web.selectors.impl
-
Basic implementation of a
ClusterSelector
where a randomCluster
is selected from the options presented. - RandomClusterSelectorImpl() - Constructor for class com.netflix.genie.web.selectors.impl.RandomClusterSelectorImpl
- RandomCommandSelectorImpl - Class in com.netflix.genie.web.selectors.impl
-
Basic implementation of a
CommandSelector
where a randomCommand
is selected from the options presented. - RandomCommandSelectorImpl() - Constructor for class com.netflix.genie.web.selectors.impl.RandomCommandSelectorImpl
- randomizedClusterSelector() - Method in class com.netflix.genie.web.spring.autoconfigure.selectors.SelectorsAutoConfiguration
-
The default cluster selector if all others fail.
- RandomSuppliers - Class in com.netflix.genie.test.suppliers
-
Supply random types.
- Read() - Constructor for class com.netflix.genie.web.properties.HttpProperties.Read
- READY - Enum constant in enum class com.netflix.genie.agent.execution.statemachine.States
-
Initial state, NOOP, before execution to start.
- refresh() - Method in class com.netflix.genie.web.properties.JobResolutionProperties
-
Refresh the values of the properties contained within this object.
- RefreshManifestStage - Class in com.netflix.genie.agent.execution.statemachine.stages
-
Triggers a manual refresh of the cached files manifest.
- RefreshManifestStage(AgentFileStreamService, States) - Constructor for class com.netflix.genie.agent.execution.statemachine.stages.RefreshManifestStage
-
Constructor.
- RegexDirectoryManifestFilter - Class in com.netflix.genie.common.internal.util
-
Implementation of DirectoryManifestFilter that filters manifest entries base on a list of regular expressions provided via properties class.
- RegexDirectoryManifestFilter(RegexDirectoryManifestProperties) - Constructor for class com.netflix.genie.common.internal.util.RegexDirectoryManifestFilter
-
Constructor.
- RegexDirectoryManifestProperties - Class in com.netflix.genie.common.internal.properties
-
Properties for
RegexDirectoryManifestFilter
. - RegexDirectoryManifestProperties() - Constructor for class com.netflix.genie.common.internal.properties.RegexDirectoryManifestProperties
- RegexRuleSet - Class in com.netflix.genie.common.internal.util
-
Utility class to match a string against an ordered set of regexes and obtain an accept/reject response.
- RegexRuleSet.Builder - Class in com.netflix.genie.common.internal.util
-
Ruleset builder.
- RegexRuleSet.Response - Enum Class in com.netflix.genie.common.internal.util
-
The two responses to an input.
- RegexRuleSet.Rule - Class in com.netflix.genie.common.internal.util
-
An individual rule in a ruleset.
- registerForKillNotification(JobKillRegistrationRequest, StreamObserver<JobKillRegistrationResponse>) - Method in class com.netflix.genie.web.agent.apis.rpc.v4.endpoints.GRpcJobKillServiceImpl
-
Register to be notified when a kill request for the job is received.
- registry - Variable in class com.netflix.genie.web.events.JobFinishedSNSPublisher
- reject(String) - Method in class com.netflix.genie.common.internal.util.RegexRuleSet
-
Evaluate an input string against the ruleset for rejection.
- REJECT - Enum constant in enum class com.netflix.genie.common.internal.util.RegexRuleSet.Response
-
Reject the input.
- REJECT - Enum constant in enum class com.netflix.genie.web.agent.inspectors.InspectionReport.Decision
-
Subject failed the inspection and is not allowed to proceed.
- rejectAllJobsAgentMetadataInspector(Environment) - Method in class com.netflix.genie.web.spring.autoconfigure.agent.inspectors.AgentInspectorsAutoConfiguration
-
A
AgentMetadataInspector
that may reject all agents based on system properties. - RejectAllJobsAgentMetadataInspector - Class in com.netflix.genie.web.agent.inspectors.impl
-
An
AgentMetadataInspector
that accepts or rejects all agents based on the value of an environment property. - RejectAllJobsAgentMetadataInspector(Environment) - Constructor for class com.netflix.genie.web.agent.inspectors.impl.RejectAllJobsAgentMetadataInspector
-
Constructor.
- RELOCATE_LOG - Enum constant in enum class com.netflix.genie.agent.execution.statemachine.States
-
Relocate the agent log inside the job directory.
- relocateLogFile(Path) - Method in interface com.netflix.genie.agent.cli.logging.AgentLogManager
-
Attempt to relocate the agent log file inside the job directory.
- relocateLogFile(Path) - Method in class com.netflix.genie.agent.cli.logging.AgentLogManagerLog4j2Impl
-
Attempt to relocate the agent log file inside the job directory.
- RelocateLogFileStage - Class in com.netflix.genie.agent.execution.statemachine.stages
-
Moves the agent log file into the job directory from the temporary location.
- RelocateLogFileStage(AgentLogManager) - Constructor for class com.netflix.genie.agent.execution.statemachine.stages.RelocateLogFileStage
-
Constructor.
- REMOTE_STATUS_MONITOR - Enum constant in enum class com.netflix.genie.agent.execution.services.KillService.KillSource
-
The job status was changed server-side while the job was running.
- removeAllApplicationsForCommand(String) - Method in interface com.netflix.genie.client.apis.CommandService
-
Method to delete all applications for a command in Genie.
- removeAllApplicationsForCommand(String) - Method in class com.netflix.genie.client.CommandClient
-
Remove all applications for this command.
- removeAllApplicationsForCommand(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Remove the applications from a given command.
- removeAllClusterCriteriaForCommand(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Remove all the
Criterion
currently associated with the command identified by id. - removeAllClusterCriteriaForCommand(String) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Remove all the
Criterion
currently associated with the command identified by id. - removeAllClusterCriteriaFromCommand(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Remove all the
Criterion
currently associated with the command. - removeAllCommandsForCluster(String) - Method in interface com.netflix.genie.client.apis.ClusterService
-
Method to delete all commands for a cluster in Genie.
- removeAllCommandsForCluster(String) - Method in class com.netflix.genie.client.ClusterClient
-
Remove all commands for this cluster.
- removeAllCommandsForCluster(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ClusterRestController
-
Remove the all commandIds from a given cluster.
- removeAllConfigsForApplication(String) - Method in interface com.netflix.genie.client.apis.ApplicationService
-
Method to delete all configs for a application in Genie.
- removeAllConfigsForApplication(String) - Method in class com.netflix.genie.client.ApplicationClient
-
Remove all configs for this application.
- removeAllConfigsForApplication(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ApplicationRestController
-
Delete the all configuration files from a given application.
- removeAllConfigsForCluster(String) - Method in interface com.netflix.genie.client.apis.ClusterService
-
Method to delete all configs for a cluster in Genie.
- removeAllConfigsForCluster(String) - Method in class com.netflix.genie.client.ClusterClient
-
Remove all configs for this cluster.
- removeAllConfigsForCluster(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ClusterRestController
-
Delete the all configuration files from a given cluster.
- removeAllConfigsForCommand(String) - Method in interface com.netflix.genie.client.apis.CommandService
-
Method to delete all configs for a command in Genie.
- removeAllConfigsForCommand(String) - Method in class com.netflix.genie.client.CommandClient
-
Remove all configs for this command.
- removeAllConfigsForCommand(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Delete the all configuration files from a given command.
- removeAllConfigsForResource(String, Class<R>) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Remove all configuration files from the resource.
- removeAllConfigsForResource(String, Class<R>) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Remove all configuration files from the resource.
- removeAllDependenciesForApplication(String) - Method in interface com.netflix.genie.client.apis.ApplicationService
-
Method to delete all dependencies for a application in Genie.
- removeAllDependenciesForApplication(String) - Method in class com.netflix.genie.client.ApplicationClient
-
Remove all dependencies for this application.
- removeAllDependenciesForApplication(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ApplicationRestController
-
Delete the all dependency files from a given application.
- removeAllDependenciesForCluster(String) - Method in interface com.netflix.genie.client.apis.ClusterService
-
Method to delete all dependencies for a cluster in Genie.
- removeAllDependenciesForCluster(String) - Method in class com.netflix.genie.client.ClusterClient
-
Remove all dependencies for this cluster.
- removeAllDependenciesForCluster(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ClusterRestController
-
Delete the all dependency files from a given cluster.
- removeAllDependenciesForCommand(String) - Method in interface com.netflix.genie.client.apis.CommandService
-
Method to delete all dependencies for a command in Genie.
- removeAllDependenciesForCommand(String) - Method in class com.netflix.genie.client.CommandClient
-
Remove all dependencies for this command.
- removeAllDependenciesForCommand(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Delete the all dependency files from a given command.
- removeAllDependenciesForResource(String, Class<R>) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Remove all dependency files from the resource.
- removeAllDependenciesForResource(String, Class<R>) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Remove all dependency files from the resource.
- removeAllListeners() - Method in class com.netflix.genie.web.events.GenieEventBusImpl
- removeAllTagsForApplication(String) - Method in interface com.netflix.genie.client.apis.ApplicationService
-
Method to delete all tags for a application in Genie.
- removeAllTagsForApplication(String) - Method in class com.netflix.genie.client.ApplicationClient
-
Remove all tags for this application.
- removeAllTagsForApplication(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ApplicationRestController
-
Delete the all tags from a given application.
- removeAllTagsForCluster(String) - Method in interface com.netflix.genie.client.apis.ClusterService
-
Method to delete all tags for a cluster in Genie.
- removeAllTagsForCluster(String) - Method in class com.netflix.genie.client.ClusterClient
-
Remove all tags for this cluster.
- removeAllTagsForCluster(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ClusterRestController
-
Delete the all tags from a given cluster.
- removeAllTagsForCommand(String) - Method in interface com.netflix.genie.client.apis.CommandService
-
Method to delete all tags for a command in Genie.
- removeAllTagsForCommand(String) - Method in class com.netflix.genie.client.CommandClient
-
Remove all tags for this command.
- removeAllTagsForCommand(String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Delete the all tags from a given command.
- removeAllTagsForResource(String, Class<R>) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Remove all tags from the resource.
- removeAllTagsForResource(String, Class<R>) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Remove all tags from the resource.
- removeApplication(ApplicationEntity) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity
-
Remove an application from this command.
- removeApplicationForCommand(String, String) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Remove the application from the command.
- removeApplicationForCommand(String, String) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Remove the application from the command.
- removeApplicationForCommand(String, String) - Method in interface com.netflix.genie.client.apis.CommandService
-
Method to delete a application for a command in Genie.
- removeApplicationForCommand(String, String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Remove the application from a given command.
- removeApplicationFromCommand(String, String) - Method in class com.netflix.genie.client.CommandClient
-
Remove an application from a command.
- removeApplicationListener(ApplicationListener<?>) - Method in class com.netflix.genie.web.events.GenieEventBusImpl
- removeApplicationListenerBean(String) - Method in class com.netflix.genie.web.events.GenieEventBusImpl
- removeApplicationListenerBeans(Predicate<String>) - Method in class com.netflix.genie.web.events.GenieEventBusImpl
- removeApplicationListeners(Predicate<ApplicationListener<?>>) - Method in class com.netflix.genie.web.events.GenieEventBusImpl
- removeApplicationsForCommand(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Remove all the applications from the command.
- removeApplicationsForCommand(String) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Remove all the applications from the command.
- removeClusterCriterion(int) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity
-
Remove the criterion with the given priority from the list of available criterion for this command.
- removeClusterCriterionForCommand(String, int) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Remove the
Criterion
with the given priority from the current list of cluster criteria associated with the command identified by id. - removeClusterCriterionForCommand(String, int) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Remove the
Criterion
with the given priority from the current list of cluster criteria associated with the command identified by id. - removeClusterCriterionFromCommand(String, int) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Remove the criterion with the given priority from the given command.
- removeCommandForCluster(String, String) - Method in interface com.netflix.genie.client.apis.ClusterService
-
Method to delete a command for a cluster in Genie.
- removeCommandForCluster(String, String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ClusterRestController
-
Remove a command from a given cluster.
- removeCommandFromCluster(String, String) - Method in class com.netflix.genie.client.ClusterClient
-
Remove a command from a cluster.
- removeConfigForResource(String, String, Class<R>) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Remove a configuration file from the given resource.
- removeConfigForResource(String, String, Class<R>) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Remove a configuration file from the given resource.
- removeDependencyForResource(String, String, Class<R>) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Remove a dependency file from the given resource.
- removeDependencyForResource(String, String, Class<R>) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Remove a dependency file from the given resource.
- removeTagForApplication(String, String) - Method in interface com.netflix.genie.client.apis.ApplicationService
-
Method to delete a tag for a application in Genie.
- removeTagForApplication(String, String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ApplicationRestController
-
Remove an tag from a given application.
- removeTagForCluster(String, String) - Method in interface com.netflix.genie.client.apis.ClusterService
-
Method to delete a tag for a cluster in Genie.
- removeTagForCluster(String, String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ClusterRestController
-
Remove an tag from a given cluster.
- removeTagForCommand(String, String) - Method in interface com.netflix.genie.client.apis.CommandService
-
Method to delete a tag for a command in Genie.
- removeTagForCommand(String, String) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Remove an tag from a given command.
- removeTagForResource(String, String, Class<R>) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Remove a tag from the given resource.
- removeTagForResource(String, String, Class<R>) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Remove a tag from the given resource.
- removeTagFromApplication(String, String) - Method in class com.netflix.genie.client.ApplicationClient
-
Remove a tag from a application.
- removeTagFromCluster(String, String) - Method in class com.netflix.genie.client.ClusterClient
-
Remove a tag from a cluster.
- removeTagFromCommand(String, String) - Method in class com.netflix.genie.client.CommandClient
-
Remove a tag from a command.
- REQUEST_AGENT_CLIENT_HOSTNAME - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- REQUEST_AGENT_CLIENT_PID - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- REQUEST_AGENT_CLIENT_VERSION - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- REQUEST_API_CLIENT_HOSTNAME - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- REQUEST_API_CLIENT_USER_AGENT - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- requestAgentClientHostname - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- requestAgentClientPid - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- requestAgentClientVersion - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- requestApiClientHostname - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- requestApiClientUserAgent - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- REQUESTED_AGENT_CONFIG_EXT - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- REQUESTED_AGENT_ENVIRONMENT_EXT - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- REQUESTED_APPLICATIONS - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- REQUESTED_CPU - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- REQUESTED_DISK_MB - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- REQUESTED_ENVIRONMENT_VARIABLES - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- REQUESTED_GPU - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- REQUESTED_ID - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.UniqueIdEntity_
- REQUESTED_IMAGES - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- REQUESTED_JOB_DIRECTORY_LOCATION - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- REQUESTED_LAUNCHER_EXT - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- REQUESTED_MEMORY - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- REQUESTED_NETWORK_MBPS - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- REQUESTED_TIMEOUT - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- requestedAgentConfigExt - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- requestedAgentEnvironmentExt - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- requestedApplications - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- requestedCpu - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- requestedDiskMb - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- requestedEnvironmentVariables - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- requestedGpu - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- requestedId - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.UniqueIdEntity_
- requestedImages - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- requestedJobDirectoryLocation - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- requestedLauncherExt - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- requestedMemory - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- requestedNetworkMbps - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- requestedTimeout - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- requestForwardingService(RestTemplate, GenieHostInfo, JobsForwardingProperties) - Method in class com.netflix.genie.web.spring.autoconfigure.services.ServicesAutoConfiguration
-
Provide a default implementation of
RequestForwardingService
for use by other services. - RequestForwardingService - Interface in com.netflix.genie.web.services
-
A service whose implementation should be responsible for forwarding requests between Genie server nodes.
- RequestForwardingServiceImpl - Class in com.netflix.genie.web.services.impl
-
Default implementation of
RequestForwardingService
. - RequestForwardingServiceImpl(RestTemplate, GenieHostInfo, JobsForwardingProperties) - Constructor for class com.netflix.genie.web.services.impl.RequestForwardingServiceImpl
-
Constructor.
- RESERVE_JOB_ID - Enum constant in enum class com.netflix.genie.agent.execution.statemachine.States
-
Reserve the job id.
- RESERVED - Enum constant in enum class com.netflix.genie.common.dto.JobStatus
-
The id of the job has been reserved.
- RESERVED - Enum constant in enum class com.netflix.genie.common.internal.dtos.JobStatus
-
The id of the job has been reserved.
- reserveJobId(AgentJobRequest, AgentClientMetadata) - Method in interface com.netflix.genie.agent.execution.services.AgentJobService
-
Request a given job id to be reserved for this job, send along the job details, to be persisted by the server.
- reserveJobId(JobRequest, AgentClientMetadata) - Method in interface com.netflix.genie.web.agent.services.AgentJobService
-
Reserve a job id and persist job details in the database based on the supplied
JobRequest
. - reserveJobId(JobRequest, AgentClientMetadata) - Method in class com.netflix.genie.web.agent.services.impl.AgentJobServiceImpl
-
Reserve a job id and persist job details in the database based on the supplied
JobRequest
. - reserveJobId(ReserveJobIdRequest, StreamObserver<ReserveJobIdResponse>) - Method in class com.netflix.genie.web.agent.apis.rpc.v4.endpoints.GRpcJobServiceImpl
-
This API will reserve a job id using the supplied metadata in the request and return the reserved job id.
- ReserveJobIdStage - Class in com.netflix.genie.agent.execution.statemachine.stages
-
Performs job reservation, or ensures the job is pre-reserved and ready to be claimed.
- ReserveJobIdStage(AgentJobService, BraveTracingComponents) - Constructor for class com.netflix.genie.agent.execution.statemachine.stages.ReserveJobIdStage
-
Constructor.
- reset() - Method in class com.netflix.genie.common.internal.util.ExponentialBackOffTrigger
-
Reset the delay to the minimum given at construction time.
- RESOLUTION_RUNTIME_ERROR - Static variable in class com.netflix.genie.common.dto.JobStatusMessages
-
Job resolution fails due to runtime error (i.e.
- resolve(String, ResourceLoader) - Method in class com.netflix.genie.common.internal.aws.s3.S3ProtocolResolver
- resolve(String, ResourceLoader) - Method in class com.netflix.genie.web.agent.resources.AgentFileProtocolResolver
- resolveClustersForCommandClusterCriteria(String, Boolean) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
- resolved - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- RESOLVED - Enum constant in enum class com.netflix.genie.common.dto.JobStatus
-
The job specification has been resolved.
- RESOLVED - Enum constant in enum class com.netflix.genie.common.internal.dtos.JobStatus
-
The job specification has been resolved.
- RESOLVED - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- ResolvedJob - Class in com.netflix.genie.web.dtos
-
The payload of information representing all the concrete details the system needs to run a job.
- ResolvedJob() - Constructor for class com.netflix.genie.web.dtos.ResolvedJob
- ResolvedResources<R extends ExecutionEnvironmentDTO> - Class in com.netflix.genie.common.dto
-
Representing the result of resolving resources of type R from a
Criterion
. - ResolvedResources<R> - Class in com.netflix.genie.common.internal.dtos
-
Representing the result of resolving resources of type R from a
Criterion
. - ResolvedResources(Criterion, Set<R>) - Constructor for class com.netflix.genie.common.dto.ResolvedResources
-
Constructor.
- ResolvedResources(Criterion, Set<R>) - Constructor for class com.netflix.genie.common.internal.dtos.ResolvedResources
-
Constructor.
- resolveJob(String) - Method in class com.netflix.genie.web.services.impl.JobResolverServiceImpl
-
Given the id of a job that was successfully submitted to the system this API will attempt to resolve all the concrete details (cluster, command, resources, etc) needed for the system to actually launch the job.
- resolveJob(String) - Method in interface com.netflix.genie.web.services.JobResolverService
-
Given the id of a job that was successfully submitted to the system this API will attempt to resolve all the concrete details (cluster, command, resources, etc) needed for the system to actually launch the job.
- resolveJob(String, JobRequest, boolean) - Method in class com.netflix.genie.web.services.impl.JobResolverServiceImpl
-
Given a job request resolve all the details needed to run a job.
- resolveJob(String, JobRequest, boolean) - Method in interface com.netflix.genie.web.services.JobResolverService
-
Given a job request resolve all the details needed to run a job.
- resolveJobSpecCommand(ResolveJobSpecCommand.ResolveJobSpecCommandArguments, AgentJobService, JobRequestConverter) - Method in class com.netflix.genie.agent.cli.CliAutoConfiguration
-
Provide a lazy bean definition for a
ResolveJobSpecCommand
. - resolveJobSpecCommandArguments(ArgumentDelegates.ServerArguments, ArgumentDelegates.JobRequestArguments) - Method in class com.netflix.genie.agent.cli.CliAutoConfiguration
-
Provide a bean of type
ResolveJobSpecCommand.ResolveJobSpecCommandArguments
. - resolveJobSpecification(String) - Method in interface com.netflix.genie.agent.execution.services.AgentJobService
-
Given the parameters supplied by the job request attempt to resolve a job specification on the server.
- resolveJobSpecification(String) - Method in interface com.netflix.genie.web.agent.services.AgentJobService
-
Resolve the job specification for job identified by the given id.
- resolveJobSpecification(String) - Method in class com.netflix.genie.web.agent.services.impl.AgentJobServiceImpl
-
Resolve the job specification for job identified by the given id.
- resolveJobSpecification(JobSpecificationRequest, StreamObserver<JobSpecificationResponse>) - Method in class com.netflix.genie.web.agent.apis.rpc.v4.endpoints.GRpcJobServiceImpl
-
This API will take a request to resolve a Job Specification and given the inputs figure out all the details needed to flesh out a job specification for the Agent to run.
- resolveJobSpecificationDryRun(AgentJobRequest) - Method in interface com.netflix.genie.agent.execution.services.AgentJobService
-
Invoke the job specification resolution logic without persisting anything on the server.
- resolveJobSpecificationDryRun(DryRunJobSpecificationRequest, StreamObserver<JobSpecificationResponse>) - Method in class com.netflix.genie.web.agent.apis.rpc.v4.endpoints.GRpcJobServiceImpl
-
The agent requests that a job specification be resolved without impacting any state in the database.
- resourceAssemblers(ApplicationModelAssembler, ClusterModelAssembler, CommandModelAssembler, JobExecutionModelAssembler, JobMetadataModelAssembler, JobRequestModelAssembler, JobModelAssembler, JobSearchResultModelAssembler, RootModelAssembler) - Method in class com.netflix.genie.web.spring.autoconfigure.apis.rest.v3.hateoas.HateoasAutoConfiguration
-
An encapsulation of all the V3 resource assemblers.
- resourceLoader() - Method in class com.netflix.genie.web.spring.autoconfigure.apis.ApisAutoConfiguration
-
Get a resource loader.
- resourceOperation() - Method in class com.netflix.genie.web.aspects.SystemArchitecture
-
A resource service is the execution of any method defined on a controller.
- Resources() - Constructor for class com.netflix.genie.web.agent.launchers.dtos.TitusBatchJobRequest.Resources
- Resources() - Constructor for class com.netflix.genie.web.properties.JobResolutionProperties.Resources
- ResourceSelectionContext<R> - Class in com.netflix.genie.web.selectors
-
Context object for encapsulating state into the selectors.
- ResourceSelectionContext() - Constructor for class com.netflix.genie.web.selectors.ResourceSelectionContext
- ResourceSelectionException - Exception in com.netflix.genie.web.exceptions.checked
-
An exception thrown when a resource selector encounters an unrecoverable error while trying to select a resource from a collection of possible resources.
- ResourceSelectionException() - Constructor for exception com.netflix.genie.web.exceptions.checked.ResourceSelectionException
-
Constructor.
- ResourceSelectionException(String) - Constructor for exception com.netflix.genie.web.exceptions.checked.ResourceSelectionException
-
Constructor.
- ResourceSelectionException(String, Throwable) - Constructor for exception com.netflix.genie.web.exceptions.checked.ResourceSelectionException
-
Constructor.
- ResourceSelectionException(Throwable) - Constructor for exception com.netflix.genie.web.exceptions.checked.ResourceSelectionException
-
Constructor.
- ResourceSelectionResult<R> - Class in com.netflix.genie.web.dtos
-
A data class for returning the results of an attempted resource selection.
- ResourceSelectionResult.Builder<R> - Class in com.netflix.genie.web.dtos
-
A builder for
ResourceSelectionResult
instances. - ResourceSelector<R,
C extends ResourceSelectionContext<R>> - Interface in com.netflix.genie.web.selectors -
Generic interface for a selector which selects a resource from a set of resources for a given job request.
- ResourceSelectorScript<R,
C extends ResourceSelectionContext<R>> - Class in com.netflix.genie.web.scripts -
Interface for defining the contract between the selection of a resource from a set of resources for a given job request.
- ResourceSelectorScript(ScriptManager, ManagedScriptBaseProperties, MeterRegistry, PropertiesMapCache) - Constructor for class com.netflix.genie.web.scripts.ResourceSelectorScript
-
Constructor.
- ResourceSelectorScriptResult<R> - Class in com.netflix.genie.web.scripts
-
Class to represent a generic response from a script which selects a resource from a set of resources.
- ResourceSelectorScriptResult.Builder<R> - Class in com.netflix.genie.web.scripts
-
A builder for these the results to prevent scripts from having to redo everything based on constructors if we change parameters.
- ResponseMappingInterceptor - Class in com.netflix.genie.client.interceptors
-
Class that evaluates the retrofit response code and maps it to an appropriate Genie Exception.
- ResponseMappingInterceptor() - Constructor for class com.netflix.genie.client.interceptors.ResponseMappingInterceptor
-
Constructor.
- RESTART - Enum constant in enum class com.netflix.genie.web.spring.actuators.LeaderElectionActuator.Action
-
Stop then start the leader election service.
- RETRIES_PROPERTY - Static variable in class com.netflix.genie.web.properties.TitusAgentLauncherProperties
-
The number of retries to make on the Titus submission.
- RetryableJobExecutionException - Exception in com.netflix.genie.agent.execution.statemachine
-
Exception thrown by state machine transition for retryable errors (e.g, network error talking to server).
- RetryableJobExecutionException(String, Throwable) - Constructor for exception com.netflix.genie.agent.execution.statemachine.RetryableJobExecutionException
-
Constructor.
- RetryAutoConfiguration - Class in com.netflix.genie.web.spring.autoconfigure
-
Auto configuration which enables
Retryable
for method calls on beans. - RetryAutoConfiguration() - Constructor for class com.netflix.genie.web.spring.autoconfigure.RetryAutoConfiguration
- RetryPolicy() - Constructor for class com.netflix.genie.web.agent.launchers.dtos.TitusBatchJobRequest.RetryPolicy
- RetryProperties - Class in com.netflix.genie.web.properties
-
All properties related to Http retry template in Genie.
- RetryProperties() - Constructor for class com.netflix.genie.web.properties.RetryProperties
- RetryProperties.ServiceSpecificProperties - Class in com.netflix.genie.web.properties
-
Retry properties specific to a particular service.
- ROLLING_WINDOW_HOURS_PROPERTY - Static variable in class com.netflix.genie.web.properties.DatabaseCleanupProperties.FileDatabaseCleanupProperties
-
The size of the rolling window used to delete unused files, units in hours.
- ROLLING_WINDOW_HOURS_PROPERTY - Static variable in class com.netflix.genie.web.properties.DatabaseCleanupProperties.TagDatabaseCleanupProperties
-
The size of the rolling window used to delete unused tags, units in hours.
- RootModelAssembler - Class in com.netflix.genie.web.apis.rest.v3.hateoas.assemblers
-
Assembles root resource from a JsonNode.
- RootModelAssembler() - Constructor for class com.netflix.genie.web.apis.rest.v3.hateoas.assemblers.RootModelAssembler
- rootResourceAssembler() - Method in class com.netflix.genie.web.spring.autoconfigure.apis.rest.v3.hateoas.HateoasAutoConfiguration
-
Provide a resource assembler for the api root resource if none already exists.
- RootRestController - Class in com.netflix.genie.web.apis.rest.v3.controllers
-
Rest controller for the V3 API root.
- RootRestController(RootModelAssembler) - Constructor for class com.netflix.genie.web.apis.rest.v3.controllers.RootRestController
-
Constructor.
- run() - Method in interface com.netflix.genie.agent.cli.AgentCommand
-
Entry point for command execution.
- run() - Method in interface com.netflix.genie.agent.execution.statemachine.JobExecutionStateMachine
-
Runs the state machine until completion.
- run() - Method in class com.netflix.genie.agent.execution.statemachine.JobExecutionStateMachineImpl
-
Runs the state machine until completion.
- run() - Method in class com.netflix.genie.web.tasks.leader.AgentJobCleanupTask
- run() - Method in class com.netflix.genie.web.tasks.leader.ArchiveStatusCleanupTask
- run() - Method in class com.netflix.genie.web.tasks.leader.DatabaseCleanupTask
-
Clean out database based on date.
- run() - Method in class com.netflix.genie.web.tasks.leader.UserMetricsTask
- run() - Method in class com.netflix.genie.web.tasks.node.DiskCleanupTask
-
Checks the disk for jobs on this host.
- run(String...) - Method in class com.netflix.genie.agent.cli.GenieAgentRunner
- RUNNING - Enum constant in enum class com.netflix.genie.common.dto.JobStatus
-
Job is now running.
- RUNNING - Enum constant in enum class com.netflix.genie.common.internal.dtos.JobStatus
-
Job is now running.
- Runtime - Class in com.netflix.genie.common.dto
-
DTO for metadata related to the runtime environment of a given job.
- Runtime() - Constructor for class com.netflix.genie.web.properties.JobResolutionProperties.Runtime
-
Constructor.
- RUNTIME_LIMIT - Static variable in class com.netflix.genie.web.properties.TitusAgentLauncherProperties
-
The max duration a Titus job is allowed to run after Genie has submitted it.
- Runtime.Builder - Class in com.netflix.genie.common.dto
-
Builder class for
Runtime
instances. - runtimeConfigurationArguments() - Method in class com.netflix.genie.agent.cli.CliAutoConfiguration
- RuntimeResources - Class in com.netflix.genie.common.dto
-
A representation of compute resources that a Genie entity (job/command/etc.) may request or use.
- RuntimeResources.Builder - Class in com.netflix.genie.common.dto
-
Builder for generating immutable
RuntimeResources
instances.
S
- 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(AWSCredentialsProvider, AwsRegionProvider, Environment) - Method in class com.netflix.genie.common.internal.configs.AwsAutoConfiguration
-
Provide a lazy
S3ClientFactory
instance if one is needed by the system. - 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.
- 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
-
Implementation of
JobArchiveService
for S3 destinations. - S3JobArchiverImpl(S3ClientFactory) - Constructor for class com.netflix.genie.common.internal.services.impl.S3JobArchiverImpl
-
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 theConfigurableApplicationContext.addProtocolResolver(ProtocolResolver)
method. - 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.
- s3ProtocolResolverRegistrar(S3ProtocolResolver) - Method in class com.netflix.genie.common.internal.configs.AwsAutoConfiguration
-
Configurer bean which will add the
S3ProtocolResolver
to the set ofProtocolResolver
in the application context. - S3ProtocolResolverRegistrar - Class in com.netflix.genie.common.internal.aws.s3
-
A class which takes an instance of
S3ProtocolResolver
and adds it to the SpringApplicationContext
set ofProtocolResolver
. - S3ProtocolResolverRegistrar(S3ProtocolResolver) - Constructor for class com.netflix.genie.common.internal.aws.s3.S3ProtocolResolverRegistrar
-
Constructor.
- 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
-
Save a
Cluster
. - saveCluster(ClusterRequest) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Save a
Cluster
. - saveCommand(CommandRequest) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Save a
Command
in the system based on the givenCommandRequest
. - saveCommand(CommandRequest) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Save a
Command
in the system based on the givenCommandRequest
. - 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
-
The relative order of the
ScriptClusterSelectorImpl
if one is enabled relative to otherClusterSelector
instances that may be in the context. - 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
-
Produce the
ScriptClusterSelectorImpl
instance to use for this Genie node if it was configured by the user. - 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
-
Properties for
ScriptManager
. - 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(AgentLauncherSelectionContext) - Method in class com.netflix.genie.web.selectors.impl.RandomAgentLauncherSelectorImpl
-
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(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. - 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. - 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
-
Provide a
ArgumentDelegates.ServerArguments
. - 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 toresponse
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 toresponse
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 - Class in com.netflix.genie.web.spring.autoconfigure.services
-
Configuration for all the services.
- ServicesAutoConfiguration() - Constructor for class com.netflix.genie.agent.execution.services.impl.ServicesAutoConfiguration
- ServicesAutoConfiguration() - Constructor for class com.netflix.genie.web.spring.autoconfigure.services.ServicesAutoConfiguration
- ServiceSpecificProperties() - Constructor for class com.netflix.genie.web.properties.RetryProperties.ServiceSpecificProperties
- SET_STATUS_FINAL - Enum constant in enum class com.netflix.genie.agent.execution.statemachine.States
-
Final update to the job status.
- SET_STATUS_INIT - Enum constant in enum class com.netflix.genie.agent.execution.statemachine.States
-
Update the job status to INIT.
- SET_STATUS_RUNNING - Enum constant in enum class com.netflix.genie.agent.execution.statemachine.States
-
Update the job status to RUNNING.
- 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 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.
- 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.
- setArchiveStatus(String) - Method in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity
-
Set the archive status for this job.
- setArguments(List<String>) - Method in class com.netflix.genie.web.properties.JobResolutionProperties.DefaultImage
-
Set the arguments for the image.
- 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.
- setCpu(Integer) - Method in class com.netflix.genie.web.properties.JobResolutionProperties.Resources
-
Set the new default CPU value.
- 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.
- setDisk(DataSize) - Method in class com.netflix.genie.web.properties.JobResolutionProperties.Resources
-
Set the new disk size.
- 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.
- setGpu(Integer) - Method in class com.netflix.genie.web.properties.JobResolutionProperties.Resources
-
Set the new default amount of GPUs.
- setId(String) - Method in class com.netflix.genie.web.agent.launchers.dtos.TitusBatchJobResponse
-
Set the id of the titus job.
- setImages(Map<String, JobResolutionProperties.DefaultImage>) - Method in class com.netflix.genie.web.properties.JobResolutionProperties.Runtime
-
Set the new default image mappings.
- 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.
- setMemory(DataSize) - Method in class com.netflix.genie.web.properties.JobResolutionProperties.Resources
-
Set the default amount of memory for the job runtime.
- 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.
- setName(String) - Method in class com.netflix.genie.web.properties.JobResolutionProperties.DefaultImage
-
Set the new name of the image.
- setNetwork(DataSize) - Method in class com.netflix.genie.web.properties.JobResolutionProperties.Resources
-
Set the new network bandwidth default for jobs.
- 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.
- setResources(JobResolutionProperties.Resources) - Method in class com.netflix.genie.web.properties.JobResolutionProperties.Runtime
-
Set the new resources or fall back to default.
- 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.
- setTag(String) - Method in class com.netflix.genie.web.properties.JobResolutionProperties.DefaultImage
-
Set the new tag for the image.
- 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.
- SHUTDOWN - Enum constant in enum class com.netflix.genie.agent.execution.statemachine.States
-
Shutdown execution state machine.
- 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() - Method in class com.netflix.genie.web.spring.autoconfigure.agent.apis.rpc.v4.interceptors.AgentRpcInterceptorsAutoConfiguration
-
An interceptor which writes requests to the logs.
- 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
- 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 Class in com.netflix.genie.client.apis
-
Sort key for entity search results.
- SortDirection - Enum Class 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
- springShopOpenAPI() - Method in class com.netflix.genie.swagger.spring.autoconfigure.SwaggerAutoConfiguration
-
Configure OpenAPI specification.
- 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.
- start(String) - Method in interface com.netflix.genie.agent.execution.services.AgentJobKillService
-
Start listening for job termination notification.
- start(String) - Method in class com.netflix.genie.agent.execution.services.impl.grpc.GRpcAgentJobKillServiceImpl
-
Start listening for job termination notification.
- start(String) - Method in interface com.netflix.genie.agent.execution.services.AgentHeartBeatService
-
Starts the service.
- start(String, Path) - Method in interface com.netflix.genie.agent.execution.services.AgentFileStreamService
-
Start the service.
- start(String, Path) - Method in class com.netflix.genie.agent.execution.services.impl.grpc.GRpcAgentFileStreamServiceImpl
-
Start the service.
- start(String, Path) - Method in interface com.netflix.genie.agent.execution.services.JobMonitorService
-
Starts the service.
- START - Enum constant in enum class com.netflix.genie.web.spring.actuators.LeaderElectionActuator.Action
-
Start the leader election service.
- START_FILE_STREAM_SERVICE - Enum constant in enum class com.netflix.genie.agent.execution.statemachine.States
-
Start file stream service.
- START_HEARTBEAT_SERVICE - Enum constant in enum class com.netflix.genie.agent.execution.statemachine.States
-
Start heartbeat service.
- START_KILL_SERVICE - Enum constant in enum class com.netflix.genie.agent.execution.statemachine.States
-
Start kill service.
- 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 Class 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.CriterionEntity_
- 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.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.
- STOP - Enum constant in enum class com.netflix.genie.web.spring.actuators.LeaderElectionActuator.Action
-
Stop the leader election service.
- STOP_FILES_STREAM_SERVICE - Enum constant in enum class com.netflix.genie.agent.execution.statemachine.States
-
Stop the file stream service.
- STOP_HEARTBEAT_SERVICE - Enum constant in enum class com.netflix.genie.agent.execution.statemachine.States
-
Stop the heartbeat service.
- STOP_KILL_SERVICE - Enum constant in enum class com.netflix.genie.agent.execution.statemachine.States
-
Stop the kill service.
- 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, 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.
- 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) - Method in class com.netflix.genie.client.JobClient
-
Submit a job to genie using the jobRequest and upstream security token information.
- submitJob(Map<String, String>, JobRequest) - Method in interface com.netflix.genie.client.apis.JobService
-
Method to submit a job to Genie with user defined custom headers.
- 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.
- submitJobWithAttachments(JobRequest, Map<String, InputStream>, String, String) - Method in class com.netflix.genie.client.JobClient
-
Submit a job to genie using the jobRequest and attachments provided with the upstream security information.
- submitJobWithAttachments(Map<String, String>, JobRequest, List<MultipartBody.Part>) - Method in interface com.netflix.genie.client.apis.JobService
-
Submit a job with attachments and custom headers.
- SUCCEEDED - Enum constant in enum class com.netflix.genie.common.dto.JobStatus
-
Job has finished executing, and is successful.
- SUCCEEDED - Enum constant in enum class com.netflix.genie.common.internal.dtos.JobStatus
-
Job has finished executing, and is successful.
- SUCCESS - Enum constant in enum class com.netflix.genie.agent.cli.ExitCode
-
Agent command execution completed successfully.
- 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 Spring Doc.
- 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
- SYSTEM_SIGNAL - Enum constant in enum class com.netflix.genie.agent.execution.services.KillService.KillSource
-
A system signal (SIGINT), for example user ctrl-c or system shutdown.
- systemArchitecture() - Method in class com.netflix.genie.web.spring.autoconfigure.aspects.AspectsAutoConfiguration
-
A bean that defines pointcuts for various layers of the Genie system.
- SystemArchitecture - Class in com.netflix.genie.web.aspects
-
Application pointcut expressions.
- SystemArchitecture() - Constructor for class com.netflix.genie.web.aspects.SystemArchitecture
T
- tag - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.TagEntity_
- tag(SpanCustomizer, String, String) - Method in class com.netflix.genie.common.internal.tracing.brave.impl.DefaultBraveTagAdapterImpl
-
Directly proxy the call.
- tag(U, K, V) - Method in interface com.netflix.genie.common.internal.tracing.TagAdapter
-
The method that should be implemented in order to provide tagging.
- TAG - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.TagEntity_
- TAG_CLEANUP_PROPERTY_PREFIX - Static variable in class com.netflix.genie.web.properties.DatabaseCleanupProperties.TagDatabaseCleanupProperties
-
The prefix for all properties related to cleaning up tag records from the database.
- TAG_SEARCH_STRING - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- TagAdapter<U,
K, V> - Interface in com.netflix.genie.common.internal.tracing -
An interface for implementations to adapt any tags published by default OSS components for internal conventions.
- TagDatabaseCleanupProperties() - Constructor for class com.netflix.genie.web.properties.DatabaseCleanupProperties.TagDatabaseCleanupProperties
- TagEntity - Class in com.netflix.genie.web.data.services.impl.jpa.entities
-
Entity representing a Tag.
- TagEntity(String) - Constructor for class com.netflix.genie.web.data.services.impl.jpa.entities.TagEntity
-
Constructor.
- TagEntity_ - Class in com.netflix.genie.web.data.services.impl.jpa.entities
- TagEntity_() - Constructor for class com.netflix.genie.web.data.services.impl.jpa.entities.TagEntity_
- tags - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.ApplicationEntity_
- tags - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.ClusterEntity_
- tags - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity_
- tags - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CriterionEntity_
- tags - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- TAGS - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.ApplicationEntity_
- TAGS - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.ClusterEntity_
- TAGS - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CommandEntity_
- TAGS - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CriterionEntity_
- TAGS - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- tagSearchString - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- TasksAutoConfiguration - Class in com.netflix.genie.web.spring.autoconfigure.tasks
-
Configuration of beans for asynchronous tasks within Genie.
- TasksAutoConfiguration() - Constructor for class com.netflix.genie.web.spring.autoconfigure.tasks.TasksAutoConfiguration
- TasksCleanup - Class in com.netflix.genie.web.tasks
-
Performs any cleanup when the system is shutting down.
- TasksCleanup(ThreadPoolTaskScheduler) - Constructor for class com.netflix.genie.web.tasks.TasksCleanup
-
Constructor.
- TasksExecutorPoolProperties - Class in com.netflix.genie.web.properties
-
Properties related to the thread pool for the task executor within Genie.
- TasksExecutorPoolProperties() - Constructor for class com.netflix.genie.web.properties.TasksExecutorPoolProperties
- TasksSchedulerPoolProperties - Class in com.netflix.genie.web.properties
-
Properties related to the thread pool for the task executor within Genie.
- TasksSchedulerPoolProperties() - Constructor for class com.netflix.genie.web.properties.TasksSchedulerPoolProperties
- TaskUtils - Class in com.netflix.genie.web.tasks
-
Utility methods used by various Genie tasks.
- TaskUtils() - Constructor for class com.netflix.genie.web.tasks.TaskUtils
-
Protected constructor for utility class.
- TERMINATED - Enum constant in enum class com.netflix.genie.common.dto.ClusterStatus
-
Cluster is no-longer running, and is terminated.
- TERMINATED - Enum constant in enum class com.netflix.genie.common.internal.dtos.ClusterStatus
-
Cluster is no-longer running, and is terminated.
- TEST - Enum constant in enum class com.netflix.genie.web.spring.actuators.LeaderElectionActuator.Action
-
NOOP action for the purpose of testing unknown actions.
- TIMEOUT - Enum constant in enum class com.netflix.genie.agent.execution.services.KillService.KillSource
-
The job has exceeded its max execution duration.
- TIMEOUT_USED - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- timeoutUsed - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- TimeUtils - Class in com.netflix.genie.common.util
-
Utility methods for dealing with time.
- titusAgentLauncher(RestTemplate, RetryTemplate, TitusAgentLauncherImpl.TitusJobRequestAdapter, GenieHostInfo, TitusAgentLauncherProperties, BraveTracingComponents, Environment, MeterRegistry) - Method in class com.netflix.genie.web.spring.autoconfigure.agent.launchers.AgentLaunchersAutoConfiguration
-
Provide a
TitusAgentLauncherImpl
implementation which launches agent processes in a dedicated Titus container if enabled via property. - TitusAgentLauncherImpl - Class in com.netflix.genie.web.agent.launchers.impl
-
Agent launcher that spawns a job in a dedicated container through Titus.
- TitusAgentLauncherImpl(RestTemplate, RetryTemplate, TitusAgentLauncherImpl.TitusJobRequestAdapter, Cache<String, String>, GenieHostInfo, TitusAgentLauncherProperties, BraveTracingComponents, Environment, MeterRegistry) - Constructor for class com.netflix.genie.web.agent.launchers.impl.TitusAgentLauncherImpl
-
Constructor.
- TitusAgentLauncherImpl.TitusAPIRetryPolicy - Class in com.netflix.genie.web.agent.launchers.impl
-
A retry policy that has different behavior based on the type of exception thrown by the rest client during calls to the Titus API.
- TitusAgentLauncherImpl.TitusJobRequestAdapter - Interface in com.netflix.genie.web.agent.launchers.impl
-
An interface that should be implemented by any class which wants to modify the Titus job request before it is sent.
- TitusAgentLauncherProperties - Class in com.netflix.genie.web.properties
-
Configuration properties for the
TitusAgentLauncherImpl
. - TitusAgentLauncherProperties() - Constructor for class com.netflix.genie.web.properties.TitusAgentLauncherProperties
- titusAPIBackoffPolicy() - Method in class com.netflix.genie.web.spring.autoconfigure.agent.launchers.AgentLaunchersAutoConfiguration
-
Provides a default implementation of
BackOffPolicy
if no other has been defined in the context. - titusAPIRetryPolicy() - Method in class com.netflix.genie.web.spring.autoconfigure.agent.launchers.AgentLaunchersAutoConfiguration
-
Provides a default implementation of
RetryPolicy
that retries based on a set of HTTP status codes. - TitusAPIRetryPolicy(Set<HttpStatus>, int) - Constructor for class com.netflix.genie.web.agent.launchers.impl.TitusAgentLauncherImpl.TitusAPIRetryPolicy
-
Constructor.
- titusAPIRetryTemplate(RetryPolicy, BackOffPolicy) - Method in class com.netflix.genie.web.spring.autoconfigure.agent.launchers.AgentLaunchersAutoConfiguration
-
Provides a default implementation of
RetryTemplate
that will be used to retry failed Titus api calls based on the retry policy and backoff policies defined in the application context. - TitusBatchJobRequest - Class in com.netflix.genie.web.agent.launchers.dtos
-
Titus job request POJO.
- TitusBatchJobRequest() - Constructor for class com.netflix.genie.web.agent.launchers.dtos.TitusBatchJobRequest
- TitusBatchJobRequest.Batch - Class in com.netflix.genie.web.agent.launchers.dtos
-
Titus batch job parameters.
- TitusBatchJobRequest.Container - Class in com.netflix.genie.web.agent.launchers.dtos
-
Titus job container DTO.
- TitusBatchJobRequest.ContainerConstraints - Class in com.netflix.genie.web.agent.launchers.dtos
-
Titus job container constraints.
- TitusBatchJobRequest.DisruptionBudget - Class in com.netflix.genie.web.agent.launchers.dtos
-
Titus job disruption budget.
- TitusBatchJobRequest.Image - Class in com.netflix.genie.web.agent.launchers.dtos
-
Titus job container image.
- TitusBatchJobRequest.Immediate - Class in com.netflix.genie.web.agent.launchers.dtos
-
Titus job retry policy detail.
- TitusBatchJobRequest.JobGroupInfo - Class in com.netflix.genie.web.agent.launchers.dtos
-
Job Group information.
- TitusBatchJobRequest.NetworkConfiguration - Class in com.netflix.genie.web.agent.launchers.dtos
-
Titus job network configuration.
- TitusBatchJobRequest.Owner - Class in com.netflix.genie.web.agent.launchers.dtos
-
Titus job owner POJO.
- TitusBatchJobRequest.Resources - Class in com.netflix.genie.web.agent.launchers.dtos
-
Titus job container resources POJO.
- TitusBatchJobRequest.RetryPolicy - Class in com.netflix.genie.web.agent.launchers.dtos
-
Titus job retry policy.
- TitusBatchJobRequest.SecurityProfile - Class in com.netflix.genie.web.agent.launchers.dtos
-
Titus job security profile.
- TitusBatchJobRequest.SelfManaged - Class in com.netflix.genie.web.agent.launchers.dtos
-
Titus job disruption budget detail.
- TitusBatchJobResponse - Class in com.netflix.genie.web.agent.launchers.dtos
-
Titus job response POJO.
- TitusBatchJobResponse() - Constructor for class com.netflix.genie.web.agent.launchers.dtos.TitusBatchJobResponse
- titusJobRequestAdapter() - Method in class com.netflix.genie.web.spring.autoconfigure.agent.launchers.AgentLaunchersAutoConfiguration
-
Provides a default implementation of
TitusAgentLauncherImpl.TitusJobRequestAdapter
that is a no-op if no other implementation has been provided elsewhere. - titusRestTemplate(RestTemplateBuilder) - Method in class com.netflix.genie.web.spring.autoconfigure.agent.launchers.AgentLaunchersAutoConfiguration
-
Provide a
RestTemplate
instance used for calling the Titus REST API if no other instance is provided. - TO_STATE - Static variable in class com.netflix.genie.web.util.MetricsConstants.TagKeys
-
Key to tag the destination/target state of a state transition.
- toAgentClientMetadataDto(AgentMetadata) - Method in class com.netflix.genie.common.internal.dtos.converters.JobServiceProtoConverter
-
Convert a proto
AgentMetadata
to anAgentClientMetadata
. - toChangeJobStatusArchiveRequestProto(String, ArchiveStatus) - Method in class com.netflix.genie.common.internal.dtos.converters.JobServiceProtoConverter
-
Creates a request to change the remote job archive status.
- toChangeJobStatusRequestProto(String, JobStatus, JobStatus, String) - Method in class com.netflix.genie.common.internal.dtos.converters.JobServiceProtoConverter
-
Convert parameters into ChangeJobStatusRequest for the server.
- toClaimJobRequestProto(String, AgentClientMetadata) - Method in class com.netflix.genie.common.internal.dtos.converters.JobServiceProtoConverter
-
Convert agent metadata and job id into a ClaimJobRequest for the server.
- toClusterCriteria(Criterion) - Static method in class com.netflix.genie.common.internal.dtos.converters.DtoConverters
-
Convert the given
criterion
to a V3ClusterCriteria
object. - toComputeResources(RuntimeResources) - Static method in class com.netflix.genie.common.internal.dtos.converters.DtoConverters
-
Convert the V3 API
RuntimeResources
to the internalComputeResources
representation. - toConfigureRequestProto(AgentClientMetadata) - Method in class com.netflix.genie.common.internal.dtos.converters.JobServiceProtoConverter
-
Convert parameters into ConfigureRequest for the server.
- toCriterionDto(CriterionEntity) - Static method in class com.netflix.genie.web.data.services.impl.jpa.converters.EntityV4DtoConverters
-
Convert a given
CriterionEntity
to the equivalentCriterion
DTO representation. - toDryRunJobSpecificationRequestProto(AgentJobRequest) - Method in class com.netflix.genie.common.internal.dtos.converters.JobServiceProtoConverter
-
Convert a V4 Job Request DTO into a gRPC dry run resolve job specification request to be sent to the server.
- toFinishedJobDto(FinishedJobProjection) - Static method in class com.netflix.genie.web.data.services.impl.jpa.converters.EntityV4DtoConverters
-
Convert a given
FinishedJobProjection
to the equivalentFinishedJob
DTO representation. - toGetJobStatusRequestProto(String) - Method in class com.netflix.genie.common.internal.dtos.converters.JobServiceProtoConverter
-
Creates a request to fetch the job status currently seen by the server.
- toHandshakeRequestProto(AgentClientMetadata) - Method in class com.netflix.genie.common.internal.dtos.converters.JobServiceProtoConverter
-
Convert parameters into HandshakeRequest for the server.
- toHtml(File, String, boolean) - Method in class com.netflix.genie.web.resources.writers.DefaultDirectoryWriter
-
Convert a given directory to an String containing a full valid HTML page.
- toHtml(File, String, boolean) - Method in interface com.netflix.genie.web.resources.writers.DirectoryWriter
-
Convert a given directory to an String containing a full valid HTML page.
- toImage(ContainerImage) - Static method in class com.netflix.genie.common.internal.dtos.converters.DtoConverters
-
Convert the V3 API representation of
ContainerImage
to the internalImage
representation. - toJobDto(JobProjection) - Static method in class com.netflix.genie.web.data.services.impl.jpa.converters.EntityV3DtoConverters
-
Convert the data in this job projection into a job DTO for external exposure.
- toJobExecutionDto(JobExecutionProjection) - Static method in class com.netflix.genie.web.data.services.impl.jpa.converters.EntityV3DtoConverters
-
Convert job execution database data into a DTO.
- toJobMetadataDto(JobMetadataProjection) - Static method in class com.netflix.genie.web.data.services.impl.jpa.converters.EntityV3DtoConverters
-
Convert job metadata information to a DTO.
- toJobRequestDto(DryRunJobSpecificationRequest) - Method in class com.netflix.genie.common.internal.dtos.converters.JobServiceProtoConverter
-
Convert a gRPC request to dry run a job specification resolution into a
JobRequest
for use within Genie server codebase. - toJobRequestDto(ReserveJobIdRequest) - Method in class com.netflix.genie.common.internal.dtos.converters.JobServiceProtoConverter
-
Convert a gRPC reserve job id request into a V4 Job Request DTO for use within Genie codebase.
- toJobSpecificationDto(JobSpecification) - Method in class com.netflix.genie.common.internal.dtos.converters.JobServiceProtoConverter
-
Convert a response from server into a Job Specification DTO which can be used in the codebase free of gRPC.
- toJobSpecificationDto(JobSpecificationProjection) - Static method in class com.netflix.genie.web.data.services.impl.jpa.converters.EntityV4DtoConverters
-
Convert the values contained in the
JobSpecificationProjection
to an immutableJobSpecification
DTO. - toJobSpecificationProto(JobSpecification) - Method in class com.netflix.genie.common.internal.dtos.converters.JobServiceProtoConverter
-
Convert a Job Specification DTO to a protobuf message representation.
- toJobSpecificationRequestProto(String) - Method in class com.netflix.genie.common.internal.dtos.converters.JobServiceProtoConverter
-
Generate a
JobSpecificationRequest
from the given job id. - toJobSpecificationResponseProto(JobSpecification) - Method in class com.netflix.genie.common.internal.dtos.converters.JobServiceProtoConverter
-
Build a
JobSpecificationResponse
out of the givenJobSpecification
. - toJson(File, String, boolean) - Method in class com.netflix.genie.web.resources.writers.DefaultDirectoryWriter
-
Convert a given directory to an String of JSON.
- toJson(File, String, boolean) - Method in interface com.netflix.genie.web.resources.writers.DirectoryWriter
-
Convert a given directory to an String of JSON.
- TokenFetcher - Class in com.netflix.genie.client.security.oauth2
-
Class that contains the logic to get OAuth credentials from IDP.
- TokenFetcher(String, String, String, String, String) - Constructor for class com.netflix.genie.client.security.oauth2.TokenFetcher
-
Constructor.
- TokenService - Interface in com.netflix.genie.client.apis
-
A interface to fetch access tokens.
- toManifest(AgentManifestMessage) - Method in class com.netflix.genie.common.internal.dtos.converters.JobDirectoryManifestProtoConverter
-
Load a
DirectoryManifest
from aAgentManifestMessage
. - toModel(Application) - Method in class com.netflix.genie.web.apis.rest.v3.hateoas.assemblers.ApplicationModelAssembler
- toModel(Cluster) - Method in class com.netflix.genie.web.apis.rest.v3.hateoas.assemblers.ClusterModelAssembler
- toModel(Command) - Method in class com.netflix.genie.web.apis.rest.v3.hateoas.assemblers.CommandModelAssembler
- toModel(Job) - Method in class com.netflix.genie.web.apis.rest.v3.hateoas.assemblers.JobModelAssembler
- toModel(JobExecution) - Method in class com.netflix.genie.web.apis.rest.v3.hateoas.assemblers.JobExecutionModelAssembler
- toModel(JobMetadata) - Method in class com.netflix.genie.web.apis.rest.v3.hateoas.assemblers.JobMetadataModelAssembler
- toModel(JobSearchResult) - Method in class com.netflix.genie.web.apis.rest.v3.hateoas.assemblers.JobSearchResultModelAssembler
- toModel(JobRequestModelAssembler.JobRequestWrapper) - Method in class com.netflix.genie.web.apis.rest.v3.hateoas.assemblers.JobRequestModelAssembler
- toModel(Map<String, String>) - Method in class com.netflix.genie.web.apis.rest.v3.hateoas.assemblers.RootModelAssembler
- toReserveJobIdRequestProto(AgentJobRequest, AgentClientMetadata) - Method in class com.netflix.genie.common.internal.dtos.converters.JobServiceProtoConverter
-
Convert a V4 Job Request DTO into a gRPC reserve job id request to be sent to the server.
- toString() - Method in class com.netflix.genie.common.dto.BaseDTO
-
Convert this object to a string representation.
- toString() - Method in class com.netflix.genie.common.dto.ContainerImage
- toString() - Method in class com.netflix.genie.common.dto.Runtime
- toString() - Method in class com.netflix.genie.common.dto.RuntimeResources
- toString() - Method in class com.netflix.genie.common.dto.search.BaseSearchResult
-
Convert this object to a string representation.
- toString() - Method in class com.netflix.genie.common.internal.dtos.ComputeResources
- toString() - Method in class com.netflix.genie.common.internal.dtos.Image
- TOTAL_SIZE_OF_ATTACHMENTS - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- totalSizeOfAttachments - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.JobEntity_
- toUserResourceSummaryDto(UserJobResourcesAggregate) - Static method in class com.netflix.genie.web.data.services.impl.jpa.converters.EntityV3DtoConverters
-
Convert a user resources summary to a DTO.
- toV3Application(Application) - Static method in class com.netflix.genie.common.internal.dtos.converters.DtoConverters
-
Convert a V4 Application DTO to a V3 application DTO.
- toV3ApplicationStatus(ApplicationStatus) - Static method in class com.netflix.genie.common.internal.dtos.converters.DtoConverters
-
Convert a V4
ApplicationStatus
to a V3ApplicationStatus
. - toV3Cluster(Cluster) - Static method in class com.netflix.genie.common.internal.dtos.converters.DtoConverters
- toV3ClusterStatus(ClusterStatus) - Static method in class com.netflix.genie.common.internal.dtos.converters.DtoConverters
-
Convert a V4
ClusterStatus
to a V3ClusterStatus
. - toV3Command(Command) - Static method in class com.netflix.genie.common.internal.dtos.converters.DtoConverters
- toV3CommandStatus(CommandStatus) - Static method in class com.netflix.genie.common.internal.dtos.converters.DtoConverters
-
Convert a V4
CommandStatus
to a V3CommandStatus
. - toV3ContainerImage(Image) - Static method in class com.netflix.genie.common.internal.dtos.converters.DtoConverters
-
Convert the internal
Image
to the V3 APIContainerImage
representation. - toV3Criterion(Criterion) - Static method in class com.netflix.genie.common.internal.dtos.converters.DtoConverters
- toV3CriterionTags(Criterion) - Static method in class com.netflix.genie.common.internal.dtos.converters.DtoConverters
-
Convert a given V4
criterion
to the equivalent representation in V3 set of tags. - toV3JobRequest(JobRequest) - Static method in class com.netflix.genie.common.internal.dtos.converters.DtoConverters
-
Helper method to convert a v4 JobRequest to a v3 job request.
- toV3JobStatus(JobStatus) - Static method in class com.netflix.genie.common.internal.dtos.converters.DtoConverters
- toV3RuntimeResources(ComputeResources) - Static method in class com.netflix.genie.common.internal.dtos.converters.DtoConverters
-
Convert internal
ComputeResources
to the V3 APIRuntimeResources
representation. - toV3Tags(String, String, Set<String>) - Static method in class com.netflix.genie.common.internal.dtos.converters.DtoConverters
-
Convert the V4 values supplied to how the tags would have looked in Genie V3.
- toV4Application(Application) - Static method in class com.netflix.genie.common.internal.dtos.converters.DtoConverters
-
Convert a V3 Application DTO to a V4 Application DTO.
- toV4ApplicationDto(ApplicationEntity) - Static method in class com.netflix.genie.web.data.services.impl.jpa.converters.EntityV4DtoConverters
-
Convert an application entity to a DTO for external exposure.
- toV4ApplicationRequest(Application) - Static method in class com.netflix.genie.common.internal.dtos.converters.DtoConverters
-
Convert a V3
Application
to a corresponding V4ApplicationRequest
. - toV4ApplicationStatus(ApplicationStatus) - Static method in class com.netflix.genie.common.internal.dtos.converters.DtoConverters
-
Convert a V3
ApplicationStatus
to a V4ApplicationStatus
. - toV4ApplicationStatus(String) - Static method in class com.netflix.genie.common.internal.dtos.converters.DtoConverters
-
Attempt to convert an Application status string into a known enumeration value from
ApplicationStatus
. - toV4Cluster(Cluster) - Static method in class com.netflix.genie.common.internal.dtos.converters.DtoConverters
- toV4ClusterDto(ClusterEntity) - Static method in class com.netflix.genie.web.data.services.impl.jpa.converters.EntityV4DtoConverters
-
Convert a cluster entity to a DTO for external exposure.
- toV4ClusterRequest(Cluster) - Static method in class com.netflix.genie.common.internal.dtos.converters.DtoConverters
-
Convert a
Cluster
to a V4ClusterRequest
. - toV4ClusterStatus(ClusterStatus) - Static method in class com.netflix.genie.common.internal.dtos.converters.DtoConverters
-
Convert a V3
ClusterStatus
to a V4ClusterStatus
. - toV4ClusterStatus(String) - Static method in class com.netflix.genie.common.internal.dtos.converters.DtoConverters
-
Attempt to convert a Cluster status string into a known enumeration value from
ClusterStatus
. - toV4Command(Command) - Static method in class com.netflix.genie.common.internal.dtos.converters.DtoConverters
- toV4CommandDto(CommandEntity) - Static method in class com.netflix.genie.web.data.services.impl.jpa.converters.EntityV4DtoConverters
-
Convert a command entity to a DTO for external exposure.
- toV4CommandRequest(Command) - Static method in class com.netflix.genie.common.internal.dtos.converters.DtoConverters
-
Convert a V3
Command
to a V4CommandRequest
. - toV4CommandStatus(CommandStatus) - Static method in class com.netflix.genie.common.internal.dtos.converters.DtoConverters
-
Convert a V3
CommandStatus
to a V4CommandStatus
. - toV4CommandStatus(String) - Static method in class com.netflix.genie.common.internal.dtos.converters.DtoConverters
-
Attempt to convert a Command status string into a known enumeration value from
CommandStatus
. - toV4Criterion(ClusterCriteria) - Static method in class com.netflix.genie.common.internal.dtos.converters.DtoConverters
-
Convert a V3 Cluster Criteria to a V4 Criterion.
- toV4Criterion(Set<String>) - Static method in class com.netflix.genie.common.internal.dtos.converters.DtoConverters
-
Convert a set of V3 criterion tags to a V4 criterion object.
- toV4JobRequest(JobRequest) - Static method in class com.netflix.genie.common.internal.dtos.converters.DtoConverters
-
Convert a V3 Job Request to a V4 Job Request.
- toV4JobRequestDto(JobRequestProjection) - Static method in class com.netflix.genie.web.data.services.impl.jpa.converters.EntityV4DtoConverters
-
Convert a job request entity to a DTO.
- toV4JobStatus(JobStatus) - Static method in class com.netflix.genie.common.internal.dtos.converters.DtoConverters
- toV4JobStatus(String) - Static method in class com.netflix.genie.common.internal.dtos.converters.DtoConverters
-
Attempt to convert a Job status string into a known enumeration value from
JobStatus
. - TracePropagator<C> - Interface in com.netflix.genie.common.internal.tracing
-
This interface exists to provide a shared contract for how trace information is shared between the Genie server job request handling and the agent process launch.
- TracingConstants - Class in com.netflix.genie.common.internal.tracing
-
Constants used for adding metadata to tracing spans.
- TracingListener - Class in com.netflix.genie.agent.execution.statemachine.listeners
-
A listener which adds data to spans based on the events emitted by the state machine.
- TracingListener(Tracer) - Constructor for class com.netflix.genie.agent.execution.statemachine.listeners.TracingListener
-
Constructor.
- transmit(StreamObserver<ServerAckMessage>) - Method in class com.netflix.genie.web.agent.apis.rpc.v4.endpoints.GRpcAgentFileStreamServiceImpl
- TRIGGER - Enum constant in enum class com.netflix.genie.web.tasks.GenieTaskScheduleType
-
When you want your task scheduled using a
Trigger
. - TRUE_VALUE - Static variable in class com.netflix.genie.common.internal.tracing.TracingConstants
-
Convenience constant for representing a flag tag with a value of true.
- tryWrite(ByteString) - Method in class com.netflix.genie.web.util.StreamBuffer
-
Try to append a chunk of data for consumption.
- type - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.ApplicationEntity_
- TYPE - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.ApplicationEntity_
U
- UIController - Class in com.netflix.genie.ui.controllers
-
Controller for forwarding UI requests.
- UIController() - Constructor for class com.netflix.genie.ui.controllers.UIController
- UNIQUE_ID - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CriterionEntity_
- UNIQUE_ID - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.UniqueIdEntity_
- uniqueId - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CriterionEntity_
- uniqueId - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.UniqueIdEntity_
- UniqueIdEntity - Class in com.netflix.genie.web.data.services.impl.jpa.entities
-
An extendable entity class for tables which have a UniqueId field.
- UniqueIdEntity() - Constructor for class com.netflix.genie.web.data.services.impl.jpa.entities.UniqueIdEntity
- UniqueIdEntity_ - Class in com.netflix.genie.web.data.services.impl.jpa.entities
- UniqueIdEntity_() - Constructor for class com.netflix.genie.web.data.services.impl.jpa.entities.UniqueIdEntity_
- UniqueIdProjection - Interface in com.netflix.genie.web.data.services.impl.jpa.queries.projections
-
Projection for getting the Unique Id of a resource.
- UNIXUtils - Class in com.netflix.genie.web.util
-
Utility class for UNIX user and file permissions.
- UNKNOWN - Enum constant in enum class com.netflix.genie.common.dto.ArchiveStatus
-
Archive status is unknown.
- UNKNOWN - Enum constant in enum class com.netflix.genie.common.internal.dtos.ArchiveStatus
-
Archive status is unknown.
- UNKNOWN_JOB_STATE - Static variable in class com.netflix.genie.common.dto.JobStatusMessages
-
The agent could not determine what state the job is in.
- unmangleBareDoubleDash(String[]) - Static method in class com.netflix.genie.agent.cli.Util
-
Restore "bare double dash" arguments in the input array.
- unmarshall(String, TypeReference<T>) - Static method in class com.netflix.genie.common.util.JsonUtils
-
Convert a JSON string of a collection back to a Java object.
- UP - Enum constant in enum class com.netflix.genie.common.dto.ClusterStatus
-
Cluster is UP, and accepting jobs.
- UP - Enum constant in enum class com.netflix.genie.common.internal.dtos.ClusterStatus
-
Cluster is UP, and accepting jobs.
- updateApplication(String, Application) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Update an
Application
. - updateApplication(String, Application) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Update an
Application
. - updateApplication(String, Application) - Method in interface com.netflix.genie.client.apis.ApplicationService
-
Method to update a application in Genie.
- updateApplication(String, Application) - Method in class com.netflix.genie.client.ApplicationClient
-
Method to updated a application.
- updateApplication(String, Application) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ApplicationRestController
-
Update application.
- updateApplicationsForCommand(String, List<String>) - Method in class com.netflix.genie.client.CommandClient
-
Method to update applications for a command.
- updateCluster(String, Cluster) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Update a
Cluster
with the given information. - updateCluster(String, Cluster) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Update a
Cluster
with the given information. - updateCluster(String, Cluster) - Method in interface com.netflix.genie.client.apis.ClusterService
-
Method to update a cluster in Genie.
- updateCluster(String, Cluster) - Method in class com.netflix.genie.client.ClusterClient
-
Method to updated a cluster.
- updateCluster(String, Cluster) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ClusterRestController
-
Update a cluster configuration.
- updateCommand(String, Command) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Update a
Command
. - updateCommand(String, Command) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Update a
Command
. - updateCommand(String, Command) - Method in interface com.netflix.genie.client.apis.CommandService
-
Method to update a command in Genie.
- updateCommand(String, Command) - Method in class com.netflix.genie.client.CommandClient
-
Method to updated a command.
- updateCommand(String, Command) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Update command configuration.
- updateCommandsForCluster(String, List<String>) - Method in class com.netflix.genie.client.ClusterClient
-
Method to update commands for a cluster.
- updateConfigsForApplication(String, Set<String>) - Method in interface com.netflix.genie.client.apis.ApplicationService
-
Method to update configs for a application in Genie.
- updateConfigsForApplication(String, Set<String>) - Method in class com.netflix.genie.client.ApplicationClient
-
Method to update configs for a application.
- updateConfigsForApplication(String, Set<String>) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ApplicationRestController
-
Update the configuration files for a given application.
- updateConfigsForCluster(String, Set<String>) - Method in interface com.netflix.genie.client.apis.ClusterService
-
Method to update configs for a cluster in Genie.
- updateConfigsForCluster(String, Set<String>) - Method in class com.netflix.genie.client.ClusterClient
-
Method to update configs for a cluster.
- updateConfigsForCluster(String, Set<String>) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ClusterRestController
-
Update the configuration files for a given cluster.
- updateConfigsForCommand(String, Set<String>) - Method in interface com.netflix.genie.client.apis.CommandService
-
Method to update configs for a command in Genie.
- updateConfigsForCommand(String, Set<String>) - Method in class com.netflix.genie.client.CommandClient
-
Method to update configs for a command.
- updateConfigsForCommand(String, Set<String>) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Update the configuration files for a given command.
- updateConfigsForResource(String, Set<String>, Class<R>) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Update the set of configuration files associated with the resource with the given id.
- updateConfigsForResource(String, Set<String>, Class<R>) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Update the set of configuration files associated with the resource with the given id.
- updated - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.AuditEntity_
- UPDATED - Enum constant in enum class com.netflix.genie.client.apis.SortAttribute
-
Last update.
- UPDATED - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.AuditEntity_
- updateDependenciesForApplication(String, Set<String>) - Method in interface com.netflix.genie.client.apis.ApplicationService
-
Method to update dependencies for a application in Genie.
- updateDependenciesForApplication(String, Set<String>) - Method in class com.netflix.genie.client.ApplicationClient
-
Method to update dependencies for a application.
- updateDependenciesForApplication(String, Set<String>) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ApplicationRestController
-
Update the dependency files for a given application.
- updateDependenciesForCluster(String, Set<String>) - Method in interface com.netflix.genie.client.apis.ClusterService
-
Method to update dependencies for a cluster in Genie.
- updateDependenciesForCluster(String, Set<String>) - Method in class com.netflix.genie.client.ClusterClient
-
Method to update dependencies for a cluster.
- updateDependenciesForCluster(String, Set<String>) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ClusterRestController
-
Update the dependency files for a given cluster.
- updateDependenciesForCommand(String, Set<String>) - Method in interface com.netflix.genie.client.apis.CommandService
-
Method to update dependencies for a command in Genie.
- updateDependenciesForCommand(String, Set<String>) - Method in class com.netflix.genie.client.CommandClient
-
Method to update dependencies for a command.
- updateDependenciesForCommand(String, Set<String>) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Update the dependency files for a given command.
- updateDependenciesForResource(String, Set<String>, Class<R>) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Update the set of dependency files associated with the resource with the given id.
- updateDependenciesForResource(String, Set<String>, Class<R>) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Update the set of dependency files associated with the resource with the given id.
- updateJobArchiveStatus(String, ArchiveStatus) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Update the status and status message of the job.
- updateJobArchiveStatus(String, ArchiveStatus) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Update the status and status message of the job.
- updateJobArchiveStatus(String, ArchiveStatus) - Method in interface com.netflix.genie.web.agent.services.AgentJobService
-
Update the archive status status of the job identified with
id
to benewStatus
. - updateJobArchiveStatus(String, ArchiveStatus) - Method in class com.netflix.genie.web.agent.services.impl.AgentJobServiceImpl
-
Update the archive status status of the job identified with
id
to benewStatus
. - updateJobStatus(String, JobStatus, JobStatus, String) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Update the status of the job identified with
id
to benewStatus
provided that the current status of the job matchesnewStatus
. - updateJobStatus(String, JobStatus, JobStatus, String) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Update the status of the job identified with
id
to benewStatus
provided that the current status of the job matchesnewStatus
. - updateJobStatus(String, JobStatus, JobStatus, String) - Method in interface com.netflix.genie.web.agent.services.AgentJobService
-
Update the status of the job identified with
id
to benewStatus
provided that the current status of the job matchesnewStatus
. - updateJobStatus(String, JobStatus, JobStatus, String) - Method in class com.netflix.genie.web.agent.services.impl.AgentJobServiceImpl
-
Update the status of the job identified with
id
to benewStatus
provided that the current status of the job matchesnewStatus
. - updateLauncherExt(String, JsonNode) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Update the launcher extension field for this job.
- updateLauncherExt(String, JsonNode) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Update the launcher extension field for this job.
- updateRequestedLauncherExt(String, JsonNode) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Update the requested launcher extension field for this job.
- updateRequestedLauncherExt(String, JsonNode) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Update the requested launcher extension field for this job.
- updateStatusForUnusedCommands(CommandStatus, Instant, Set<CommandStatus>, int) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Update the status of a command to the desiredStatus if its status is in currentStatuses, it was created before commandCreatedThreshold and it hasn't been used in any job.
- updateStatusForUnusedCommands(CommandStatus, Instant, Set<CommandStatus>, int) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Update the status of a command to the desiredStatus if its status is in currentStatuses, it was created before commandCreatedThreshold and it hasn't been used in any job.
- updateTagsForApplication(String, Set<String>) - Method in interface com.netflix.genie.client.apis.ApplicationService
-
Method to update tags for a application in Genie.
- updateTagsForApplication(String, Set<String>) - Method in class com.netflix.genie.client.ApplicationClient
-
Method to update tags for a application.
- updateTagsForApplication(String, Set<String>) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ApplicationRestController
-
Update the tags for a given application.
- updateTagsForCluster(String, Set<String>) - Method in interface com.netflix.genie.client.apis.ClusterService
-
Method to update tags for a cluster in Genie.
- updateTagsForCluster(String, Set<String>) - Method in class com.netflix.genie.client.ClusterClient
-
Method to update tags for a cluster.
- updateTagsForCluster(String, Set<String>) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.ClusterRestController
-
Update the tags for a given cluster.
- updateTagsForCommand(String, Set<String>) - Method in interface com.netflix.genie.client.apis.CommandService
-
Method to update tags for a command in Genie.
- updateTagsForCommand(String, Set<String>) - Method in class com.netflix.genie.client.CommandClient
-
Method to update tags for a command.
- updateTagsForCommand(String, Set<String>) - Method in class com.netflix.genie.web.apis.rest.v3.controllers.CommandRestController
-
Update the tags for a given command.
- updateTagsForResource(String, Set<String>, Class<R>) - Method in class com.netflix.genie.web.data.services.impl.jpa.JpaPersistenceServiceImpl
-
Update the set of tags associated with the resource with the given id.
- updateTagsForResource(String, Set<String>, Class<R>) - Method in interface com.netflix.genie.web.data.services.PersistenceService
-
Update the set of tags associated with the resource with the given id.
- uriPropertyConverter() - Method in class com.netflix.genie.web.spring.autoconfigure.properties.converters.PropertyConvertersAutoConfiguration
-
Provide a converter which will convert Strings to absolute
URI
instances. - URIPropertyConverter - Class in com.netflix.genie.web.properties.converters
-
A converter between a String and a
URI
to enforce well formatted schema representations of resources. - URIPropertyConverter() - Constructor for class com.netflix.genie.web.properties.converters.URIPropertyConverter
- user - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.BaseEntity_
- USER - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.BaseEntity_
- USER - Static variable in class com.netflix.genie.web.util.MetricsConstants.TagKeys
-
Key to tag a username.
- USER_LIMIT_OVERRIDE_PROPERTY_PREFIX - Static variable in class com.netflix.genie.web.properties.JobsActiveLimitProperties
-
The property key prefix for per-user limit.
- UserAgentInsertInterceptor - Class in com.netflix.genie.client.interceptors
-
An interceptor class that updates the User Agent String of the request with user info.
- UserAgentInsertInterceptor(String) - Constructor for class com.netflix.genie.client.interceptors.UserAgentInsertInterceptor
-
Constructor.
- UserJobResourcesAggregate - Interface in com.netflix.genie.web.data.services.impl.jpa.queries.aggregates
-
An aggregate of running jobs and memory used for a given user.
- UserMetricsProperties - Class in com.netflix.genie.web.properties
-
Properties related to publishing of user metrics.
- UserMetricsProperties() - Constructor for class com.netflix.genie.web.properties.UserMetricsProperties
- userMetricsTask(MeterRegistry, DataServices, UserMetricsProperties) - Method in class com.netflix.genie.web.spring.autoconfigure.tasks.leader.LeaderAutoConfiguration
-
If required get a
UserMetricsTask
instance for use. - UserMetricsTask - Class in com.netflix.genie.web.tasks.leader
-
A task which publishes user metrics.
- UserMetricsTask(MeterRegistry, DataServices, UserMetricsProperties) - Constructor for class com.netflix.genie.web.tasks.leader.UserMetricsTask
-
Constructor.
- UserResourcesSummary - Class in com.netflix.genie.common.dto
-
A summary of the resources used by a given user.
- UserResourcesSummary() - Constructor for class com.netflix.genie.common.dto.UserResourcesSummary
- UserRestController - Class in com.netflix.genie.ui.controllers
-
A helper
RestController
which allows the UI to request information about the current user. - UserRestController() - Constructor for class com.netflix.genie.ui.controllers.UserRestController
- UTC - Static variable in class com.netflix.genie.common.internal.jobs.JobConstants
-
UTC timezone.
- Util - Class in com.netflix.genie.agent.cli
-
CLI utility methods.
V
- V3_JOB_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 for a V3 Job DTO. - V4_JOB_REQUEST_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 for a V4 Job Request DTO. - V4_JOB_SPECIFICATION_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 for a V4 Job Specification DTO. - ValidationAutoConfiguration - Class in com.netflix.genie.web.spring.autoconfigure
-
Configuration for bean validation within Genie.
- ValidationAutoConfiguration() - Constructor for class com.netflix.genie.web.spring.autoconfigure.ValidationAutoConfiguration
- valueOf(String) - Static method in enum class com.netflix.genie.agent.cli.ExitCode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.netflix.genie.agent.execution.CleanupStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.netflix.genie.agent.execution.services.KillService.KillSource
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.netflix.genie.agent.execution.statemachine.States
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.netflix.genie.client.apis.SortAttribute
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.netflix.genie.client.apis.SortDirection
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.netflix.genie.common.dto.ApplicationStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.netflix.genie.common.dto.ArchiveStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.netflix.genie.common.dto.ClusterStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.netflix.genie.common.dto.CommandStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.netflix.genie.common.dto.JobStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.netflix.genie.common.internal.dtos.ApplicationStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.netflix.genie.common.internal.dtos.ArchiveStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.netflix.genie.common.internal.dtos.ClusterStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.netflix.genie.common.internal.dtos.CommandStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.netflix.genie.common.internal.dtos.JobStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.netflix.genie.common.internal.util.ExponentialBackOffTrigger.DelayType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.netflix.genie.common.internal.util.RegexRuleSet.Response
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.netflix.genie.web.agent.inspectors.InspectionReport.Decision
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.netflix.genie.web.spring.actuators.LeaderElectionActuator.Action
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.netflix.genie.web.tasks.GenieTaskScheduleType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.netflix.genie.agent.cli.ExitCode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.netflix.genie.agent.execution.CleanupStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.netflix.genie.agent.execution.services.KillService.KillSource
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.netflix.genie.agent.execution.statemachine.States
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.netflix.genie.client.apis.SortAttribute
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.netflix.genie.client.apis.SortDirection
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.netflix.genie.common.dto.ApplicationStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.netflix.genie.common.dto.ArchiveStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.netflix.genie.common.dto.ClusterStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.netflix.genie.common.dto.CommandStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.netflix.genie.common.dto.JobStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.netflix.genie.common.internal.dtos.ApplicationStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.netflix.genie.common.internal.dtos.ArchiveStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.netflix.genie.common.internal.dtos.ClusterStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.netflix.genie.common.internal.dtos.CommandStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.netflix.genie.common.internal.dtos.JobStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.netflix.genie.common.internal.util.ExponentialBackOffTrigger.DelayType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.netflix.genie.common.internal.util.RegexRuleSet.Response
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.netflix.genie.web.agent.inspectors.InspectionReport.Decision
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.netflix.genie.web.spring.actuators.LeaderElectionActuator.Action
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.netflix.genie.web.tasks.GenieTaskScheduleType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- version - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.BaseEntity_
- version - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CriterionEntity_
- VERSION - Enum constant in enum class com.netflix.genie.client.apis.SortAttribute
-
Entity version.
- VERSION - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.BaseEntity_
- VERSION - Static variable in class com.netflix.genie.web.data.services.impl.jpa.entities.CriterionEntity_
- VERSION_FILTER_ENABLED_PROPERTY - Static variable in class com.netflix.genie.web.properties.AgentFilterProperties
-
Property that enables the default implementation of
AgentFilterService
.
W
- WAIT_JOB_COMPLETION - Enum constant in enum class com.netflix.genie.agent.execution.statemachine.States
-
Wait for job completion.
- waitFor() - Method in class com.netflix.genie.agent.execution.process.impl.JobProcessManagerImpl
-
Wait indefinitely for the job process to terminate.
- waitFor() - Method in interface com.netflix.genie.agent.execution.process.JobProcessManager
-
Wait indefinitely for the job process to terminate.
- waitForCompletion(String, long) - Method in class com.netflix.genie.client.JobClient
-
Wait for job to complete, until the given timeout.
- waitForCompletion(String, long, long) - Method in class com.netflix.genie.client.JobClient
-
Wait for job to complete, until the given timeout.
- WaitJobCompletionStage - Class in com.netflix.genie.agent.execution.statemachine.stages
-
Wait for job process to exit.
- WaitJobCompletionStage(JobProcessManager, JobMonitorService) - Constructor for class com.netflix.genie.agent.execution.statemachine.stages.WaitJobCompletionStage
-
Constructor.
- walkDirectory(Path, BasicFileAttributes) - Method in interface com.netflix.genie.common.internal.dtos.DirectoryManifest.Filter
-
Whether to recurse into a given directory and add its contents to the manifest.
- walkDirectory(Path, BasicFileAttributes) - Method in class com.netflix.genie.common.internal.util.RegexDirectoryManifestFilter
-
Whether to recurse into a given directory and add its contents to the manifest.
- warmUp() - Method in class com.netflix.genie.web.scripts.ManagedScript
-
Request the script to be warm and ready for evaluation.
- whitelistedVersionAgentMetadataInspector(AgentFilterProperties) - Method in class com.netflix.genie.web.spring.autoconfigure.agent.inspectors.AgentInspectorsAutoConfiguration
-
A
AgentMetadataInspector
that only accepts agents whose version matches a given regex. - WhitelistedVersionAgentMetadataInspector - Class in com.netflix.genie.web.agent.inspectors.impl
-
An
AgentMetadataInspector
that accepts agent whose version matches a regular expression (obtained via properties) and rejects everything else. - WhitelistedVersionAgentMetadataInspector(AgentFilterProperties) - Constructor for class com.netflix.genie.web.agent.inspectors.impl.WhitelistedVersionAgentMetadataInspector
-
Constructor.
- withApplications(List<Application>) - Method in class com.netflix.genie.common.internal.dtos.FinishedJob.Builder
-
Setter for optional field.
- withApplications(List<String>) - Method in class com.netflix.genie.common.dto.JobRequest.Builder
-
Set the ids of applications to override the default applications from the command with.
- withArchiveLocation(String) - Method in class com.netflix.genie.common.dto.Job.Builder
-
Set the archive location of the job.
- withArchiveLocation(String) - Method in class com.netflix.genie.common.internal.dtos.FinishedJob.Builder
-
Setter for optional field.
- withArchiveStatus(ArchiveStatus) - Method in class com.netflix.genie.common.dto.JobExecution.Builder
-
Set the archive status for this job.
- withArchivingDisabled(boolean) - Method in class com.netflix.genie.common.internal.dtos.AgentConfigRequest.Builder
-
Set whether the agent should or should not archive the job directory.
- withArguments(List<String>) - Method in class com.netflix.genie.common.dto.ContainerImage.Builder
-
Set the arguments for the image.
- withArguments(List<String>) - Method in class com.netflix.genie.common.internal.dtos.Image.Builder
-
Set the arguments for the image.
- withAttachments(URI...) - Method in class com.netflix.genie.web.dtos.JobSubmission.Builder
-
Set the attachments associated with this submission.
- withAttachments(Set<URI>) - Method in class com.netflix.genie.web.dtos.JobSubmission.Builder
-
Set the attachments associated with this submission if there were any.
- withCheckDelay(Long) - Method in class com.netflix.genie.common.dto.Command.Builder
-
Deprecated.
- withCheckDelay(Long) - Method in class com.netflix.genie.common.dto.JobExecution.Builder
-
Set the amount of time (in milliseconds) to delay between checks of the process.
- withClientHost(String) - Method in class com.netflix.genie.common.dto.JobMetadata.Builder
-
Set the host name that sent the job request.
- withCluster(Cluster) - Method in class com.netflix.genie.common.internal.dtos.FinishedJob.Builder
-
Setter for optional field.
- withClusterCriteria(List<Criterion>) - Method in class com.netflix.genie.common.dto.Command.Builder
-
Set the ordered list of
Criterion
that should be used to resolve which clusters this command can run on at any given time. - withClusterCriteria(List<Criterion>) - Method in class com.netflix.genie.common.internal.dtos.CommandRequest.Builder
-
Set the ordered list of
Criterion
that should be used to resolve which clusters this command can run on at any given time. - withClusterName(String) - Method in class com.netflix.genie.common.dto.Job.Builder
-
Set the execution cluster name for this job.
- withCommand(Command) - Method in class com.netflix.genie.common.internal.dtos.FinishedJob.Builder
-
Setter for optional field.
- withCommandArgs(String) - Method in class com.netflix.genie.common.dto.Job.Builder
-
Deprecated.
- withCommandArgs(String) - Method in class com.netflix.genie.common.dto.JobRequest.Builder
-
Deprecated.
- withCommandArgs(List<String>) - Method in class com.netflix.genie.common.dto.Job.Builder
-
The command arguments to use in conjunction with the command executable selected for this job.
- withCommandArgs(List<String>) - Method in class com.netflix.genie.common.dto.JobRequest.Builder
-
The command arguments to use in conjunction with the command executable selected for this job.
- withCommandArgs(List<String>) - Method in class com.netflix.genie.common.internal.dtos.AgentJobRequest.Builder
-
Set the ordered list of command line arguments to append to the command executable at runtime.
- withCommandArgs(List<String>) - Method in class com.netflix.genie.common.internal.dtos.ApiJobRequest.Builder
-
Set the ordered list of command line arguments to append to the command executable at runtime.
- withCommandName(String) - Method in class com.netflix.genie.common.dto.Job.Builder
-
Set the name of the command used to run this job.
- withComputeResources(ComputeResources) - Method in class com.netflix.genie.common.internal.dtos.CommandRequest.Builder
-
Set any default compute resources that should be used if this command is selected.
- withComputeResources(ComputeResources) - Method in class com.netflix.genie.common.internal.dtos.JobEnvironment.Builder
-
Set the computation resources for the job.
- withConfigs(Set<String>) - Method in class com.netflix.genie.common.dto.ExecutionEnvironmentDTO.Builder
-
The configs to use with the resource if desired.
- withCpu(Integer) - Method in class com.netflix.genie.common.dto.JobRequest.Builder
-
Deprecated.Use
JobRequest.Builder.withRuntime(Runtime)
instead - withCpu(Integer) - Method in class com.netflix.genie.common.dto.RuntimeResources.Builder
-
Set the number of CPUs.
- withCpu(Integer) - Method in class com.netflix.genie.common.internal.dtos.ComputeResources.Builder
-
Set the number of CPUs.
- withCreated(Instant) - Method in class com.netflix.genie.common.dto.BaseDTO.Builder
-
Set the created time for the resource.
- withDependencies(Set<String>) - Method in class com.netflix.genie.common.dto.ExecutionEnvironmentDTO.Builder
-
Set the dependencies for the entity if desired.
- withDescription(String) - Method in class com.netflix.genie.common.dto.CommonDTO.Builder
-
Set the description for the resource.
- withDescription(String) - Method in class com.netflix.genie.common.internal.dtos.CommonMetadata.Builder
-
Set the description for the resource.
- withDisableLogArchival(boolean) - Method in class com.netflix.genie.common.dto.JobRequest.Builder
-
Set whether to disable log archive for the job.
- withDiskMb(Long) - Method in class com.netflix.genie.common.dto.RuntimeResources.Builder
-
Set amount of disk space in MB.
- withDiskMb(Long) - Method in class com.netflix.genie.common.internal.dtos.ComputeResources.Builder
-
Set amount of disk space in MB.
- withEmail(String) - Method in class com.netflix.genie.common.dto.JobRequest.Builder
-
Set the email to use for alerting of job completion.
- withEmail(String) - Method in class com.netflix.genie.common.internal.dtos.JobMetadata.Builder
-
Set the email to use for alerting of job completion.
- withEnvironmentVariables(Map<String, String>) - Method in class com.netflix.genie.common.internal.dtos.JobEnvironment.Builder
-
Set any environment variables that the agent should add to the job runtime.
- withExecutable(String) - Method in class com.netflix.genie.common.dto.Command.Builder
-
Deprecated.this setter is provided transitionally to make both 'executable' and 'executableAndArguments' optional for API backward compatibility. The proper way to construct a Command is via the constructor
Builder(String, String, String, CommandStatus, List, long)
. - withExecutableAndArguments(List<String>) - Method in class com.netflix.genie.common.dto.Command.Builder
-
Deprecated.this setter is provided transitionally to make both 'executable' and 'executableAndArguments' optional for API backward compatibility. The proper way to construct a Command is via the constructor
Builder(String, String, String, CommandStatus, List, long)
. - withExitCode(Integer) - Method in class com.netflix.genie.common.dto.JobExecution.Builder
-
Set the exit code for the jobs' execution.
- withExitCode(Integer) - Method in class com.netflix.genie.common.internal.dtos.FinishedJob.Builder
-
Setter for optional field.
- withExt(JsonNode) - Method in class com.netflix.genie.common.internal.dtos.AgentConfigRequest.Builder
-
Set the extension configuration for the agent.
- withExt(JsonNode) - Method in class com.netflix.genie.common.internal.dtos.JobEnvironment.Builder
-
Set the extension configuration for the agent.
- withExt(JsonNode) - Method in class com.netflix.genie.common.internal.dtos.JobEnvironmentRequest.Builder
-
Set the extension configuration for the agent.
- withFinished(Instant) - Method in class com.netflix.genie.common.dto.Job.Builder
-
Set the finished time of the job.
- withFinished(Instant) - Method in class com.netflix.genie.common.internal.dtos.FinishedJob.Builder
-
Setter for optional field.
- withGpu(Integer) - Method in class com.netflix.genie.common.dto.RuntimeResources.Builder
-
Set the number of GPUs.
- withGpu(Integer) - Method in class com.netflix.genie.common.internal.dtos.ComputeResources.Builder
-
Set the number of GPUs.
- withGroup(String) - Method in class com.netflix.genie.common.dto.JobRequest.Builder
-
Set the group for the job.
- withGroup(String) - Method in class com.netflix.genie.common.internal.dtos.JobMetadata.Builder
-
Set the group for the job.
- withGrouping(String) - Method in class com.netflix.genie.common.dto.Job.Builder
-
Set the grouping to use for this job.
- withGrouping(String) - Method in class com.netflix.genie.common.dto.JobRequest.Builder
-
Set the grouping to use for this job.
- withGrouping(String) - Method in class com.netflix.genie.common.internal.dtos.FinishedJob.Builder
-
Setter for optional field.
- withGrouping(String) - Method in class com.netflix.genie.common.internal.dtos.JobMetadata.Builder
-
Set the grouping to use for this job.
- withGroupingInstance(String) - Method in class com.netflix.genie.common.dto.Job.Builder
-
Set the grouping instance to use for this job.
- withGroupingInstance(String) - Method in class com.netflix.genie.common.dto.JobRequest.Builder
-
Set the grouping instance to use for this job.
- withGroupingInstance(String) - Method in class com.netflix.genie.common.internal.dtos.FinishedJob.Builder
-
Setter for optional field.
- withGroupingInstance(String) - Method in class com.netflix.genie.common.internal.dtos.JobMetadata.Builder
-
Set the grouping instance to use for this job.
- withId(String) - Method in class com.netflix.genie.common.dto.BaseDTO.Builder
-
Set the id for the resource.
- withId(String) - Method in class com.netflix.genie.common.dto.Criterion.Builder
-
Set the id of the resource (cluster, command, etc) to use.
- withId(String) - Method in class com.netflix.genie.common.internal.dtos.Criterion.Builder
-
Set the id of the resource (cluster, command, etc) to use.
- withImages(Map<String, ContainerImage>) - Method in class com.netflix.genie.common.dto.Runtime.Builder
-
Set any container images needed with this resource (job, command, etc).
- withImages(Map<String, Image>) - Method in class com.netflix.genie.common.internal.dtos.CommandRequest.Builder
-
Set any default image metadata that should be used if this command is selected.
- withImages(Map<String, Image>) - Method in class com.netflix.genie.common.internal.dtos.JobEnvironment.Builder
-
Set the images the job should use.
- withInteractive(boolean) - Method in class com.netflix.genie.common.internal.dtos.AgentConfigRequest.Builder
-
Set whether the agent should be run as an interactive job or not.
- withLauncherExt(JsonNode) - Method in class com.netflix.genie.common.dto.JobExecution.Builder
-
Set the launcher extension for this job.
- withMemory(Integer) - Method in class com.netflix.genie.common.dto.Command.Builder
-
Deprecated.Use
Command.Builder.withRuntime(Runtime)
instead - withMemory(Integer) - Method in class com.netflix.genie.common.dto.JobExecution.Builder
-
Deprecated.Use
JobExecution.Builder.withRuntime(Runtime)
instead - withMemory(Integer) - Method in class com.netflix.genie.common.dto.JobRequest.Builder
-
Deprecated.Use
JobRequest.Builder.withRuntime(Runtime)
instead - withMemoryMb(Long) - Method in class com.netflix.genie.common.dto.RuntimeResources.Builder
-
Set amount of memory in MB.
- withMemoryMb(Long) - Method in class com.netflix.genie.common.internal.dtos.ComputeResources.Builder
-
Set amount of memory in MB.
- withMemoryUsed(Long) - Method in class com.netflix.genie.common.internal.dtos.FinishedJob.Builder
-
Setter for optional field.
- withMetadata(JsonNode) - Method in class com.netflix.genie.common.dto.CommonDTO.Builder
-
With the metadata to set for the job as a JsonNode.
- withMetadata(JsonNode) - Method in class com.netflix.genie.common.internal.dtos.CommonMetadata.Builder
-
With the metadata to set for the job as a JsonNode.
- withMetadata(String) - Method in class com.netflix.genie.common.dto.CommonDTO.Builder
-
With the metadata to set for the job as a string of valid JSON.
- withMetadata(String) - Method in class com.netflix.genie.common.internal.dtos.CommonMetadata.Builder
-
With the ad-hoc metadata to set for the resource as a string of valid JSON.
- withName(String) - Method in class com.netflix.genie.common.dto.ContainerImage.Builder
-
Set the name of the image to use.
- withName(String) - Method in class com.netflix.genie.common.dto.Criterion.Builder
-
Set the name of the resource (cluster, command, etc) to search for.
- withName(String) - Method in class com.netflix.genie.common.internal.dtos.Criterion.Builder
-
Set the name of the resource (cluster, command, etc) to search for.
- withName(String) - Method in class com.netflix.genie.common.internal.dtos.Image.Builder
-
Set the name of the image to use.
- withNetworkMbps(Long) - Method in class com.netflix.genie.common.dto.RuntimeResources.Builder
-
Set amount of network bandwidth in Mbps.
- withNetworkMbps(Long) - Method in class com.netflix.genie.common.internal.dtos.ComputeResources.Builder
-
Set amount of network bandwidth in Mbps.
- withNumAttachments(Integer) - Method in class com.netflix.genie.common.dto.JobMetadata.Builder
-
Set the number of attachments the job had.
- withNumAttachments(Integer) - Method in class com.netflix.genie.common.internal.dtos.FinishedJob.Builder
-
Setter for optional field.
- withProcessId(Integer) - Method in class com.netflix.genie.common.dto.JobExecution.Builder
-
Set the process id for the jobs' execution.
- withRationale(String) - Method in class com.netflix.genie.web.scripts.ResourceSelectorScriptResult.Builder
-
Set the rationale for the selection or lack thereof.
- withRequestAgentClientHostname(String) - Method in class com.netflix.genie.common.internal.dtos.FinishedJob.Builder
-
Setter for optional field.
- withRequestAgentClientVersion(String) - Method in class com.netflix.genie.common.internal.dtos.FinishedJob.Builder
-
Setter for optional field.
- withRequestApiClientHostname(String) - Method in class com.netflix.genie.common.internal.dtos.FinishedJob.Builder
-
Setter for optional field.
- withRequestApiClientUserAgent(String) - Method in class com.netflix.genie.common.internal.dtos.FinishedJob.Builder
-
Setter for optional field.
- withRequestedAgentConfig(AgentConfigRequest) - Method in class com.netflix.genie.common.internal.dtos.ApiJobRequest.Builder
-
Set the configuration requested for the agent when this job is executed.
- withRequestedAgentEnvironment(JobEnvironmentRequest) - Method in class com.netflix.genie.common.internal.dtos.ApiJobRequest.Builder
-
Set the information provided by a user for the Agent execution environment.
- withRequestedComputeResources(ComputeResources) - Method in class com.netflix.genie.common.internal.dtos.JobEnvironmentRequest.Builder
-
Set the computation resources the job should run with.
- withRequestedEnvironmentVariables(Map<String, String>) - Method in class com.netflix.genie.common.internal.dtos.JobEnvironmentRequest.Builder
-
Set any environment variables that the agent should add to the job runtime.
- withRequestedImages(Map<String, Image>) - Method in class com.netflix.genie.common.internal.dtos.JobEnvironmentRequest.Builder
-
Set the images the job should run with.
- withRequestedJobDirectoryLocation(File) - Method in class com.netflix.genie.common.internal.dtos.AgentConfigRequest.Builder
-
Set the directory where the agent should put the job working directory.
- withRequestedJobDirectoryLocation(String) - Method in class com.netflix.genie.common.internal.dtos.AgentConfigRequest.Builder
-
Set the directory where the agent should put the job working directory.
- withRequestedMemory(Long) - Method in class com.netflix.genie.common.internal.dtos.FinishedJob.Builder
-
Setter for optional field.
- withResource(R) - Method in class com.netflix.genie.web.scripts.ResourceSelectorScriptResult.Builder
-
Set the resource that was selected if any.
- withResources(RuntimeResources) - Method in class com.netflix.genie.common.dto.Runtime.Builder
-
Set the compute runtime resources to use.
- withRuntime(Runtime) - Method in class com.netflix.genie.common.dto.Command.Builder
-
Set the runtime for any jobs that use this command.
- withRuntime(Runtime) - Method in class com.netflix.genie.common.dto.JobExecution.Builder
-
Set the runtime this job is executing with.
- withRuntime(Runtime) - Method in class com.netflix.genie.common.dto.JobRequest.Builder
-
Set the requested job runtime environment details.
- withSelectedResource(R) - Method in class com.netflix.genie.web.dtos.ResourceSelectionResult.Builder
-
Set the resource that was selected by this selector if any.
- withSelectionRationale(String) - Method in class com.netflix.genie.web.dtos.ResourceSelectionResult.Builder
-
Set the rationale for why a resource as or wasn't selected.
- withSetupFile(String) - Method in class com.netflix.genie.common.dto.ExecutionEnvironmentDTO.Builder
-
The setup file to use with the resource if desired.
- withStarted(Instant) - Method in class com.netflix.genie.common.dto.Job.Builder
-
Set the started time of the job.
- withStarted(Instant) - Method in class com.netflix.genie.common.internal.dtos.FinishedJob.Builder
-
Setter for optional field.
- withStatus(JobStatus) - Method in class com.netflix.genie.common.dto.Job.Builder
-
Set the status of the job.
- withStatus(String) - Method in class com.netflix.genie.common.dto.Criterion.Builder
-
Set the status to search for.
- withStatus(String) - Method in class com.netflix.genie.common.internal.dtos.Criterion.Builder
-
Set the status to search for.
- withStatusMessage(String) - Method in class com.netflix.genie.common.internal.dtos.FinishedJob.Builder
-
Setter for optional field.
- withStatusMsg(String) - Method in class com.netflix.genie.common.dto.Job.Builder
-
Set the detailed status message of the job.
- withStdErrSize(long) - Method in class com.netflix.genie.agent.execution.process.JobProcessResult.Builder
-
Set the length of the std error file in bytes if there was one.
- withStdErrSize(Long) - Method in class com.netflix.genie.common.dto.JobMetadata.Builder
-
Set the total size (in bytes) of the jobs' standard error file.
- withStdOutSize(long) - Method in class com.netflix.genie.agent.execution.process.JobProcessResult.Builder
-
Set the length of the std out file in bytes if there was one.
- withStdOutSize(Long) - Method in class com.netflix.genie.common.dto.JobMetadata.Builder
-
Set the total size (in bytes) of the jobs' standard out file.
- withTag(String) - Method in class com.netflix.genie.common.dto.ContainerImage.Builder
-
Set the tag of the image to use.
- withTag(String) - Method in class com.netflix.genie.common.internal.dtos.Image.Builder
-
Set the tag of the image to use.
- withTags(Set<String>) - Method in class com.netflix.genie.common.dto.CommonDTO.Builder
-
Set the tags to use for the resource.
- withTags(Set<String>) - Method in class com.netflix.genie.common.dto.Criterion.Builder
-
Set the tags to use in the search.
- withTags(Set<String>) - Method in class com.netflix.genie.common.internal.dtos.CommonMetadata.Builder
-
Set the tags to use for the resource.
- withTags(Set<String>) - Method in class com.netflix.genie.common.internal.dtos.Criterion.Builder
-
Set the tags to use in the search.
- withTimeout(Integer) - Method in class com.netflix.genie.common.dto.JobRequest.Builder
-
Set the length of the job timeout in seconds after which Genie will kill the client process.
- withTimeout(Instant) - Method in class com.netflix.genie.common.dto.JobExecution.Builder
-
Set the timeout date when the job will be failed if it hasn't completed by.
- withTimeoutRequested(Integer) - Method in class com.netflix.genie.common.internal.dtos.AgentConfigRequest.Builder
-
Set the amount of time (in seconds) from the job start time that the job should be killed by the agent due to timeout.
- withTotalSizeOfAttachments(Long) - Method in class com.netflix.genie.common.dto.JobMetadata.Builder
-
Set the total size (in bytes) of the attachments sent with the job request.
- withType(String) - Method in class com.netflix.genie.common.dto.Application.Builder
-
Set the type of this application.
- withType(String) - Method in class com.netflix.genie.common.internal.dtos.ApplicationMetadata.Builder
-
Set the type of this application resource.
- withUpdated(Instant) - Method in class com.netflix.genie.common.dto.BaseDTO.Builder
-
Set the updated time for the resource.
- withUserAgent(String) - Method in class com.netflix.genie.common.dto.JobMetadata.Builder
-
Set the user agent string the request came in with.
- withVersion(String) - Method in class com.netflix.genie.common.dto.Criterion.Builder
-
Set the version of the resource (cluster, command, etc) to search for.
- withVersion(String) - Method in class com.netflix.genie.common.internal.dtos.Criterion.Builder
-
Set the version of the resource (cluster, command, etc) to search for.
- write(ByteString) - Method in class com.netflix.genie.web.util.StreamBuffer
-
Append a chunk of data for consumption.
Z
- ZookeeperAutoConfiguration - Class in com.netflix.genie.web.spring.autoconfigure
-
Auto configuration for Zookeper components.
- ZookeeperAutoConfiguration() - Constructor for class com.netflix.genie.web.spring.autoconfigure.ZookeeperAutoConfiguration
- ZookeeperProperties - Class in com.netflix.genie.web.properties
-
Properties related to Zookeeper.
- ZookeeperProperties() - Constructor for class com.netflix.genie.web.properties.ZookeeperProperties
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
ApplicationClient(Retrofit)