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 |
---|---|
static StoreFileWriter |
MobUtils.createWriter(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
ColumnFamilyDescriptor family,
MobFileName mobFileName,
org.apache.hadoop.fs.Path basePath,
long maxKeyCount,
Compression.Algorithm compression,
CacheConfig cacheConfig,
Encryption.Context cryptoContext,
boolean isCompaction)
Creates a writer for the mob file in temp directory.
|
Modifier and Type | Method and Description |
---|---|
StoreFileWriter |
HMobStore.createWriterInTmp(MobFileName mobFileName,
org.apache.hadoop.fs.Path basePath,
long maxKeyCount,
Compression.Algorithm compression,
boolean isCompaction)
Creates the writer for the mob file in temp directory.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.