private class CompoundBloomFilterWriter.MetaWriter extends Object implements org.apache.hadoop.io.Writable
| Modifier | Constructor and Description |
|---|---|
protected |
MetaWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
readFields(DataInput in) |
void |
write(DataOutput out)
This is modeled after
CompoundBloomFilterWriter.MetaWriter for simplicity,
although the two metadata formats do not have to be consistent. |
protected MetaWriter()
public void readFields(DataInput in) throws IOException
readFields in interface org.apache.hadoop.io.WritableIOExceptionpublic void write(DataOutput out) throws IOException
CompoundBloomFilterWriter.MetaWriter for simplicity,
although the two metadata formats do not have to be consistent. This
does have to be consistent with how CompoundBloomFilter.CompoundBloomFilter(DataInput,
org.apache.hadoop.hbase.io.hfile.HFile.Reader) reads fields.write in interface org.apache.hadoop.io.WritableIOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.