Uses of Class
org.apache.hadoop.hbase.util.IdReadWriteLock
Packages that use IdReadWriteLock
-
Uses of IdReadWriteLock in org.apache.hadoop.hbase.io.hfile.bucket
Fields in org.apache.hadoop.hbase.io.hfile.bucket declared as IdReadWriteLockModifier and TypeFieldDescription(package private) final IdReadWriteLock<Long>
BucketCache.offsetLock
A ReentrantReadWriteLock to lock on a particular block identified by offset.Methods in org.apache.hadoop.hbase.io.hfile.bucket with parameters of type IdReadWriteLockModifier and TypeMethodDescription(package private) <T> T
BucketEntry.withWriteLock
(IdReadWriteLock<Long> offsetLock, BucketEntry.BucketEntryHandler<T> handler) -
Uses of IdReadWriteLock in org.apache.hadoop.hbase.master
Fields in org.apache.hadoop.hbase.master declared as IdReadWriteLockModifier and TypeFieldDescriptionprivate final IdReadWriteLock<TableName>
TableStateManager.tnLock