Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver |
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) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.