Interface IIgniteClient
Ignite client. Extends IIgnite with client-specific functionality.
All Ignite APIs are thread-safe, unless noted otherwise.public interface IIgniteClient : IIgnite, IDisposable
- Inherited Members
Properties
Configuration
Gets the configuration.
IgniteClientConfiguration Configuration { get; }
Property Value
Methods
GetConnections()
Gets active connections.
IList<IConnectionInfo> GetConnections()
Returns
- IList<IConnectionInfo>
A list of connected cluster nodes.