Hi Mikhail,

Thanks for reply. I don't understand how can i do this. I have 4 Server - 1
Client and i would like to take all the data in the Server from the Client.
Now I use:

Iterator<Entry&lt;String,Long>> it = cache.iterator();
while(it.hasNext()){
        Entry<String,Long> temp = it.next();
        System.out.println(temp.getKey()+"  ->  "+temp.getValue());
}


could you give me an example of the solution you told me?

The Cache is Partizioned - Atomic.

Thanks,
Mimmo



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to