Package | Description |
---|---|
flux.agent |
Execution of processes on remote computers to increase overall
system throughput and to allow processes to run on computers that
contain unique resources
|
flux.repository |
Storage depot of template workflows and other reusable Flux components like engine configurations
|
Modifier and Type | Method and Description |
---|---|
abstract AgentConfiguration |
AgentInfo.getConfiguration()
Returns the configuration properties for this agent.
|
Modifier and Type | Method and Description |
---|---|
void |
Agent.restart(AgentConfiguration configuration)
Provides a way to reconfigure an agent without creating a new agent object.
|
void |
AgentAdministrator.restart(AgentConfiguration configuration)
Provides a way to reconfigure an agent without creating a new agent object.
|
Constructor and Description |
---|
Agent(AgentConfiguration configuration)
Creates a new Flux agent.
|
Modifier and Type | Method and Description |
---|---|
AgentConfiguration |
RepositoryElement.getAgentConfiguration()
Returns this repository element specifically as an agent configuration.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
RepositoryAdministrator.put(java.lang.String namespace,
AgentConfiguration agentConfiguration,
boolean overwrite)
Inserts or modifies an agent configuration in the repository.
|
© 2000-2025 Flux Corporation. All rights reserved.