com.sleepycat.je.rep.util.ldiff
Class DiffRecordAnalyzer

java.lang.Object
  extended by com.sleepycat.je.rep.util.ldiff.DiffRecordAnalyzer

public class DiffRecordAnalyzer
extends Object


Field Summary
static long DATABASE_END
           
 
Constructor Summary
DiffRecordAnalyzer()
           
 
Method Summary
static void doAnalysis(Database localDb, Database remoteDb, DiffTracker tracker, boolean doPrint)
           
static void doAnalysis(Database localDb, Protocol protocol, SocketChannel channel, DiffTracker tracker, boolean doPrint)
           
static HashSet<Record> getDiffArea(Cursor cursor, Protocol.RemoteDiffRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATABASE_END

public static final long DATABASE_END
See Also:
Constant Field Values
Constructor Detail

DiffRecordAnalyzer

public DiffRecordAnalyzer()
Method Detail

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-2012 Oracle. All rights reserved.