| 
| static Ignite  | Start (const IgniteConfiguration &cfg) | 
|   | Start Ignite instance.  More...
  | 
|   | 
| static Ignite  | Start (const IgniteConfiguration &cfg, IgniteError &err) | 
|   | Start Ignite instance.  More...
  | 
|   | 
| static Ignite  | Start (const IgniteConfiguration &cfg, const char *name) | 
|   | Start Ignite instance with specific name.  More...
  | 
|   | 
| static Ignite  | Start (const IgniteConfiguration &cfg, const char *name, IgniteError &err) | 
|   | Start Ignite instance with specific name.  More...
  | 
|   | 
| static Ignite  | Get () | 
|   | Get default Ignite instance.  More...
  | 
|   | 
| static Ignite  | Get (IgniteError &err) | 
|   | Get default Ignite instance.  More...
  | 
|   | 
| static Ignite  | Get (const char *name) | 
|   | Get Ignite instance with the given name.  More...
  | 
|   | 
| static Ignite  | Get (const char *name, IgniteError &err) | 
|   | Get Ignite instance with the given name.  More...
  | 
|   | 
| static bool  | Stop (bool cancel) | 
|   | Stop default Ignite instance.  More...
  | 
|   | 
| static bool  | Stop (bool cancel, IgniteError &err) | 
|   | Stop default Ignite instance.  More...
  | 
|   | 
| static bool  | Stop (const char *name, bool cancel) | 
|   | Stop Ignite instance with the given name.  More...
  | 
|   | 
| static bool  | Stop (const char *name, bool cancel, IgniteError &err) | 
|   | Stop Ignite instance with the given name.  More...
  | 
|   | 
| static void  | StopAll (bool cancel) | 
|   | Stop all running Ignite instances.  More...
  | 
|   | 
| static void  | StopAll (bool cancel, IgniteError &err) | 
|   | Stop all running Ignite instances.  More...
  | 
|   | 
This class defines a factory for the main Ignite API.