org.neo4j.kernel.impl.util
Class DumpLogicalLog

java.lang.Object
  extended by org.neo4j.kernel.impl.util.DumpLogicalLog
Direct Known Subclasses:
DumpLogicalLog

public class DumpLogicalLog
extends Object


Constructor Summary
DumpLogicalLog()
           
 
Method Summary
 int dump(String filenameOrDirectory)
           
protected static String[] filenamesOf(String filenameOrDirectory, String prefix)
           
protected  String getLogPrefix()
           
protected  XaCommandFactory instantiateCommandFactory()
           
protected static boolean isAGraphDatabaseDirectory(String fileName)
           
static void main(String[] args)
           
protected  boolean readAndPrintEntry(FileChannel fileChannel, ByteBuffer buffer, XaCommandFactory cf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DumpLogicalLog

public DumpLogicalLog()
Method Detail

dump

public int dump(String filenameOrDirectory)
         throws IOException
Throws:
IOException

isAGraphDatabaseDirectory

protected static boolean isAGraphDatabaseDirectory(String fileName)

readAndPrintEntry

protected boolean readAndPrintEntry(FileChannel fileChannel,
                                    ByteBuffer buffer,
                                    XaCommandFactory cf)
                             throws IOException
Throws:
IOException

instantiateCommandFactory

protected XaCommandFactory instantiateCommandFactory()

getLogPrefix

protected String getLogPrefix()

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException

filenamesOf

protected static String[] filenamesOf(String filenameOrDirectory,
                                      String prefix)


Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.