
public class OTxMetadataHolderImpl extends Object implements OTxMetadataHolder
| Constructor and Description |
|---|
OTxMetadataHolderImpl(CountDownLatch request,
OTransactionId id,
OTransactionSequenceStatus status) |
| Modifier and Type | Method and Description |
|---|---|
OTransactionId |
getId() |
OTransactionSequenceStatus |
getStatus() |
byte[] |
metadata() |
void |
notifyMetadataRead() |
static OTxMetadataHolder |
read(byte[] data) |
public OTxMetadataHolderImpl(CountDownLatch request, OTransactionId id, OTransactionSequenceStatus status)
public byte[] metadata()
metadata in interface OTxMetadataHolderpublic static OTxMetadataHolder read(byte[] data)
public void notifyMetadataRead()
notifyMetadataRead in interface OTxMetadataHolderpublic OTransactionId getId()
getId in interface OTxMetadataHolderpublic OTransactionSequenceStatus getStatus()
getStatus in interface OTxMetadataHolderCopyright © 2009–2025 OrientDB. All rights reserved.