Uses of Class
org.apache.hadoop.hbase.executor.EventHandler
Package
Description
-
Uses of EventHandler in org.apache.hadoop.hbase.executor
Modifier and TypeFieldDescription(package private) final EventHandler
ExecutorService.RunningEventStatus.event
Modifier and TypeFieldDescription(package private) final List<EventHandler>
ExecutorService.ExecutorStatus.queuedEvents
Modifier and TypeMethodDescriptionEventHandler.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 TypeMethodDescriptionint
EventHandler.compareTo
(EventHandler o) Default prioritized runnable comparator which implements a FIFO ordering.void
ExecutorService.delayedSubmit
(EventHandler eh, long delay, TimeUnit unit) (package private) void
ExecutorService.Executor.submit
(EventHandler event) Submit the event to the queue for handling.void
ExecutorService.submit
(EventHandler eh) ModifierConstructorDescription(package private)
ExecutorStatus
(ExecutorService.Executor executor, List<EventHandler> queuedEvents, List<ExecutorService.RunningEventStatus> running) -
Uses of EventHandler in org.apache.hadoop.hbase.master.snapshot
Modifier and TypeClassDescriptionclass
Take a snapshot of a disabled table.class
Handle the master side of taking a snapshot of an online table, regardless of snapshot type.class
A handler for taking snapshots from the master. -
Uses of EventHandler in org.apache.hadoop.hbase.regionserver
Modifier and TypeClassDescriptionclass
Event handler that handles the removal and archival of the compacted hfiles -
Uses of EventHandler in org.apache.hadoop.hbase.regionserver.handler
Modifier and TypeClassDescriptionclass
Handles opening of a region on a region server.class
Handles closing of the meta region on a region server.class
Handles closing of a region on a region server.class
Handles opening of a meta region on a region server.class
Handles opening of a high priority region on a region server.class
Deprecated.Keep it here only for compatibleclass
Handler to seek storefiles in parallel.class
HBASE-11580: With the async wal approach (HBASE-11568), the edits are not persisted to WAL in secondary region replicas.class
A event handler for running procedure.class
Handles closing of a region on a region server.class
Deprecated.since 2.4.0 and in 3.0.0, to be removed in 4.0.0, replaced by procedure-based distributed WAL splitter, see SplitWALManager