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

Packages that use LogEntry
org.neo4j.kernel.impl.transaction.xaframework   
 

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

Subclasses of LogEntry in org.neo4j.kernel.impl.transaction.xaframework
static class LogEntry.Command
           
static class LogEntry.Commit
           
static class LogEntry.Done
           
static class LogEntry.OnePhaseCommit
           
static class LogEntry.Start
           
static class LogEntry.TwoPhaseCommit
           
 

Methods in org.neo4j.kernel.impl.transaction.xaframework that return LogEntry
static LogEntry LogIoUtils.readEntry(ByteBuffer buffer, ReadableByteChannel channel, XaCommandFactory cf)
           
static LogEntry LogIoUtils.readLogEntry(ByteBuffer buffer, ReadableByteChannel channel, XaCommandFactory cf)
           
 

Methods in org.neo4j.kernel.impl.transaction.xaframework with parameters of type LogEntry
 void LogApplier.apply(LogEntry entry)
           
static void LogIoUtils.writeLogEntry(LogEntry entry, LogBuffer buffer)
           
 

Method parameters in org.neo4j.kernel.impl.transaction.xaframework with type arguments of type LogEntry
protected  void XaLogicalLog.LogDeserializer.intercept(List<LogEntry> logEntries)
           
 



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