Uses of Class
org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread
Packages that use org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread
-
Uses of org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread
LocalHBaseCluster.addRegionServer()
org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread
LocalHBaseCluster.addRegionServer
(org.apache.hadoop.conf.Configuration config, int index) org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread
LocalHBaseCluster.addRegionServer
(org.apache.hadoop.conf.Configuration config, int index, org.apache.hadoop.hbase.security.User user) Methods in org.apache.hadoop.hbase that return types with arguments of type org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread in inModifier and TypeMethodDescriptionList<org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread>
LocalHBaseCluster.getLiveRegionServers()
List<org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread>
LocalHBaseCluster.getRegionServers()
Returns Read-only list of region server threads.Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread in inModifier and TypeMethodDescriptionLocalHBaseCluster.waitOnRegionServer
(org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread rst) Wait for the specified region server to stop. -
Uses of org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread in org.apache.hadoop.hbase.util
Methods in org.apache.hadoop.hbase.util that return org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread
JVMClusterUtil.createRegionServerThread
(org.apache.hadoop.conf.Configuration c, Class<? extends org.apache.hadoop.hbase.regionserver.HRegionServer> hrsc, int index) Creates aJVMClusterUtil.RegionServerThread
.