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