problems in test ignite PersistentStore

2017-08-16 Thread 罗 辉
hello guys: I'm trying to test the new feature PersistentStore, and got below questions: 1. streamer.addData() only support Nothing type input, how to make it support Int,String and others? here is my code: import java.util.List; import org.apache.ignite.Ignite; import org.apache.ign

Re: problems in test ignite PersistentStore

2017-08-17 Thread dkarachentsev
ava.lang.String) [3] https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/configuration/PersistentStoreConfiguration.html#setWalArchivePath(java.lang.String) Thanks! -Dmitry. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/problems-in-test-ignite-

答复: problems in test ignite PersistentStore

2017-08-17 Thread 罗 辉
n. ____ 发件人: dkarachentsev 发送时间: 2017年8月18日 0:08:17 收件人: user@ignite.apache.org 主题: Re: problems in test ignite PersistentStore Hi, 1. You need to set types for datastreamer just like for cache you did: var streamer = ig.dataStreamer[Int, String]("organization&qu

Re: 答复: problems in test ignite PersistentStore

2017-08-18 Thread vkulichenko
e changed in runtime anyway, so it should be done in XML as part of PersistentStoreConfiguration bean: -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/problems-in-test-ignite-PersistentStore-tp16244p16297.html Sent from the Apache Ignit

答复: 答复: problems in test ignite PersistentStore

2017-08-21 Thread 罗 辉
got it ,thank you Val, I got to have another try. 发件人: vkulichenko 发送时间: 2017年8月19日 1:54:11 收件人: user@ignite.apache.org 主题: Re: 答复: problems in test ignite PersistentStore You don't see anything in /ssd folder, because you provided