![]() |
GridGain C++
|
Ignite configuration. More...
#include <ignite_configuration.h>
Public Member Functions | |
IgniteConfiguration () | |
Default constructor. | |
Public Attributes | |
std::string | igniteHome |
Path to Ignite home. | |
std::string | springCfgPath |
Path to Spring configuration file. | |
std::string | jvmLibPath |
Path ot JVM libbrary. | |
std::string | jvmClassPath |
JVM classpath. | |
int32_t | jvmInitMem |
Initial amount of JVM memory. | |
int32_t | jvmMaxMem |
Maximum amount of JVM memory. | |
std::list< std::string > | jvmOpts |
Additional JVM options. | |
Ignite configuration.