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

Packages that use XaCommand
org.neo4j.kernel.impl.index   
org.neo4j.kernel.impl.nioneo.xa   
org.neo4j.kernel.impl.transaction.xaframework   
 

Uses of XaCommand in org.neo4j.kernel.impl.index
 

Subclasses of XaCommand in org.neo4j.kernel.impl.index
 class IndexCommand
          Created from IndexDefineCommand or read from a logical log.
static class IndexCommand.AddCommand
           
static class IndexCommand.AddRelationshipCommand
           
static class IndexCommand.CreateCommand
           
static class IndexCommand.DeleteCommand
           
static class IndexCommand.RemoveCommand
           
 class IndexDefineCommand
          A command which have to be first in the transaction.
 

Methods in org.neo4j.kernel.impl.index that return XaCommand
static XaCommand IndexCommand.readCommand(ReadableByteChannel channel, ByteBuffer buffer)
           
 

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

Subclasses of XaCommand in org.neo4j.kernel.impl.nioneo.xa
 class Command
          Command implementations for all the commands that can be performed on a Neo store.
 

Methods in org.neo4j.kernel.impl.nioneo.xa with parameters of type XaCommand
 void WriteTransaction.doAddCommand(XaCommand command)
           
protected  void WriteTransaction.injectCommand(XaCommand xaCommand)
           
 

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

Methods in org.neo4j.kernel.impl.transaction.xaframework that return XaCommand
 XaCommand LogEntry.Command.getXaCommand()
           
abstract  XaCommand XaCommandFactory.readCommand(ReadableByteChannel byteChannel, ByteBuffer buffer)
          Reads the data from a commad previosly written to the logical log and creates the command again.
 

Methods in org.neo4j.kernel.impl.transaction.xaframework with parameters of type XaCommand
 void XaTransaction.addCommand(XaCommand command)
          Adds the command to transaction.
protected abstract  void XaTransaction.doAddCommand(XaCommand command)
          When a command is added to transaction it will be passed via this method.
protected  void XaTransaction.injectCommand(XaCommand command)
          Used during recovery, calls XaTransaction.doAddCommand(org.neo4j.kernel.impl.transaction.xaframework.XaCommand).
static void LogIoUtils.writeCommand(LogBuffer buffer, int identifier, XaCommand command)
           
 void XaLogicalLog.writeCommand(XaCommand command, int identifier)
           
 



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