Ted Yu created HBASE-11296:
------------------------------
Summary: TableLockManager should provide API which returns whether
specific table has outstanding lock
Key: HBASE-11296
URL: https://issues.apache.org/jira/browse/HBASE-11296
Project: HBase
Issue Type: Task
Reporter: Ted Yu
Currently TableLockManager provides the following API which iterates through
all locks:
{code}
public void visitAllLocks(MetadataHandler handler) throws IOException {
{code}
This JIRA is to add new API which returns whether given table has outstanding
read / write lock.
--
This message was sent by Atlassian JIRA
(v6.2#6252)