final MapService mapService = getService();
final DistributedObject distributedObject
= mapService.getMapServiceContext().getNodeEngine().getProxyService()
.getDistributedObject(MapService.SERVICE_NAME, name);
final MapProxyImpl mapProxy = (MapProxyImpl) distributedObject;
mapProxy.loadAll(replaceExistingValues);
final ClientEndpoint endpoint = getEndpoint();
endpoint.sendResponse(Boolean.TRUE, getCallId());
}
@Override