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

Method getLock

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

Source from the content-addressed store, hash-verified

199 }
200
201 public ReentrantLock getLock() { return dbLock_; }
202
203 @Override // FeDb
204 public boolean isSystemDb() { return isSystemDb_; }

Callers 15

isSelfEventMethod · 0.95
alterDbIfExistsMethod · 0.95
createDatabaseMethod · 0.95
createFunctionMethod · 0.95
dropFunctionMethod · 0.95
alterCommentOnDbMethod · 0.95
alterDatabaseMethod · 0.95
create_databaseMethod · 0.95
alter_databaseMethod · 0.95
isSelfEventMethod · 0.95

Calls

no outgoing calls

Tested by 1