com.sleepycat.je.rep.util.ldiff
Class DiffRecordAnalyzer
java.lang.Object
com.sleepycat.je.rep.util.ldiff.DiffRecordAnalyzer
public class DiffRecordAnalyzer
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DATABASE_END
public static final long DATABASE_END
- See Also:
- Constant Field Values
DiffRecordAnalyzer
public DiffRecordAnalyzer()
doAnalysis
public static void doAnalysis(Database localDb,
Protocol protocol,
SocketChannel channel,
DiffTracker tracker,
boolean doPrint)
throws Exception
- Throws:
Exception
doAnalysis
public static void doAnalysis(Database localDb,
Database remoteDb,
DiffTracker tracker,
boolean doPrint)
throws Exception
- Throws:
Exception
getDiffArea
public static HashSet<Record> getDiffArea(Cursor cursor,
Protocol.RemoteDiffRequest request)
throws Exception
- Throws:
Exception
Copyright (c) 2004-2010 Oracle. All rights reserved.