示例#1
0
 public ISet<Object> getSet() {
   //        if (set == null) {
   set = hazelcast.getSet(namespace);
   //        }
   return set;
 }