com.sleepycat.je.rep.utilint
Class DbStreamVerify

java.lang.Object
  extended by com.sleepycat.je.rep.utilint.DbStreamVerify

public class DbStreamVerify
extends Object

For internal use only. Utility to verify the replication stream and VLSN index. Used file readers to traverse the log and check that VLSNs are sequential and that the VLSN index is consistent.


Method Summary
static void main(String[] argv)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] argv)
                 throws Exception
Throws:
Exception

run

public void run()


Copyright (c) 2004-2012 Oracle. All rights reserved.