MultiMapWrapper wrapper = getOrCreateCollectionWrapper();
final boolean isLocal = getResponseHandler().isLocal();
final MultiMapResponse multiMapResponse = new MultiMapResponse(wrapper.getCollection(isLocal));
multiMapResponse.setNextRecordId(container.nextId());
multiMapResponse.setTxVersion(wrapper.incrementAndGetVersion());
response = multiMapResponse;
}
public WaitNotifyKey getWaitKey() {
return new LockWaitNotifyKey(new DefaultObjectNamespace(MultiMapService.SERVICE_NAME, name), dataKey);