I tried to customize the persistenceStorePath programmatically, but it seems
not work.

I cannot see any file created under the configured folder. could anyone
pointing out if anything is wrong or what should be the right way to
customize the persistence store path.

the sample code is as well

Ignite ignite = Ignition.start(
                    XXXX.class.getClassLoader().getResourceAsStream(
                    "file name"));
                
ignite.configuration().getPersistentStoreConfiguration().setPersistentStorePath("/Users/user/Documents/igniteCache");
// an absolute path


- Kane




--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/2-1-PersistentStoreConfiguration-is-not-configurable-by-spring-injection-tp16324p16326.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to