}
public void run() throws Exception {
MultiMapContainer container = getOrCreateContainer();
((MultiMapService) getService()).getLocalMultiMapStatsImpl(name).incrementOtherOperations();
response = new MultiMapResponse(container.keySet());
}
public int getId() {
return MultiMapDataSerializerHook.KEY_SET;
}