Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ writeLock
Method
writeLock
fe/src/main/java/org/apache/impala/catalog/Table.java:310–310 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
308
309
public
ReadLock readLock() {
return
readLock_; }
310
public
WriteLock writeLock() {
return
writeLock_; }
311
312
public
void
releaseReadLock() {
313
readLock_.unlock();
Callers
15
isSelfEvent
Method · 0.80
isSelfEvent
Method · 0.80
shouldSkipWhenSyncingToLatestEventId
Method · 0.80
testAlterPartitionFileMetadataReload
Method · 0.80
UnlockWriteLockIfErronouslyLocked
Method · 0.80
renameTableFromEvent
Method · 0.80
alterDbIfExists
Method · 0.80
alterTable
Method · 0.80
alterView
Method · 0.80
createDatabase
Method · 0.80
createFunction
Method · 0.80
dropStats
Method · 0.80
Calls
no outgoing calls
Tested by
1
testAlterPartitionFileMetadataReload
Method · 0.64