Package org.apache.hadoop.hbase.io.hfile
Class CompoundBloomFilterWriter.MetaWriter
java.lang.Object
org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterWriter.MetaWriter
- All Implemented Interfaces:
org.apache.hadoop.io.Writable
- Enclosing class:
- CompoundBloomFilterWriter
private class CompoundBloomFilterWriter.MetaWriter
extends Object
implements org.apache.hadoop.io.Writable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
readFields
(DataInput in) void
write
(DataOutput out) This is modeled afterCompoundBloomFilterWriter.MetaWriter
for simplicity, although the two metadata formats do not have to be consistent.
-
Constructor Details
-
MetaWriter
protected MetaWriter()
-
-
Method Details
-
readFields
- Specified by:
readFields
in interfaceorg.apache.hadoop.io.Writable
- Throws:
IOException
-
write
This is modeled afterCompoundBloomFilterWriter.MetaWriter
for simplicity, although the two metadata formats do not have to be consistent. This does have to be consistent with howCompoundBloomFilter(DataInput, org.apache.hadoop.hbase.io.hfile.HFile.Reader, BloomFilterMetrics)
reads fields.- Specified by:
write
in interfaceorg.apache.hadoop.io.Writable
- Throws:
IOException
-