 |
GridGain C++
|
Go to the documentation of this file.
22 #ifndef _IGNITE_IGNITE_CONFIGURATION
23 #define _IGNITE_IGNITE_CONFIGURATION
68 #endif //_IGNITE_IGNITE_CONFIGURATION
Ignite API.
Definition: cache.h:47
std::string springCfgPath
Path to Spring configuration file.
Definition: ignite_configuration.h:40
std::list< std::string > jvmOpts
Additional JVM options.
Definition: ignite_configuration.h:55
int32_t jvmInitMem
Initial amount of JVM memory.
Definition: ignite_configuration.h:49
IgniteConfiguration()
Default constructor.
Definition: ignite_configuration.h:60
std::string jvmClassPath
JVM classpath.
Definition: ignite_configuration.h:46
int32_t jvmMaxMem
Maximum amount of JVM memory.
Definition: ignite_configuration.h:52
Ignite configuration.
Definition: ignite_configuration.h:34
std::string igniteHome
Path to Ignite home.
Definition: ignite_configuration.h:37
std::string jvmLibPath
Path ot JVM libbrary.
Definition: ignite_configuration.h:43