Re: Cache Groups and PARTITIONED/REPLICATED

2017-08-01 Thread slava.koptilin
xt: http://apache-ignite-users.70518.x6.nabble.com/Cache-Groups-and-PARTITIONED-REPLICATED-tp15853p15867.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

RE: Cache Groups and PARTITIONED/REPLICATED

2017-08-01 Thread Juan Barani
Barani Sent: Tuesday, August 1, 2017 2:22 PM To: user@ignite.apache.org Subject: Cache Groups and PARTITIONED/REPLICATED Hi! While trying the execute the very first snippet that creates a set in the documentation: https://apacheignite.readme.io/docs/queue-and-set#overview Ignite ignite

Cache Groups and PARTITIONED/REPLICATED

2017-08-01 Thread Juan Barani
Hi! While trying the execute the very first snippet that creates a set in the documentation: https://apacheignite.readme.io/docs/queue-and-set#overview Ignite ignite = Ignition.ignite(); IgniteSet set = ignite.set( "setName", // Set name. null // Collection configuration. )