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 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...
|
| |
|
| 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...
|
| |
| static IIgnite Apache.Ignite.Core.Ignition.Start |
( |
| ) |
|
|
static |
| static IIgnite Apache.Ignite.Core.Ignition.Start |
( |
string |
springCfgPath | ) |
|
|
static |
- Parameters
-
| springCfgPath | Spring 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.
| bool Apache.Ignite.Core.Ignition.ClientMode |
|
staticgetset |