Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.regionserver.compactions |
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 |
AbstractMultiFileWriter.WriterFactory.createWriter() |
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) |
StoreFile.Writer |
Store.createWriterInTmp(long maxKeyCount,
Compression.Algorithm compression,
boolean isCompaction,
boolean includeMVCCReadpoint,
boolean includesTags,
boolean shouldDropBehind) |
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,
TimeRangeTracker trt) |
StoreFile.Writer |
HStore.createWriterInTmp(long maxKeyCount,
Compression.Algorithm compression,
boolean isCompaction,
boolean includeMVCCReadpoint,
boolean includesTag,
boolean shouldDropBehind,
TimeRangeTracker trt) |
Modifier and Type | Method and Description |
---|---|
protected Collection<StoreFile.Writer> |
DateTieredMultiFileWriter.writers() |
protected abstract Collection<StoreFile.Writer> |
AbstractMultiFileWriter.writers() |
protected Collection<StoreFile.Writer> |
StripeMultiFileWriter.writers() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractMultiFileWriter.preCloseWriter(StoreFile.Writer writer)
Subclasses override this method to be called before we close the give writer.
|
protected void |
StripeMultiFileWriter.preCloseWriter(StoreFile.Writer writer) |
Modifier and Type | Method and Description |
---|---|
protected StoreFile.Writer |
Compactor.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 |
DefaultCompactor.abortWriter(StoreFile.Writer writer) |
protected List<org.apache.hadoop.fs.Path> |
DefaultCompactor.commitWriter(StoreFile.Writer writer,
Compactor.FileDetails fd,
CompactionRequest request) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.