public class Grid extends Object
| Modifier and Type | Method and Description |
|---|---|
co.paralleluniverse.galaxy.Cluster |
cluster()
Returns the grid's cluster management and node lifecycle service.
|
co.paralleluniverse.galaxy.Grid |
getDelegate() |
static Grid |
getInstance() |
void |
goOnline()
Makes this node a full participant in the cluster (rather than just an observer).
|
Messenger |
messenger()
Returns the grid's messaging service.
|
Store |
store()
Returns the grid's distributed data-store service.
|
public static Grid getInstance() throws InterruptedException
InterruptedExceptionpublic Store store()
public Messenger messenger()
public co.paralleluniverse.galaxy.Cluster cluster()
public void goOnline()
throws InterruptedException
InterruptedExceptionpublic co.paralleluniverse.galaxy.Grid getDelegate()