Class DummyRegionServerList

java.lang.Object
org.apache.hadoop.hbase.master.DummyRegionServerList
All Implemented Interfaces:
org.apache.hadoop.hbase.master.RegionServerList

public class DummyRegionServerList extends Object implements org.apache.hadoop.hbase.master.RegionServerList
  • Constructor Details

  • Method Details

    • started

      public void started(org.apache.hadoop.hbase.ServerName sn)
      Specified by:
      started in interface org.apache.hadoop.hbase.master.RegionServerList
    • expired

      public void expired(org.apache.hadoop.hbase.ServerName sn)
      Specified by:
      expired in interface org.apache.hadoop.hbase.master.RegionServerList
    • getAll

      public Set<org.apache.hadoop.hbase.ServerName> getAll() throws IOException
      Specified by:
      getAll in interface org.apache.hadoop.hbase.master.RegionServerList
      Throws:
      IOException