prorm API Reference
    Preparing search index...

    Interface GridGainStoreOptions

    Connection options for GridGainStore.

    interface GridGainStoreOptions {
        endpoints?: string[];
        client?: GridGainClientLike;
    }
    Index
    endpoints?: string[]

    One or more host:port thin-client endpoints (default ['127.0.0.1:10800']). Passed to new IgniteClientConfiguration(...). Ignored when a pre-built client is supplied.

    client?: GridGainClientLike

    Pre-built GridGain/Ignite client; when given, connect() uses it and skips the require.