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) |
void |
write(DataOutput output) |
public OTransactionData(OTransactionId transactionId)
public static OTransactionData read(DataInput dataInput) throws IOException
IOException
public void addRecord(byte[] record)
public void addChange(OTransactionDataChange change)
public OTransactionId getTransactionId()
public List<OTransactionDataChange> getChanges()
public void write(DataOutput output) throws IOException
IOException
public void fill(OTransactionInternal transaction, ODatabaseDocumentInternal database)
Copyright © 2009–2020 OrientDB. All rights reserved.