org.neo4j.kernel.impl.util
Class DumpLogicalLog
java.lang.Object
org.neo4j.kernel.impl.util.DumpLogicalLog
- Direct Known Subclasses:
- DumpLogicalLog
public class DumpLogicalLog
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DumpLogicalLog
public DumpLogicalLog()
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.