@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
in
in
- DataInput
to deserialize this object from.IOException
public void write(DataOutput out) throws IOException
out
out
- DataOutput
to serialize this object into.IOException
Copyright © 2009-2016 Apache Software Foundation. All Rights Reserved.