Uses of Enum Class
org.apache.hadoop.hbase.executor.EventType
Packages that use EventType
Package
Description
-
Uses of EventType in org.apache.hadoop.hbase.executor
Fields in org.apache.hadoop.hbase.executor declared as EventTypeMethods in org.apache.hadoop.hbase.executor that return EventTypeModifier and TypeMethodDescriptionstatic EventType
EventType.get
(int code) EventHandler.getEventType()
Return the event typestatic EventType
Returns the enum constant of this class with the specified name.static EventType[]
EventType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.hadoop.hbase.executor with parameters of type EventTypeModifierConstructorDescriptionEventHandler
(Server server, EventType eventType) Default base class constructor. -
Uses of EventType in org.apache.hadoop.hbase.procedure2
Methods in org.apache.hadoop.hbase.procedure2 that return EventTypeModifier and TypeMethodDescriptionRSProcedureCallable.getEventType()
Event type used to select thread pool. -
Uses of EventType in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver that return EventTypeModifier and TypeMethodDescriptionFlushRegionCallable.getEventType()
ReloadQuotasCallable.getEventType()
SnapshotRegionCallable.getEventType()
SnapshotVerifyCallable.getEventType()
SplitWALCallable.getEventType()
Constructors in org.apache.hadoop.hbase.regionserver with parameters of type EventTypeModifierConstructorDescriptionCompactedHFilesDischargeHandler
(Server server, EventType eventType, HStore store) -
Uses of EventType in org.apache.hadoop.hbase.regionserver.handler
Constructors in org.apache.hadoop.hbase.regionserver.handler with parameters of type EventTypeModifierConstructorDescriptionAssignRegionHandler
(HRegionServer server, RegionInfo regionInfo, long openProcId, TableDescriptor tableDesc, long masterSystemTime, long initiatingMasterActiveTime, EventType eventType) protected
CloseRegionHandler
(Server server, RegionServerServices rsServices, RegionInfo regionInfo, boolean abort, EventType eventType, ServerName destination) protected
OpenRegionHandler
(Server server, RegionServerServices rsServices, RegionInfo regionInfo, TableDescriptor htd, long masterSystemTime, EventType eventType) Deprecated.UnassignRegionHandler
(HRegionServer server, String encodedName, long closeProcId, boolean abort, ServerName destination, EventType eventType, long initiatingMasterActiveTime, boolean isSplit) -
Uses of EventType in org.apache.hadoop.hbase.replication.regionserver
Methods in org.apache.hadoop.hbase.replication.regionserver that return EventTypeModifier and TypeMethodDescriptionClaimReplicationQueueCallable.getEventType()
RefreshPeerCallable.getEventType()
ReplaySyncReplicationWALCallable.getEventType()
SwitchRpcThrottleRemoteCallable.getEventType()