
public class OTransactionData extends Object
| Constructor and Description |
|---|
OTransactionData(OTransactionId transactionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChange(OTransactionDataChange change) |
void |
addRecord(byte[] record) |
void |
fill(OTransactionInternal transaction,
ODatabaseDocumentInternal database) |
List<OTransactionDataChange> |
getChanges() |
OTransactionId |
getTransactionId() |
static OTransactionData |
read(DataInput dataInput) |
String |
toString() |
void |
write(DataOutput output) |
public OTransactionData(OTransactionId transactionId)
public static OTransactionData read(DataInput dataInput) throws IOException
IOExceptionpublic void addRecord(byte[] record)
public void addChange(OTransactionDataChange change)
public OTransactionId getTransactionId()
public List<OTransactionDataChange> getChanges()
public void write(DataOutput output) throws IOException
IOExceptionpublic void fill(OTransactionInternal transaction, ODatabaseDocumentInternal database)
Copyright © 2009–2025 OrientDB. All rights reserved.