Alias names for project fields

2016-10-09 Thread Anil
HI, is ignite supports alias names for for projection fields of entity ? ex : select value as value, count(*) as count from Person where value = ? group by value Thanks

Re: Ignite - How to check if ignite instance has already started

2016-10-09 Thread M Singh
Thanks Roman for the pointer - will check that. On Monday, September 26, 2016 7:34 PM, Roman Shtykh wrote: Hi, How about using Ignition.getOrStart(...)? -Roman On Tuesday, September 27, 2016 10:44 AM, M Singh wrote: Hi Folks: I am

Is it possible to enable both REPLICATED and PARTITIONED?

2016-10-09 Thread Tracyl
As subject shows. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Is-it-possible-to-enable-both-REPLICATED-and-PARTITIONED-tp8167.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Automatic Persistance: Should ConfigurationSnippet.java be generated?

2016-10-09 Thread Alexey Kuznetsov
Hi, Turik! Thanks for you report. Instead of "ConfigurationSnippet.java" should be " CacheConfig.java". I will fix documentation today. -- Alexey Kuznetsov

Re: CacheContinuousQuery did not work after the second servernodejoinned into the topology.

2016-10-09 Thread Lin
Hi Nikolay, I have a requirement on CQ to implement some functions like event listener. The client initializes and adds one listener to ther cluster, and hope to can recevie the expected CacheEntryEvent persistently without considering the leaving or adding nodes. firstly, i implement this

Re: Alias names for project fields

2016-10-09 Thread Amir Akhmedov
Ignite supports ANSI-99 compliant syntax thus aliases for projections. You can refer to documentation [1] for more details. [1] https://apacheignite.readme.io/docs/sql-queries On Sun, Oct 9, 2016 at 3:37 AM, Anil wrote: > HI, > > is ignite supports alias names for for