Data dataValue = mapServiceContext.toData(value);
entrySet.add(dataKey, dataValue);
}
}
PutAllOperation operation = new PutAllOperation(name, entrySet, true);
final OperationService operationService = nodeEngine.getOperationService();
operationService.createInvocationBuilder(MapService.SERVICE_NAME, operation, partitionId)
.setCallback(new Callback<Object>() {
@Override
public void notify(Object obj) {