MCPcopy Create free account
hub / github.com/apache/impala / releaseWriteLock

Method releaseWriteLock

fe/src/main/java/org/apache/impala/catalog/Table.java:333–335  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

331 }
332
333 public void releaseWriteLock() {
334 writeLock_.unlock();
335 }
336
337 /**
338 * Returns true if this table is write locked by current thread.

Callers 15

renameTableFromEventMethod · 0.95
alterTableMethod · 0.95
alterViewMethod · 0.95
dropStatsMethod · 0.95
truncateTableMethod · 0.95
createTableMethod · 0.95
createTableLikeMethod · 0.95

Calls 1

unlockMethod · 0.45

Tested by 1