- ScriptCommand - Class in ca.eandb.jdcp.client
-
A Command that runs a specified script.
- ScriptCommand() - Constructor for class ca.eandb.jdcp.client.ScriptCommand
-
- ScriptCommand.Options - Class in ca.eandb.jdcp.client
-
Command line options specific to the ScriptCommand.
- ScriptFacade - Class in ca.eandb.jdcp.client
-
An object provided to scripts to allow them to interface with JDCP.
- ScriptFacade(Configuration) - Constructor for class ca.eandb.jdcp.client.ScriptFacade
-
Creates a new ScriptFacade.
- server - Variable in class ca.eandb.jdcp.console.ConsoleState
-
- ServerState - Class in ca.eandb.jdcp.console
-
Provides commands for managing the server.
- ServerState() - Constructor for class ca.eandb.jdcp.console.ServerState
-
- setcpus(int) - Method in class ca.eandb.jdcp.console.WorkerState
-
Sets the maximum number of concurrent workers.
- setIdleTime(int) - Method in class ca.eandb.jdcp.client.ScriptFacade
-
Sets the time (in seconds) that the JDCP server will instruct workers to
idle if there are no jobs to be processed.
- SetIdleTimeCommand - Class in ca.eandb.jdcp.client
-
A Command that sets the time (in seconds) that the server
should instruct workers to idle when there are no tasks to perform.
- SetIdleTimeCommand() - Constructor for class ca.eandb.jdcp.client.SetIdleTimeCommand
-
- setJobPriority(UUID, int) - Method in class ca.eandb.jdcp.client.ScriptFacade
-
Sets the priority of the specified job.
- start() - Method in class ca.eandb.jdcp.console.HubState
-
Starts the hub.
- start() - Method in class ca.eandb.jdcp.console.ServerState
-
Starts the server.
- start(int, String, String, String, boolean, String, File, long) - Method in class ca.eandb.jdcp.console.WorkerState
-
Starts the worker process.
- stat() - Method in class ca.eandb.jdcp.console.HubState
-
Prints the status of the hub.
- stat(int) - Method in class ca.eandb.jdcp.console.ServerState
-
Prints the status of the jobs running on the server.
- stat(int) - Method in class ca.eandb.jdcp.console.WorkerState
-
Prints the status of the worker threads.
- stop() - Method in class ca.eandb.jdcp.console.HubState
-
Stops the hub.
- stop() - Method in class ca.eandb.jdcp.console.ServerState
-
Stops the server.
- stop() - Method in class ca.eandb.jdcp.console.WorkerState
-
Stops the worker process.
- submitJob(ParallelizableJob) - Method in class ca.eandb.jdcp.client.ScriptFacade
-
Submits a job to be processed.
- submitJob(ParallelizableJob, String) - Method in class ca.eandb.jdcp.client.ScriptFacade
-
Submits a job to be processed.
- SynchronizeCommand - Class in ca.eandb.jdcp.client
-
A Command that ensures that all in the specified directory
tree match those on the server.
- SynchronizeCommand() - Constructor for class ca.eandb.jdcp.client.SynchronizeCommand
-