}
public void run() {
MapService mapService = getService();
RecordStore recordStore = mapService.getMapServiceContext().getRecordStore(getPartitionId(), name);
keySet = recordStore.keySet();
if (mapContainer.getMapConfig().isStatisticsEnabled()) {
((MapService) getService()).getMapServiceContext()
.getLocalMapStatsProvider().getLocalMapStatsImpl(name).incrementOtherOperations();
}
}