Where is org.gridgain.grid.GridRichNode in GridGain 6.0.3 -
I did not find GridRichNode in GridGain 6.0.3, is there any option for this class? Grid Reichondade was removed in grid-gun 6.0.3 to remove the duplicate between the Grid-Nain and GridReChannod API.
To achieve the same functionality for GridRichNode, you now have to get projection on a specific node , Such as:
GridNode node = ...; // Get a Single Node Grid Projection NodePrince = Grid Force node (node); // Send message to specific node. nodePrj.send (...)
Comments
Post a Comment