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