public class BitmapFileIndex extends Object implements FileIndexer
Modifier and Type | Field and Description |
---|---|
static int |
VERSION_1 |
LOG
Constructor and Description |
---|
BitmapFileIndex(DataType dataType,
Options options) |
Modifier and Type | Method and Description |
---|---|
FileIndexReader |
createReader(SeekableInputStream seekableInputStream,
int start,
int length) |
FileIndexWriter |
createWriter() |
static java.util.function.Function<Object,Object> |
getValueMapper(DataType dataType) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create
public static final int VERSION_1
public FileIndexWriter createWriter()
createWriter
in interface FileIndexer
public FileIndexReader createReader(SeekableInputStream seekableInputStream, int start, int length)
createReader
in interface FileIndexer
public static java.util.function.Function<Object,Object> getValueMapper(DataType dataType)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.