Package | Description |
---|---|
org.apache.hadoop.hbase.coprocessor |
Table of Contents
|
org.apache.hadoop.hbase.mapreduce |
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
|
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.regionserver.wal |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.mapreduce.RecordReader<HLogKey,WALEdit> |
HLogInputFormat.createRecordReader(org.apache.hadoop.mapreduce.InputSplit split,
org.apache.hadoop.mapreduce.TaskAttemptContext context)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
RegionCoprocessorHost.postWALRestore(HRegionInfo info,
HLogKey logKey,
WALEdit logEdit)
|
boolean |
RegionCoprocessorHost.preWALRestore(HRegionInfo info,
HLogKey logKey,
WALEdit logEdit)
|
Modifier and Type | Class and Description |
---|---|
class |
ReplayHLogKey
An HLogKey specific to WalEdits coming from replay.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.