Future<MultiMapResponse> f = operationService.invokeOnPartition(
MultiMapService.SERVICE_NAME,
operation,
partitionId
);
MultiMapResponse response = f.get();
coll = response.getRecordCollection(getNodeEngine());
} catch (Throwable t) {
throw ExceptionUtil.rethrow(t);
}
}