Re: Detecting terminal condition for group of items in Ignite cache.

2016-12-16 Thread Taras Ledkov
to final state within mentioned time, we execute the > scheduler. > > Any suggestions in this approach please or any better one? > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Detecting-terminal-condition-for-group- > of-it

Re: Detecting terminal condition for group of items in Ignite cache.

2016-12-14 Thread begineer
approach please or any better one? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Detecting-terminal-condition-for-group-of-items-in-Ignite-cache-tp9526p9539.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Detecting terminal condition for group of items in Ignite cache.

2016-12-14 Thread Taras Ledkov
int id; > private TradeStatus status; > private String tradeType; > public Trade(int id, TradeStatus status, String tradeType) { > this.id = id; > this.status = status; > this.tradeType = tradeType; > } > > //setter getter, equals, hashcode methods > } > > public enum TradeStatus { > NEW, CHANGED, EXPIRED, FAILED, UNCHANGED , SUCCESS > } > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Detecting-terminal-condition-for-group- > of-items-in-Ignite-cache-tp9526.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >

Detecting terminal condition for group of items in Ignite cache.

2016-12-14 Thread begineer
quals, hashcode methods } public enum TradeStatus { NEW, CHANGED, EXPIRED, FAILED, UNCHANGED , SUCCESS } -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Detecting-terminal-condition-for-group-of-items-in-Ignite-cache-tp9526.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.