Hi, > I wanted to know if I did start a node by igniting.sh in client mode with a fixed configuration I can access that instance via java. For getting Ignite API you need have ignite node in the same JVM that running your application.
> Another thing I would do is to partition the input to the ignite server nodes. You can getting it easely by node filter. I think it's the better way. http://apache-ignite-users.70518.x6.nabble.com/CacheConfiguration-AffinityFunction-or-node-filter-td9207.html On Wed, Jul 5, 2017 at 6:56 PM, mimmo_c <[email protected]> wrote: > Hi, > I wanted to know if I did start a node by igniting.sh in client mode with a > fixed configuration I can access that instance via java. > Another thing I would do is to partition the input to the ignite server > nodes. For example I have 2 <string, int> maps and I would like the first > one to go to one server and the second to the server two. Should I set the > server cache to "local"? Can I use affinitykey? The maps are practically > the > same, there is no particular distinction between the objects inside. > Thank you > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Ignite-Information-tp14330.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
