Class OTxMetadataHolderImpl
java.lang.Object
com.orientechnologies.orient.core.tx.OTxMetadataHolderImpl
- All Implemented Interfaces:
OTxMetadataHolder
-
Constructor Summary
ConstructorsConstructorDescriptionOTxMetadataHolderImpl(CountDownLatch request, OTransactionId id, OTransactionSequenceStatus status) -
Method Summary
Modifier and TypeMethodDescriptiongetId()byte[]metadata()voidstatic OTxMetadataHolderread(byte[] data)
-
Constructor Details
-
OTxMetadataHolderImpl
public OTxMetadataHolderImpl(CountDownLatch request, OTransactionId id, OTransactionSequenceStatus status)
-
-
Method Details
-
metadata
public byte[] metadata()- Specified by:
metadatain interfaceOTxMetadataHolder
-
read
-
notifyMetadataRead
public void notifyMetadataRead()- Specified by:
notifyMetadataReadin interfaceOTxMetadataHolder
-
getId
- Specified by:
getIdin interfaceOTxMetadataHolder
-
getStatus
- Specified by:
getStatusin interfaceOTxMetadataHolder
-