Uses of Interface
org.neo4j.kernel.impl.nioneo.xa.CommandRecordVisitor

Packages that use CommandRecordVisitor
org.neo4j.backup.check   
org.neo4j.kernel.impl.nioneo.xa   
org.neo4j.kernel.impl.transaction.xaframework   
 

Uses of CommandRecordVisitor in org.neo4j.backup.check
 

Classes in org.neo4j.backup.check that implement CommandRecordVisitor
 class DiffStore
          Not thread safe (since DiffRecordStore is not thread safe), intended for single threaded use.
 

Uses of CommandRecordVisitor in org.neo4j.kernel.impl.nioneo.xa
 

Methods in org.neo4j.kernel.impl.nioneo.xa with parameters of type CommandRecordVisitor
abstract  void Command.accept(CommandRecordVisitor visitor)
           
 

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

Subinterfaces of CommandRecordVisitor in org.neo4j.kernel.impl.transaction.xaframework
 interface TransactionInterceptor
          A TransactionInterceptor has the opportunity to perform a check on a transaction before it touches the store and logical log, potentially interrupting the process by throwing an exception.
 



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