how to create hazelcast instance
问题 I am using hazelcast using the client and server setup (not peer to peer). Should I create an instance of hazelcast client and instance using a singleton pattern (I am using lazy idiom which probably needs another look in any case). Should I use a singleton or just call HazelcastInstance hz = Hazelcast . newHazelcastInstance (); to get an instance whenever I need one? Hazelcast accessor used in server implementation: public class HCastAccessor { private static final Logger Logger =