Uses of Class
org.neo4j.kernel.impl.transaction.xaframework.LogExtractor

Packages that use LogExtractor
org.neo4j.kernel.impl.transaction.xaframework   
 

Uses of LogExtractor in org.neo4j.kernel.impl.transaction.xaframework
 

Methods in org.neo4j.kernel.impl.transaction.xaframework that return LogExtractor
static LogExtractor LogExtractor.from(String storeDir)
           
static LogExtractor LogExtractor.from(String storeDir, long startTxId)
           
 LogExtractor XaLogicalLog.getLogExtractor(long startTxId, long endTxIdHint)
           
 LogExtractor LogBackedXaDataSource.getLogExtractor(long startTxId, long endTxIdHint)
           
 LogExtractor XaDataSource.getLogExtractor(long startTxId, long endTxIdHint)
           
 



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