public class BloomFilterFileIndexFactory extends Object implements FileIndexerFactory
BloomFilterFileIndex
.Modifier and Type | Field and Description |
---|---|
static String |
BLOOM_FILTER |
Constructor and Description |
---|
BloomFilterFileIndexFactory() |
Modifier and Type | Method and Description |
---|---|
FileIndexer |
create(DataType type,
Options options) |
String |
identifier() |
public static final String BLOOM_FILTER
public String identifier()
identifier
in interface FileIndexerFactory
public FileIndexer create(DataType type, Options options)
create
in interface FileIndexerFactory
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.