Package | Description |
---|---|
org.apache.hadoop.hbase.mapreduce |
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Method and Description |
---|---|
protected List<org.apache.hadoop.mapreduce.InputSplit> |
TableInputFormatBase.createNInputSplitsUniform(org.apache.hadoop.mapreduce.InputSplit split,
int n)
Create n splits for one InputSplit, For now only support uniform distribution
|
Modifier and Type | Method and Description |
---|---|
protected MemStoreCompactor |
CompactingMemStore.createMemStoreCompactor(MemoryCompactionPolicy compactionPolicy) |
(package private) void |
MemStoreCompactor.initiateCompactionStrategy(MemoryCompactionPolicy compType,
org.apache.hadoop.conf.Configuration configuration,
String cfName) |
Constructor and Description |
---|
MemStoreCompactor(CompactingMemStore compactingMemStore,
MemoryCompactionPolicy compactionPolicy) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.