withFalsePositiveRate

Sets the false positive rate for the filter. The default is 1%. Unrealistic values will cause filter creation to fail on #build() due to excessively short fingerprints or memory exhaustion. The filter becomes more space efficient than Bloom filters below ~0.02 (2%) .

Return

The builder interface

Parameters

fpp

false positive rate ( value is (expected %)/100 ) from 0-1 exclusive.