Uses of Class
com.orientechnologies.common.concur.ONeedRetryException
Packages that use ONeedRetryException
Package
Description
-
Uses of ONeedRetryException in com.orientechnologies.common.concur
Constructors in com.orientechnologies.common.concur with parameters of type ONeedRetryExceptionModifierConstructorDescriptionprotectedONeedRetryException(ONeedRetryException exception) protectedONeedRetryException(ONeedRetryException exception, OErrorCode errorCode) -
Uses of ONeedRetryException in com.orientechnologies.orient.core.db
Methods in com.orientechnologies.orient.core.db that throw ONeedRetryExceptionModifier and TypeMethodDescriptiondefault <RET> RETODatabase.executeWithRetry(int nRetries, Function<ODatabaseSession, RET> function) Tries to execute a lambda in a transaction, retrying it if an ONeedRetryException is thrown. -
Uses of ONeedRetryException in com.orientechnologies.orient.core.db.object
Methods in com.orientechnologies.orient.core.db.object that throw ONeedRetryExceptionModifier and TypeMethodDescriptiondefault <T> TODatabaseObject.executeWithRetry(int nRetries, Function<ODatabaseSession, T> function) -
Uses of ONeedRetryException in com.orientechnologies.orient.core.exception
Subclasses of ONeedRetryException in com.orientechnologies.orient.core.exceptionModifier and TypeClassDescriptionclassException thrown in case the execution of the command has been interrupted.classException thrown when a create operation get a non expected RID.classException thrown when MVCC is enabled and a record cannot be updated or deleted because versions don't match. -
Uses of ONeedRetryException in com.orientechnologies.orient.object.db
Methods in com.orientechnologies.orient.object.db that throw ONeedRetryExceptionModifier and TypeMethodDescription<T> TOObjectDatabaseTx.executeWithRetry(int nRetries, Function<ODatabaseSession, T> function) -
Uses of ONeedRetryException in com.orientechnologies.orient.server.distributed.impl
Subclasses of ONeedRetryException in com.orientechnologies.orient.server.distributed.impl -
Uses of ONeedRetryException in com.orientechnologies.orient.server.distributed.task
Subclasses of ONeedRetryException in com.orientechnologies.orient.server.distributed.taskModifier and TypeClassDescriptionclassclassException thrown when a distributed resource is locked.classException thrown when a distributed operation doesn't reach the quorum.classException thrown when a record is locked by a running distributed transaction. -
Uses of ONeedRetryException in com.orientechnologies.orient.stresstest.workload
Methods in com.orientechnologies.orient.stresstest.workload with parameters of type ONeedRetryExceptionModifier and TypeMethodDescriptionprotected voidOBaseWorkload.manageNeedRetryException(OBaseWorkload.OBaseWorkLoadContext context, ONeedRetryException e)