Label: compute-grid

All content with label compute-grid.
Related Labels: task , service-grid-cli , spring , partitioned-cache , master-worker , result , service-grid

Compute Grid (GigaSpaces Platform 5.X Documentation)
Deploying the Compute Grid; running jobs; creating custom jobs; writing a CLI for executing jobs
Creating a Custom Job (GigaSpaces Platform 5.X Documentation)
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 (GigaSpaces Platform 5.X Documentation)
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 (GigaSpaces Platform 5.X Documentation)
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 (GigaSpaces Platform 5.X Documentation)
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 ...