Package | Description |
---|---|
org.apache.hadoop.hbase.io.hfile |
Provides implementations of
HFile and HFile
BlockCache . |
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.mob | |
org.apache.hadoop.hbase.procedure2 | |
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Field and Description |
---|---|
private IdLock |
HFileReaderImpl.offsetLock
A "sparse lock" implementation allowing to lock on a particular block identified by offset.
|
Modifier and Type | Field and Description |
---|---|
private IdLock |
HMaster.mobCompactionLock |
Modifier and Type | Field and Description |
---|---|
private IdLock |
MobFileCache.keyLock |
Modifier and Type | Field and Description |
---|---|
private IdLock |
ProcedureExecutor.procExecutionLock |
private IdLock |
CompletedProcedureCleaner.procExecutionLock |
Modifier and Type | Method and Description |
---|---|
IdLock |
ProcedureExecutor.getProcExecutionLock() |
Constructor and Description |
---|
CompletedProcedureCleaner(org.apache.hadoop.conf.Configuration conf,
ProcedureStore store,
IdLock procExecutionLock,
Map<Long,CompletedProcedureRetainer<TEnvironment>> completedMap,
Map<NonceKey,Long> nonceKeysToProcIdsMap) |
Modifier and Type | Field and Description |
---|---|
private IdLock |
HMobStore.keyLock |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.