 |
Apache Ignite C++
|
Go to the documentation of this file.
23 #ifndef _IGNITE_IGNITE_CONFIGURATION
24 #define _IGNITE_IGNITE_CONFIGURATION
69 #endif //_IGNITE_IGNITE_CONFIGURATION
Apache Ignite API.
Definition: cache.h:48
std::string springCfgPath
Path to Spring configuration file.
Definition: ignite_configuration.h:41
std::list< std::string > jvmOpts
Additional JVM options.
Definition: ignite_configuration.h:56
int32_t jvmInitMem
Initial amount of JVM memory.
Definition: ignite_configuration.h:50
IgniteConfiguration()
Default constructor.
Definition: ignite_configuration.h:61
std::string jvmClassPath
JVM classpath.
Definition: ignite_configuration.h:47
int32_t jvmMaxMem
Maximum amount of JVM memory.
Definition: ignite_configuration.h:53
Ignite configuration.
Definition: ignite_configuration.h:35
std::string igniteHome
Path to Ignite home.
Definition: ignite_configuration.h:38
std::string jvmLibPath
Path ot JVM libbrary.
Definition: ignite_configuration.h:44