Uses of Class
com.orientechnologies.orient.server.distributed.impl.task.transaction.OTransactionUniqueKey
Packages that use OTransactionUniqueKey
Package
Description
-
Uses of OTransactionUniqueKey in com.orientechnologies.orient.server.distributed.impl
Methods in com.orientechnologies.orient.server.distributed.impl that return types with arguments of type OTransactionUniqueKeyConstructor parameters in com.orientechnologies.orient.server.distributed.impl with type arguments of type OTransactionUniqueKeyModifierConstructorDescriptionOTransactionOptimisticDistributed(ODatabaseDocumentInternal database, List<ORecordOperation> changes, SortedSet<OTransactionUniqueKey> uniqueIndexKeys) -
Uses of OTransactionUniqueKey in com.orientechnologies.orient.server.distributed.impl.task
Methods in com.orientechnologies.orient.server.distributed.impl.task that return types with arguments of type OTransactionUniqueKeyModifier and TypeMethodDescriptionOLockKeySource.getUniqueKeys()OTransactionPhase1Task.getUniqueKeys()OTransactionPhase2Task.getUniqueKeys()Method parameters in com.orientechnologies.orient.server.distributed.impl.task with type arguments of type OTransactionUniqueKeyModifier and TypeMethodDescriptionstatic voidOTransactionPhase1Task.readTxUniqueIndexKeys(SortedSet<OTransactionUniqueKey> uniqueIndexKeys, ORecordSerializerNetworkV37 serializer, DataInput in) static voidOTransactionPhase2Task.readTxUniqueIndexKeys(SortedSet<OTransactionUniqueKey> uniqueIndexKeys, ORecordSerializerNetworkV37 serializer, DataInput in) static voidOTransactionPhase1Task.writeTxUniqueIndexKeys(SortedSet<OTransactionUniqueKey> uniqueIndexKeys, ORecordSerializerNetworkV37 serializer, DataOutput out, OSerializationContext ctx) static voidOTransactionPhase2Task.writeTxUniqueIndexKeys(SortedSet<OTransactionUniqueKey> uniqueIndexKeys, ORecordSerializerNetworkV37 serializer, DataOutput out, OSerializationContext ctx) Constructor parameters in com.orientechnologies.orient.server.distributed.impl.task with type arguments of type OTransactionUniqueKeyModifierConstructorDescriptionOTransactionPhase1Task(List<ORecordOperation> ops, OTransactionIdPromise promise, SortedSet<OTransactionUniqueKey> uniqueIndexKeys) -
Uses of OTransactionUniqueKey in com.orientechnologies.orient.server.distributed.impl.task.transaction
Methods in com.orientechnologies.orient.server.distributed.impl.task.transaction that return OTransactionUniqueKeyModifier and TypeMethodDescriptionstatic OTransactionUniqueKeyOTransactionUniqueKey.read(DataInput in, ORecordSerializerNetworkV37 serializer) Methods in com.orientechnologies.orient.server.distributed.impl.task.transaction with parameters of type OTransactionUniqueKey