66676869707172
HRegionThriftServer(HRegionServer regionServer, Configuration conf) throws IOException { super("Region Thrift Server"); this.rs = regionServer; this.serverRunner = new ThriftServerRunner(conf, new HBaseHandlerRegion(conf)); }
64656667686970