MapServiceContext mapServiceContext = mapService.getMapServiceContext();
int partitionId = getPartitionId();
RecordStore recordStore = mapServiceContext.getRecordStore(partitionId, name);
recordStore.removeBackup(dataKey);
if (unlockKey) {
recordStore.forceUnlock(dataKey);
}
}
@Override
public Object getResponse() {