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 OTxMetadataHolder
public static OTxMetadataHolder read(byte[] data)
public void notifyMetadataRead()
notifyMetadataRead
in interface OTxMetadataHolder
public OTransactionId getId()
getId
in interface OTxMetadataHolder
public OTransactionSequenceStatus getStatus()
getStatus
in interface OTxMetadataHolder
Copyright © 2009–2020 OrientDB. All rights reserved.