Uses of Interface
org.apache.hadoop.hbase.util.ModifyRegionUtils.RegionFillTask

Packages that use org.apache.hadoop.hbase.util.ModifyRegionUtils.RegionFillTask
Package
Description
 
  • Uses of org.apache.hadoop.hbase.util.ModifyRegionUtils.RegionFillTask in org.apache.hadoop.hbase.util

    Methods in org.apache.hadoop.hbase.util with parameters of type org.apache.hadoop.hbase.util.ModifyRegionUtils.RegionFillTask in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.client.RegionInfo
    ModifyRegionUtils.createRegion(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path rootDir, org.apache.hadoop.hbase.client.TableDescriptor tableDescriptor, org.apache.hadoop.hbase.client.RegionInfo newRegion, org.apache.hadoop.hbase.util.ModifyRegionUtils.RegionFillTask task)
    Create new set of regions on the specified file-system.
    static List<org.apache.hadoop.hbase.client.RegionInfo>
    ModifyRegionUtils.createRegions(ThreadPoolExecutor exec, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path rootDir, org.apache.hadoop.hbase.client.TableDescriptor tableDescriptor, org.apache.hadoop.hbase.client.RegionInfo[] newRegions, org.apache.hadoop.hbase.util.ModifyRegionUtils.RegionFillTask task)
    Create new set of regions on the specified file-system.
    static List<org.apache.hadoop.hbase.client.RegionInfo>
    ModifyRegionUtils.createRegions(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path rootDir, org.apache.hadoop.hbase.client.TableDescriptor tableDescriptor, org.apache.hadoop.hbase.client.RegionInfo[] newRegions, org.apache.hadoop.hbase.util.ModifyRegionUtils.RegionFillTask task)
    Create new set of regions on the specified file-system.