}
@Override
public void init(final NodeEngine nodeEngine, Properties properties) {
mapServiceContext.initPartitionsContainers();
final LockService lockService = nodeEngine.getSharedService(LockService.SERVICE_NAME);
if (lockService != null) {
lockService.registerLockStoreConstructor(mapServiceContext.serviceName(),
new ConstructorFunction<ObjectNamespace, LockStoreInfo>() {
public LockStoreInfo createNew(final ObjectNamespace key) {
final MapContainer mapContainer = mapServiceContext.getMapContainer(key.getObjectName());
return new LockStoreInfo() {
public int getBackupCount() {