Example #1
0
 public MapContainer createNew(String mapName) {
   return new MapContainer(
       mapName, nodeEngine.getConfig().findMapConfig(mapName), MapService.this);
 }