Class ODistributedSynchronizedSequence
java.lang.Object
com.orientechnologies.orient.core.transaction.ODistributedSynchronizedSequence
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongdebugStatus(int position) voidbooleanmissingDDL(OTransactionSequenceStatus lastState) missingTransactions(OTransactionSequenceStatus lastState) next()nextDDL()voidThis make sure that there is a synchronization between the apply of the status of transactions sequence and the logging of it in the database, to avoid to have in the status a transaction that has not yet been logged.
-
Constructor Details
-
ODistributedSynchronizedSequence
-
-
Method Details
-
validate
-
notifyFailure
-
next
-
nextDDL
-
notifySuccess
This make sure that there is a synchronization between the apply of the status of transactions sequence and the logging of it in the database, to avoid to have in the status a transaction that has not yet been logged.- Parameters:
id-- Returns:
-
missingTransactions
-
missingDDL
-
fill
-
currentStatus
-
checkSelfStatus
-
debugStatus
public long debugStatus(int position) -
localSuccess
-