public static class Lock.CatalogLockImpl extends Object implements Lock
Lock
to wrap CatalogLock
.Lock.CatalogLockImpl, Lock.EmptyLock
Modifier and Type | Method and Description |
---|---|
void |
close() |
<T> T |
runWithLock(Callable<T> callable)
Run with lock.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
empty, fromCatalog
public <T> T runWithLock(Callable<T> callable) throws Exception
Lock
runWithLock
in interface Lock
Exception
public void close() throws Exception
close
in interface AutoCloseable
Exception
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.