Package | Description |
---|---|
org.apache.hadoop.hbase.mapreduce |
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Field and Description |
---|---|
(package private) StoreFile.Writer |
HFileOutputFormat2.WriterLength.writer |
Modifier and Type | Field and Description |
---|---|
private StoreFile.Writer |
StripeMultiFileWriter.BoundaryMultiWriter.currentWriter |
private StoreFile.Writer |
StripeMultiFileWriter.SizeMultiWriter.currentWriter |
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 |
StripeMultiFileWriter.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) |
Modifier and Type | Method and Description |
---|---|
protected void |
StoreFlusher.finalizeWriter(StoreFile.Writer writer,
long cacheFlushSeqNum,
MonitoredTask status) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.