org.neo4j.kernel.impl.transaction.xaframework
Interface LogExtractor.LogLoader

All Known Implementing Classes:
InterceptingXaLogicalLog, XaLogicalLog
Enclosing class:
LogExtractor

public static interface LogExtractor.LogLoader


Method Summary
 long getHighestLogVersion()
           
 ReadableByteChannel getLogicalLogOrMyselfCommitted(long version, long position)
           
 

Method Detail

getLogicalLogOrMyselfCommitted

ReadableByteChannel getLogicalLogOrMyselfCommitted(long version,
                                                   long position)
                                                   throws IOException
Throws:
IOException

getHighestLogVersion

long getHighestLogVersion()


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