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

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

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

Methods in org.neo4j.kernel.impl.transaction.xaframework that return LogExtractor.TxPosition
 LogExtractor.TxPosition LogExtractor.LogPositionCache.getStartPosition(long txId)
           
 LogExtractor.TxPosition LogExtractor.LogPositionCache.positionOf(long txId)
           
 

Methods in org.neo4j.kernel.impl.transaction.xaframework with parameters of type LogExtractor.TxPosition
 boolean LogExtractor.TxPosition.earlierThan(LogExtractor.TxPosition other)
           
 void LogExtractor.LogPositionCache.putStartPosition(long txId, LogExtractor.TxPosition position)
           
 



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