org.apache.hadoop.hbase.regionserver.handler
Class OpenRootHandler
java.lang.Object
org.apache.hadoop.hbase.executor.EventHandler
org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler
org.apache.hadoop.hbase.regionserver.handler.OpenRootHandler
- All Implemented Interfaces:
- Comparable<Runnable>, Runnable
public class OpenRootHandler
- extends OpenRegionHandler
Handles opening of the root region on a region server.
This is executed after receiving an OPEN RPC from the master for root.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpenRootHandler
public OpenRootHandler(Server server,
RegionServerServices rsServices,
HRegionInfo regionInfo)
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.