Package org.apache.zookeeper.server
Class TxnLogEntry
- java.lang.Object
-
- org.apache.zookeeper.server.TxnLogEntry
-
public final class TxnLogEntry extends Object
A helper class to represent the txn entry.
-
-
Constructor Summary
Constructors Constructor Description TxnLogEntry(Record txn, TxnHeader header, TxnDigest digest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TxnDigest
getDigest()
TxnHeader
getHeader()
Record
getTxn()
Request
toRequest()
-