public class Grid extends Object
| Constructor and Description |
|---|
Grid(co.paralleluniverse.galaxy.Grid grid) |
| Modifier and Type | Method and Description |
|---|---|
co.paralleluniverse.galaxy.Cluster |
cluster()
Returns the grid’s cluster management and node lifecycle service.
|
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 Store store()
Returns the grid’s distributed data-store service.
public Messenger messenger()
Returns the grid’s messaging service.
public co.paralleluniverse.galaxy.Cluster cluster()
Returns the grid’s cluster management and node lifecycle service.
public void goOnline()
throws InterruptedException
Makes this node a full participant in the cluster (rather than just an observer).
InterruptedException