python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Duplicate entries when start new member of Hazelcast cluster
I implement my MapStore to save entries to database (external datastore), but there a issue of starting new node when old member storing entries to database. Firstly, cluster A has only Member1.
Clien...
lamxung55
Votes: 0
Answers: 2
How to create Composite index in Hazelcast
I am trying to improve performance of Hazelcast lookup by using composite key. I have a class entity
Class Entity {
private Long id;
private String field1;
private String field2;
priva...
Pratap
Votes: 0
Answers: 2
Hazelcast remove from iQueue skipping some elements
I have hazelcast client that is putting generic message class into a iQueue and hazelcast member consume this generic message via Listener do the logic and remove the object from the queue. But it is ...
Владимир Гичев
Votes: 0
Answers: 1
Hazelcast - distributed data structure state of other members / monitoring consistency corruption
I have a distributed IMap (exposed through a JCache implementation). When I access it, I get the data of the requesting member. I wish to see the state of this dataset in other members in order to deb...
Ido Gal
Votes: 0
Answers: 1