Table of Contents

Interface IIgniteClient

Namespace
Apache.Ignite
Assembly
Apache.Ignite.dll

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

IgniteClientConfiguration

Methods

GetConnections()

Gets active connections.

IList<IConnectionInfo> GetConnections()

Returns

IList<IConnectionInfo>

A list of connected cluster nodes.