public class Footer extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ENCODED_LENGTH |
Modifier and Type | Method and Description |
---|---|
BloomFilterHandle |
getBloomFilterHandle() |
BlockHandle |
getIndexBlockHandle() |
static Footer |
readFooter(MemorySliceInput sliceInput) |
static MemorySlice |
writeFooter(Footer footer) |
static void |
writeFooter(Footer footer,
MemorySliceOutput sliceOutput) |
public static final int ENCODED_LENGTH
@Nullable public BloomFilterHandle getBloomFilterHandle()
public BlockHandle getIndexBlockHandle()
public static Footer readFooter(MemorySliceInput sliceInput) throws IOException
IOException
public static MemorySlice writeFooter(Footer footer)
public static void writeFooter(Footer footer, MemorySliceOutput sliceOutput)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.