Uses of Class
org.apache.hadoop.hbase.util.IdLock.Entry
Packages that use IdLock.Entry
-
Uses of IdLock.Entry in org.apache.hadoop.hbase.procedure2
Methods in org.apache.hadoop.hbase.procedure2 that return IdLock.EntryModifier and TypeMethodDescriptionprivate IdLock.Entry
ProcedureExecutor.getLockEntryForRollback
(long procId) -
Uses of IdLock.Entry in org.apache.hadoop.hbase.util
Fields in org.apache.hadoop.hbase.util with type parameters of type IdLock.EntryMethods in org.apache.hadoop.hbase.util that return IdLock.EntryModifier and TypeMethodDescriptionIdLock.getLockEntry
(long id) Blocks until the lock corresponding to the given id is acquired.IdLock.tryLockEntry
(long id, long time) Blocks until the lock corresponding to the given id is acquired.Methods in org.apache.hadoop.hbase.util with parameters of type IdLock.EntryModifier and TypeMethodDescriptionvoid
IdLock.releaseLockEntry
(IdLock.Entry entry) Must be called in a finally block to decrease the internal counter and remove the monitor object for the given id if the caller is the last client.