Uses of Interface
org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm
Packages that use org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm
Package
Description
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
-
Uses of org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm in inModifier and TypeMethodDescriptionstatic intHBaseTestingUtility.createPreSplitLoadTestTable(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.client.TableDescriptor td, org.apache.hadoop.hbase.client.ColumnFamilyDescriptor[] cds, org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm splitter, int numRegionsPerServer) Deprecated.Creates a pre-split table for load testing. -
Uses of org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm in org.apache.hadoop.hbase.mapred
Methods in org.apache.hadoop.hbase.mapred with parameters of type org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm in inModifier and TypeMethodDescriptionstatic voidTableMapReduceUtil.initTableSnapshotMapJob(String snapshotName, String columns, Class<? extends org.apache.hadoop.hbase.mapred.TableMap> mapper, Class<?> outputKeyClass, Class<?> outputValueClass, org.apache.hadoop.mapred.JobConf jobConf, boolean addDependencyJars, org.apache.hadoop.fs.Path tmpRestoreDir, org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm splitAlgo, int numSplitsPerRegion) Sets up the job for reading from a table snapshot.static voidTableSnapshotInputFormat.setInput(org.apache.hadoop.mapred.JobConf job, String snapshotName, org.apache.hadoop.fs.Path restoreDir, org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm splitAlgo, int numSplitsPerRegion) Configures the job to use TableSnapshotInputFormat to read from a snapshot. -
Uses of org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm in org.apache.hadoop.hbase.mapreduce
Methods in org.apache.hadoop.hbase.mapreduce that return org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithmTableSnapshotInputFormatImpl.getSplitAlgo(org.apache.hadoop.conf.Configuration conf) Methods in org.apache.hadoop.hbase.mapreduce with parameters of type org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm in inModifier and TypeMethodDescriptionstatic List<org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatImpl.InputSplit>TableSnapshotInputFormatImpl.getSplits(org.apache.hadoop.hbase.client.Scan scan, org.apache.hadoop.hbase.snapshot.SnapshotManifest manifest, List<org.apache.hadoop.hbase.client.RegionInfo> regionManifests, org.apache.hadoop.fs.Path restoreDir, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm sa, int numSplits) static voidTableMapReduceUtil.initTableSnapshotMapperJob(String snapshotName, org.apache.hadoop.hbase.client.Scan scan, Class<? extends org.apache.hadoop.hbase.mapreduce.TableMapper> mapper, Class<?> outputKeyClass, Class<?> outputValueClass, org.apache.hadoop.mapreduce.Job job, boolean addDependencyJars, org.apache.hadoop.fs.Path tmpRestoreDir, org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm splitAlgo, int numSplitsPerRegion) Sets up the job for reading from a table snapshot.static voidTableSnapshotInputFormat.setInput(org.apache.hadoop.mapreduce.Job job, String snapshotName, org.apache.hadoop.fs.Path restoreDir, org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm splitAlgo, int numSplitsPerRegion) Configures the job to use TableSnapshotInputFormat to read from a snapshot.static voidTableSnapshotInputFormatImpl.setInput(org.apache.hadoop.conf.Configuration conf, String snapshotName, org.apache.hadoop.fs.Path restoreDir, org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm splitAlgo, int numSplitsPerRegion) Configures the job to use TableSnapshotInputFormat to read from a snapshot. -
Uses of org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm in org.apache.hadoop.hbase.util
Classes in org.apache.hadoop.hbase.util that implement org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm in inModifier and TypeClassDescriptionstatic classorg.apache.hadoop.hbase.util.RegionSplitter.DecimalStringSplitThe format of a DecimalStringSplit region boundary is the ASCII representation of reversed sequential number, or any other uniformly distributed decimal value.static classorg.apache.hadoop.hbase.util.RegionSplitter.HexStringSplitHexStringSplit is a well-knownRegionSplitter.SplitAlgorithmfor choosing region boundaries.static classorg.apache.hadoop.hbase.util.RegionSplitter.NumberStringSplitstatic classorg.apache.hadoop.hbase.util.RegionSplitter.UniformSplitA SplitAlgorithm that divides the space of possible keys evenly.Methods in org.apache.hadoop.hbase.util that return org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithmRegionSplitter.newSplitAlgoInstance(org.apache.hadoop.conf.Configuration conf, String splitClassName) Methods in org.apache.hadoop.hbase.util with parameters of type org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm in inModifier and TypeMethodDescriptionstatic intLoadTestUtil.createPreSplitLoadTestTable(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.client.TableDescriptor td, org.apache.hadoop.hbase.client.ColumnFamilyDescriptor[] cds, org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm splitter, int numRegionsPerServer) Creates a pre-split table for load testing.