Uses of Class
org.neo4j.com.SlaveContext.Tx

Packages that use SlaveContext.Tx
org.neo4j.com   
 

Uses of SlaveContext.Tx in org.neo4j.com
 

Methods in org.neo4j.com that return SlaveContext.Tx
 SlaveContext.Tx[] SlaveContext.lastAppliedTransactions()
           
static SlaveContext.Tx SlaveContext.lastAppliedTx(String dataSourceName, long txId)
           
static SlaveContext.Tx[] MasterUtil.rotateLogs(GraphDatabaseService graphDb)
           
 

Methods in org.neo4j.com with parameters of type SlaveContext.Tx
static SlaveContext SlaveContext.anonymous(SlaveContext.Tx[] lastAppliedTransactions)
           
 

Constructors in org.neo4j.com with parameters of type SlaveContext.Tx
SlaveContext(long sessionId, int machineId, int eventIdentifier, SlaveContext.Tx[] lastAppliedTransactions, int masterId, long checksum)
           
 



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