@InterfaceAudience.Private @InterfaceStability.Unstable public abstract class TransactionEventRecord extends Object
| Modifier | Constructor and Description | 
|---|---|
protected  | 
TransactionEventRecord(long transactionID,
                      long logWriteOrderID)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
readFields(DataInput in)
Deserialize the fields of this object from  
in | 
void | 
write(DataOutput out)
Serialize the fields of this object to  
out | 
protected TransactionEventRecord(long transactionID,
                                 long logWriteOrderID)
public void readFields(DataInput in) throws IOException
inin - DataInput to deserialize this object from.IOExceptionpublic void write(DataOutput out) throws IOException
outout - DataOutput to serialize this object into.IOExceptionCopyright © 2009-2022 Apache Software Foundation. All Rights Reserved.