| Package | Description |
|---|---|
| org.apache.hadoop.hbase.mob | |
| org.apache.hadoop.hbase.regionserver |
| Modifier and Type | Method and Description |
|---|---|
static MobFileName |
MobFileName.create(byte[] startKey,
String date,
String uuid)
Creates an instance of MobFileName
|
static MobFileName |
MobFileName.create(String fileName)
Creates an instance of MobFileName.
|
static MobFileName |
MobFileName.create(String startKey,
String date,
String uuid)
Creates an instance of MobFileName
|
| Modifier and Type | Method and Description |
|---|---|
StoreFile.Writer |
HMobStore.createWriterInTmp(MobFileName mobFileName,
Path basePath,
long maxKeyCount,
Compression.Algorithm compression)
Creates the writer for the mob file in temp directory.
|