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) org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread
MiniHBaseCluster.resumeRegionServer
(int serverNumber) Deprecated.Resume the specified region serverorg.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread
MiniHBaseCluster.startRegionServer()
Deprecated.Starts a region server thread runningorg.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread
MiniHBaseCluster.startRegionServerAndWait
(long timeout) Deprecated.Starts a region server thread and waits until its processed by master.org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread
MiniHBaseCluster.stopRegionServer
(int serverNumber) Deprecated.Shut down the specified region server cleanlyorg.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread
MiniHBaseCluster.stopRegionServer
(int serverNumber, boolean shutdownFS) Deprecated.Shut down the specified region server cleanlyorg.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread
MiniHBaseCluster.suspendRegionServer
(int serverNumber) Deprecated.Suspend the specified region serverMethods 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>
MiniHBaseCluster.getLiveRegionServerThreads()
Deprecated.Returns List of live region server threads (skips the aborted and the killed)List<org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread>
LocalHBaseCluster.getRegionServers()
Returns Read-only list of region server threads.List<org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread>
MiniHBaseCluster.getRegionServerThreads()
Deprecated.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
.