Class OpenRegionHandler

java.lang.Object
org.apache.hadoop.hbase.executor.EventHandler
org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler
All Implemented Interfaces:
Comparable<EventHandler>, Runnable
Direct Known Subclasses:
OpenMetaHandler, OpenPriorityRegionHandler

@Deprecated @Private public class OpenRegionHandler extends EventHandler
Deprecated.
Keep it here only for compatible
Handles opening of a region on a region server.

This is executed after receiving an OPEN RPC from the master or client.

See Also: