Uses of Class
org.apache.hadoop.hbase.executor.EventHandler
Packages that use EventHandler
Package
Description
-
Uses of EventHandler in org.apache.hadoop.hbase.executor
Fields in org.apache.hadoop.hbase.executor declared as EventHandlerModifier and TypeFieldDescription(package private) final EventHandlerExecutorService.RunningEventStatus.eventFields in org.apache.hadoop.hbase.executor with type parameters of type EventHandlerModifier and TypeFieldDescription(package private) final List<EventHandler>ExecutorService.ExecutorStatus.queuedEventsMethods in org.apache.hadoop.hbase.executor that return EventHandlerModifier 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.Methods in org.apache.hadoop.hbase.executor that return types with arguments of type EventHandlerMethods in org.apache.hadoop.hbase.executor with parameters of type EventHandlerModifier and TypeMethodDescriptionintEventHandler.compareTo(EventHandler o) Default prioritized runnable comparator which implements a FIFO ordering.voidExecutorService.delayedSubmit(EventHandler eh, long delay, TimeUnit unit) (package private) voidExecutorService.Executor.submit(EventHandler event) Submit the event to the queue for handling.voidExecutorService.submit(EventHandler eh) Constructors in org.apache.hadoop.hbase.executor with parameters of type EventHandlerConstructor parameters in org.apache.hadoop.hbase.executor with type arguments of type EventHandlerModifierConstructorDescription(package private)ExecutorStatus(ExecutorService.Executor executor, List<EventHandler> queuedEvents, List<ExecutorService.RunningEventStatus> running) -
Uses of EventHandler in org.apache.hadoop.hbase.master.snapshot
Subclasses of EventHandler in org.apache.hadoop.hbase.master.snapshotModifier and TypeClassDescriptionclassTake a snapshot of a disabled table.classHandle the master side of taking a snapshot of an online table, regardless of snapshot type.classA handler for taking snapshots from the master. -
Uses of EventHandler in org.apache.hadoop.hbase.regionserver
Subclasses of EventHandler in org.apache.hadoop.hbase.regionserverModifier and TypeClassDescriptionclassEvent handler that handles the removal and archival of the compacted hfiles -
Uses of EventHandler in org.apache.hadoop.hbase.regionserver.handler
Subclasses of EventHandler in org.apache.hadoop.hbase.regionserver.handlerModifier and TypeClassDescriptionclassHandles opening of a region on a region server.classHandles closing of the meta region on a region server.classHandles closing of a region on a region server.classHandles opening of a meta region on a region server.classHandles opening of a high priority region on a region server.classDeprecated.Keep it here only for compatibleclassHandler to seek storefiles in parallel.classHBASE-11580: With the async wal approach (HBASE-11568), the edits are not persisted to WAL in secondary region replicas.classA event handler for running procedure.classHandles closing of a region on a region server.classDeprecated.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