
public interface ODistributedDatabaseRepairer
| Modifier and Type | Method and Description |
|---|---|
void |
cancelRepairRecord(com.orientechnologies.orient.core.id.ORecordId rid) |
long |
getRecordProcessed() |
long |
getTotalTimeProcessing() |
void |
repairCluster(int brokenRecord) |
void |
repairRecord(com.orientechnologies.orient.core.id.ORecordId rid) |
void |
shutdown() |
void repairRecord(com.orientechnologies.orient.core.id.ORecordId rid)
void cancelRepairRecord(com.orientechnologies.orient.core.id.ORecordId rid)
void repairCluster(int brokenRecord)
long getRecordProcessed()
long getTotalTimeProcessing()
void shutdown()
Copyright © 2009–2016 OrientDB. All rights reserved.