![]()  | 
  
      Apache Ignite C++
    
   | 
 
JVM options. More...
Public Member Functions | |
| JvmOptions () | |
| Constructor.  | |
| ~JvmOptions () | |
| Destructor.  | |
| void | FromConfiguration (const IgniteConfiguration &cfg, const std::string &home, const std::string &cp) | 
| Create JVM options from configuration.  More... | |
| void | Deinit () | 
| Deallocates all allocated data.  | |
| char ** | GetOpts () const | 
| Get built options.  More... | |
| int | GetSize () const | 
| Get options number.  More... | |
JVM options.
Used to build JVM options in a exception-safe way.
      
  | 
  inline | 
Create JVM options from configuration.
| cfg | Configuration. | 
| home | Optional GG home. | 
| cp | Classpath. | 
      
  | 
  inline | 
Get built options.
      
  | 
  inline | 
Get options number.
 1.8.13