Show / Hide Table of Contents

    Namespace Apache.Ignite.Core.Client

    Classes

    IgniteClientConfiguration

    Ignite thin client configuration.

    Ignite thin client connects to a specific Ignite node with a socket and does not start JVM in process. This configuration should correspond to ClientConnectorConfiguration on a target node.

    IgniteClientConfigurationSection

    Ignite configuration section for app.config and web.config files.

    IgniteClientException

    Ignite thin client exception.

    SslStreamFactory

    Predefined SSL stream factory, loads certificate from specified file.

    Interfaces

    IIgniteClient

    Main entry point for Ignite Thin Client APIs. You can obtain an instance of IIgniteClient through one of the StartClient() overloads.

    Instances of this class and all nested APIs are thread safe.

    ISslStreamFactory

    SSL Stream Factory defines how SSL connection is established.

    Enums

    ClientStatusCode

    Client status codes (see StatusCode).

    Back to top © 2015 - 2018 The Apache Software Foundation