Apache Ignite.NET
Apache.Ignite.Core.Communication.ICommunicationSpi Interface Reference

Communication SPI is responsible for data exchange between nodes. More...

Inheritance diagram for Apache.Ignite.Core.Communication.ICommunicationSpi:
Apache.Ignite.Core.Communication.Tcp.TcpCommunicationSpi

Detailed Description

Communication SPI is one of the most important SPIs in Ignite. It is used heavily throughout the system and provides means for all data exchanges between nodes, such as internal implementation details and user driven messages.

Only predefined implementation is supported now: TcpCommunicationSpi.