public class FSRecoverer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private ISVNCanceller |
myCanceller |
private FSFS |
myOwner |
| Constructor and Description |
|---|
FSRecoverer(FSFS owner,
ISVNCanceller canceller) |
| Modifier and Type | Method and Description |
|---|---|
private void |
findMaxIDs(long rev,
FSFile revFile,
long offset,
java.lang.String[] maxNodeID,
java.lang.String[] maxCopyID) |
private long |
getLargestRevision() |
private void |
recover() |
void |
runRecovery() |
private FSFS myOwner
private ISVNCanceller myCanceller
public FSRecoverer(FSFS owner, ISVNCanceller canceller)
public void runRecovery()
throws SVNException
SVNExceptionprivate void recover()
throws SVNException
SVNExceptionprivate void findMaxIDs(long rev,
FSFile revFile,
long offset,
java.lang.String[] maxNodeID,
java.lang.String[] maxCopyID)
throws SVNException
SVNExceptionprivate long getLargestRevision()
throws SVNException
SVNException