java.lang.Object
org.neo4j.driver.internal.util.LockUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidexecuteWithLock(Lock lock, Runnable runnable) static <T> TexecuteWithLock(Lock lock, Supplier<T> supplier) static <T> voidexecuteWithLockAsync(Lock lock, Supplier<CompletionStage<T>> stageSupplier)
-
Constructor Details
-
LockUtil
public LockUtil()
-
-
Method Details
-
executeWithLock
-
executeWithLock
-
executeWithLockAsync
-