public class TransactionEntry extends LogEntry
LogEntry.Type| Constructor and Description |
|---|
TransactionEntry(long timestamp,
long clientId,
long Cxid,
long Zxid,
String op) |
TransactionEntry(long timestamp,
long clientId,
long Cxid,
long Zxid,
String op,
String extra) |
| Modifier and Type | Method and Description |
|---|---|
long |
getClientId() |
long |
getCxid() |
String |
getExtra() |
String |
getOp() |
LogEntry.Type |
getType() |
long |
getZxid() |
String |
toString() |
getAttribute, getTimestamp, setAttributepublic TransactionEntry(long timestamp,
long clientId,
long Cxid,
long Zxid,
String op)
public long getClientId()
public long getCxid()
public long getZxid()
public String getOp()
public String getExtra()
public LogEntry.Type getType()
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.