|
Content with label master-worker in GigaSpaces Platform 5.X Documentation (See content from all spaces)
Related Labels:
task
, service-grid-cli
, spring
, partitioned-cache
, service-grid
, result
, compute-grid
Compute Grid
Deploying the Compute Grid; running jobs; creating custom jobs; writing a CLI for executing jobs
|
Creating a Custom Job
How to implement a custom Job, Task, and Result using the relevant classes. The Job Class Following is an example of a job implementation, {{PrimeNumberJob}}. As can be seen, a job class needs to implement the {{Job}} interface. A main method that needs to be implemented as part ...
|
Running Jobs from the Command Line
How to write a command line interface for executing jobs. The SimpleMaster Class The {{SimpleMaster}} class wraps the job and handles its execution. / The Master provides the submission management, writing Tasks and taking Results from the space / public class SimpleMaster { / Submit ...
|
Spring Parallel Processing Integration
Sample implementation showing how to perform remote invocation for business logic of parallel processing units. Overview If you wish to allow users to utilize the GigaSpaces Grid, you can invoke your business logic on remote processes. Proxies to the remote ...
|
task - Service Grid CLI
Submits a task in the form of an Ant configuration file. Syntax gs> task antconfig hosts=listofmachines Description The {{task}} comand submits a task in the form of an Ant configuration file.. Options Option Description {{antconfig}} The name of the Ant configuration ...
|
|
|