public class PageFileFooterOutput extends Object implements DataOutput
Modifier and Type | Field and Description |
---|---|
static int |
FOOTER_LENGTH_IN_BYTES |
Constructor and Description |
---|
PageFileFooterOutput(List<Long> stripeOffsets,
HiveCompressionCodec compressionCodec) |
Modifier and Type | Method and Description |
---|---|
static PageFileFooterOutput |
createEmptyPageFileFooterOutput() |
long |
size() |
void |
writeData(io.airlift.slice.SliceOutput sliceOutput) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createDataOutput
public static final int FOOTER_LENGTH_IN_BYTES
public PageFileFooterOutput(List<Long> stripeOffsets, HiveCompressionCodec compressionCodec)
public long size()
size
in interface DataOutput
public void writeData(io.airlift.slice.SliceOutput sliceOutput)
writeData
in interface DataOutput
public static PageFileFooterOutput createEmptyPageFileFooterOutput()
Copyright © 2012–2022. All rights reserved.