org.neo4j.kernel.impl.transaction.xaframework
Class LogEntry
java.lang.Object
org.neo4j.kernel.impl.transaction.xaframework.LogEntry
- Direct Known Subclasses:
- LogEntry.Command, LogEntry.Commit, LogEntry.Done, LogEntry.Start
public abstract class LogEntry
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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.