public class FilterFactory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static IFilter |
AlwaysPresent |
| Constructor and Description |
|---|
FilterFactory() |
| Modifier and Type | Method and Description |
|---|---|
static IFilter |
getFilter(long numElements,
double maxFalsePosProbability) |
static IFilter |
getFilter(long numElements,
int targetBucketsPerElem) |
public static final IFilter AlwaysPresent
public static IFilter getFilter(long numElements, int targetBucketsPerElem)
public static IFilter getFilter(long numElements, double maxFalsePosProbability)
Copyright © 2009-2020 The Apache Software Foundation