Package | Description |
---|---|
org.apache.hadoop.hbase.io.hfile.bucket |
Provides
BucketCache , an implementation of
BlockCache . |
org.apache.hadoop.hbase.master |
Modifier and Type | Field and Description |
---|---|
(package private) IdReadWriteLock<Long> |
BucketCache.offsetLock
A ReentrantReadWriteLock to lock on a particular block identified by offset.
|
Modifier and Type | Method and Description |
---|---|
(package private) <T> T |
BucketEntry.withWriteLock(IdReadWriteLock<Long> offsetLock,
BucketEntry.BucketEntryHandler<T> handler) |
Modifier and Type | Field and Description |
---|---|
private IdReadWriteLock<TableName> |
TableStateManager.tnLock |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.