Package org.apache.zookeeper.graph
Class TransactionEntry
- java.lang.Object
-
- org.apache.zookeeper.graph.LogEntry
-
- org.apache.zookeeper.graph.TransactionEntry
-
- All Implemented Interfaces:
java.io.Serializable
public class TransactionEntry extends LogEntry
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.zookeeper.graph.LogEntry
LogEntry.Type
-
-
Constructor Summary
Constructors Constructor Description TransactionEntry(long timestamp, long clientId, long Cxid, long Zxid, java.lang.String op)
TransactionEntry(long timestamp, long clientId, long Cxid, long Zxid, java.lang.String op, java.lang.String extra)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getClientId()
long
getCxid()
java.lang.String
getExtra()
java.lang.String
getOp()
LogEntry.Type
getType()
long
getZxid()
java.lang.String
toString()
-
Methods inherited from class org.apache.zookeeper.graph.LogEntry
getAttribute, getTimestamp, setAttribute
-
-
-
-
Method Detail
-
getClientId
public long getClientId()
-
getCxid
public long getCxid()
-
getZxid
public long getZxid()
-
getOp
public java.lang.String getOp()
-
getExtra
public java.lang.String getExtra()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getType
public LogEntry.Type getType()
-
-