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

java.lang.Object
  extended by org.neo4j.kernel.impl.transaction.xaframework.LogEntry
Direct Known Subclasses:
LogEntry.Command, LogEntry.Commit, LogEntry.Done, LogEntry.Start

public abstract class LogEntry
extends Object


Nested Class Summary
static class LogEntry.Command
           
static class LogEntry.Commit
           
static class LogEntry.Done
           
static class LogEntry.OnePhaseCommit
           
static class LogEntry.Start
           
static class LogEntry.TwoPhaseCommit
           
 
Field Summary
static byte COMMAND
           
static byte DONE
           
static byte EMPTY
           
static byte TX_1P_COMMIT
           
static byte TX_2P_COMMIT
           
static byte TX_PREPARE
           
static byte TX_START
           
 
Method Summary
 int getIdentifier()
           
 void setIdentifier(int newXidIdentifier)
           
 String timestamp(long timeWritten)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY

public static final byte EMPTY
See Also:
Constant Field Values

TX_START

public static final byte TX_START
See Also:
Constant Field Values

TX_PREPARE

public static final byte TX_PREPARE
See Also:
Constant Field Values

COMMAND

public static final byte COMMAND
See Also:
Constant Field Values

DONE

public static final byte DONE
See Also:
Constant Field Values

TX_1P_COMMIT

public static final byte TX_1P_COMMIT
See Also:
Constant Field Values

TX_2P_COMMIT

public static final byte TX_2P_COMMIT
See Also:
Constant Field Values
Method Detail

getIdentifier

public int getIdentifier()

setIdentifier

public void setIdentifier(int newXidIdentifier)

timestamp

public String timestamp(long timeWritten)


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