Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
EventHandler.EventHandlerListener.afterProcess(EventHandler event)
Called after any event is processed
|
void |
EventHandler.EventHandlerListener.beforeProcess(EventHandler event)
Called before any event is processed
|
void |
ExecutorService.submit(EventHandler eh) |
Constructor and Description |
---|
ExecutorService.RunningEventStatus(Thread t,
EventHandler event) |
Modifier and Type | Class and Description |
---|---|
class |
ClosedRegionHandler
Handles CLOSED region event on Master.
|
class |
CreateTableHandler
Handler to create a table.
|
class |
DisableTableHandler
Handler to run disable of a table.
|
class |
DispatchMergingRegionHandler
Handles MERGE regions request on master: move the regions together(on the
same regionserver) and send MERGE RPC to regionserver.
|
class |
EnableTableHandler
Handler to run enable of a table.
|
class |
OpenedRegionHandler
Handles OPENED region event on Master.
|
class |
TableEventHandler
Base class for performing operations against tables.
|
Modifier and Type | Class and Description |
---|---|
class |
CloneSnapshotHandler
Handler to Clone a snapshot.
|
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 |
RestoreSnapshotHandler
Handler to Restore a snapshot.
|
class |
TakeSnapshotHandler
A handler for taking snapshots from the master.
|
Modifier and Type | Class and Description |
---|---|
class |
CompactedHFilesDischargeHandler
Event handler that handles the removal and archival of the compacted hfiles
|
Modifier and Type | Class and Description |
---|---|
class |
CloseMetaHandler
Handles closing of the root region on a region server.
|
class |
CloseRegionHandler
Handles closing of a region on a region server.
|
class |
FinishRegionRecoveringHandler |
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 |
WALSplitterHandler
Handles log splitting a wal
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.