Apache Ignite.NET
Apache.Ignite.Core.Ignition Class Reference

This class defines a factory for the main Ignite API. Use Ignition.Start() method to start Ignite with default configuration. All members are thread-safe and may be used concurrently from multiple threads. More...

Static Public Member Functions

static IIgnite Start ()
 Starts Ignite with default configuration. By default this method will use Ignite configuration defined in {IGNITE_HOME}/config/default-config.xml configuration file. If such file is not found, then all system defaults will be used. More...
 
static IIgnite Start (string springCfgPath)
 Starts all grids specified within given Spring XML configuration file. If Ignite with given name is already started, then exception is thrown. In this case all instances that may have been started so far will be stopped too. More...
 
static unsafe IIgnite Start (IgniteConfiguration cfg)
 Starts Ignite with given configuration. More...
 

Properties

static bool ClientMode [get, set]
 Gets or sets a value indicating whether Ignite should be started in client mode. Client nodes cannot hold data in caches. More...
 

Detailed Description

Member Function Documentation

static IIgnite Apache.Ignite.Core.Ignition.Start ( )
static
Returns
Started Ignite.
static IIgnite Apache.Ignite.Core.Ignition.Start ( string  springCfgPath)
static
Parameters
springCfgPathSpring XML configuration file path or URL. Note, that the path can be absolute or relative to IGNITE_HOME.
Returns
Started Ignite. If Spring configuration contains multiple Ignite instances, then the 1st found instance is returned.
static unsafe IIgnite Apache.Ignite.Core.Ignition.Start ( IgniteConfiguration  cfg)
static
Returns
Started Ignite.

Property Documentation

bool Apache.Ignite.Core.Ignition.ClientMode
staticgetset