| Package | Description |
|---|---|
| org.apache.hadoop.hbase.mob | |
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.regionserver.compactions |
| Modifier and Type | Method and Description |
|---|---|
static StoreFile.Writer |
MobUtils.createDelFileWriter(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
HColumnDescriptor family,
String date,
org.apache.hadoop.fs.Path basePath,
long maxKeyCount,
Compression.Algorithm compression,
byte[] startKey,
CacheConfig cacheConfig)
Creates a writer for the del file in temp directory.
|
static StoreFile.Writer |
MobUtils.createRefFileWriter(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
HColumnDescriptor family,
org.apache.hadoop.fs.Path basePath,
long maxKeyCount,
CacheConfig cacheConfig)
Creates a writer for the ref file in temp directory.
|
protected StoreFile.Writer |
DefaultMobCompactor.createTmpWriter(Compactor.FileDetails fd,
boolean shouldDropBehind)
Creates a writer for a new file in a temporary directory.
|
static StoreFile.Writer |
MobUtils.createWriter(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
HColumnDescriptor family,
String date,
org.apache.hadoop.fs.Path basePath,
long maxKeyCount,
Compression.Algorithm compression,
byte[] startKey,
CacheConfig cacheConfig)
Creates a writer for the mob file in temp directory.
|
static StoreFile.Writer |
MobUtils.createWriter(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
HColumnDescriptor family,
String date,
org.apache.hadoop.fs.Path basePath,
long maxKeyCount,
Compression.Algorithm compression,
String startKey,
CacheConfig cacheConfig)
Creates a writer for the mob file in temp directory.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultMobStoreFlusher.performMobFlush(MemStoreSnapshot snapshot,
long cacheFlushId,
InternalScanner scanner,
StoreFile.Writer writer,
MonitoredTask status)
Flushes the cells in the mob store.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<StoreFile.Writer> |
StripeMultiFileWriter.existingWriters |
| Modifier and Type | Method and Description |
|---|---|
StoreFile.Writer |
StoreFile.WriterBuilder.build()
Create a store file writer.
|
StoreFile.Writer |
HMobStore.createDelFileWriterInTmp(Date date,
long maxKeyCount,
Compression.Algorithm compression,
byte[] startKey)
Creates the writer for the del file in temp directory.
|
StoreFile.Writer |
StripeMultiFileWriter.WriterFactory.createWriter() |
StoreFile.Writer |
HMobStore.createWriterInTmp(Date date,
long maxKeyCount,
Compression.Algorithm compression,
byte[] startKey)
Creates the writer for the mob file in temp directory.
|
StoreFile.Writer |
HStore.createWriterInTmp(long maxKeyCount,
Compression.Algorithm compression,
boolean isCompaction,
boolean includeMVCCReadpoint,
boolean includesTag) |
StoreFile.Writer |
Store.createWriterInTmp(long maxKeyCount,
Compression.Algorithm compression,
boolean isCompaction,
boolean includeMVCCReadpoint,
boolean includesTags) |
StoreFile.Writer |
HStore.createWriterInTmp(long maxKeyCount,
Compression.Algorithm compression,
boolean isCompaction,
boolean includeMVCCReadpoint,
boolean includesTag,
boolean shouldDropBehind) |
StoreFile.Writer |
Store.createWriterInTmp(long maxKeyCount,
Compression.Algorithm compression,
boolean isCompaction,
boolean includeMVCCReadpoint,
boolean includesTags,
boolean shouldDropBehind) |
StoreFile.Writer |
HMobStore.createWriterInTmp(MobFileName mobFileName,
org.apache.hadoop.fs.Path basePath,
long maxKeyCount,
Compression.Algorithm compression)
Creates the writer for the mob file in temp directory.
|
StoreFile.Writer |
HMobStore.createWriterInTmp(String date,
org.apache.hadoop.fs.Path basePath,
long maxKeyCount,
Compression.Algorithm compression,
byte[] startKey)
Creates the writer for the mob file in temp directory.
|
| Modifier and Type | Method and Description |
|---|---|
protected StoreFile.Writer |
DefaultCompactor.createTmpWriter(Compactor.FileDetails fd,
boolean shouldDropBehind)
Creates a writer for a new file in a temporary directory.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Compactor.appendMetadataAndCloseWriter(StoreFile.Writer writer,
Compactor.FileDetails fd,
boolean isMajor)
Appends the metadata and closes the writer.
|
Copyright © 2007–2016 Cloudera. All rights reserved.