java - hazelcast entry listener on a multinode cluster -



java - hazelcast entry listener on a multinode cluster -

i have multi-node hazelcast cluster. need ensure when new value inserted map, 1 entrylistener/map store gets invoked. unless having brain freeze, hazelcast not default (it great if wrong this). besides using distributed locks (i not wish avoid using listeners/map stores on other nodes), there other suggestions ensure 1 listener/map store ends executing code.

thanks

after set node owns key executes map store operation. after set ones have added listener map receive event.

java hazelcast

Comments

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

Hibernate criteria by a list of natural ids -

ios - Lagging ScrollView with UIWebview inside -