| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.executor | |
| org.apache.hadoop.hbase.master.snapshot | |
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.regionserver.handler |
| 限定符和类型 | 方法和说明 |
|---|---|
EventHandler |
EventHandler.prepare()
Event handlers should do all the necessary checks in this method (rather than
in the constructor, or in process()) so that the caller, which is mostly executed
in the ipc context can fail fast.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ExecutorService.submit(EventHandler eh) |
| 构造器和说明 |
|---|
RunningEventStatus(Thread t,
EventHandler event) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DisabledTableSnapshotHandler
Take a snapshot of a disabled table.
|
class |
EnabledTableSnapshotHandler
Handle the master side of taking a snapshot of an online table, regardless of snapshot type.
|
class |
TakeSnapshotHandler
A handler for taking snapshots from the master.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
CompactedHFilesDischargeHandler
Event handler that handles the removal and archival of the compacted hfiles
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
CloseMetaHandler
Handles closing of the meta region on a region server.
|
class |
CloseRegionHandler
Handles closing of a region on a region server.
|
class |
OpenMetaHandler
Handles opening of a meta region on a region server.
|
class |
OpenPriorityRegionHandler
Handles opening of a high priority region on a region server.
|
class |
OpenRegionHandler
Handles opening of a region on a region server.
|
class |
ParallelSeekHandler
Handler to seek storefiles in parallel.
|
class |
RegionReplicaFlushHandler
HBASE-11580: With the async wal approach (HBASE-11568), the edits are not persisted to wal in
secondary region replicas.
|
class |
RSProcedureHandler
A event handler for running procedure.
|
class |
WALSplitterHandler
Handles log splitting a wal
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.