@Override public void run() throws Exception { MultiMapContainer container = getOrCreateContainer(); ((MultiMapService) getService()).getLocalMultiMapStatsImpl(name).incrementOtherOperations(); response = new MultiMapResponse(container.keySet(), getValueCollectionType(container)); }