Uses of Class
org.neo4j.kernel.impl.transaction.TxLog.Record

Packages that use TxLog.Record
org.neo4j.kernel.impl.transaction   
 

Uses of TxLog.Record in org.neo4j.kernel.impl.transaction
 

Methods in org.neo4j.kernel.impl.transaction that return types with arguments of type TxLog.Record
 Iterator<List<TxLog.Record>> TxLog.getDanglingRecords()
          Returns an array of lists, each list contains dangling records (transactions that han't been completed yet) grouped after global by transaction id.
 



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