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

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -