public class BloomFilterDef extends Object
Constructor and Description |
---|
BloomFilterDef(int numBytes,
boolean local,
String probeField,
String buildField) |
Modifier and Type | Method and Description |
---|---|
String |
getBuildField() |
Double |
getLeftNDV() |
int |
getNumBytes() |
String |
getProbeField() |
Double |
getRightNDV() |
boolean |
isLocal() |
void |
setLeftNDV(Double leftNDV) |
void |
setLocal(boolean local) |
void |
setRightNDV(Double rightNDV) |
String |
toString() |
public int getNumBytes()
public boolean isLocal()
public void setLocal(boolean local)
public String getProbeField()
public Double getLeftNDV()
public void setLeftNDV(Double leftNDV)
public Double getRightNDV()
public void setRightNDV(Double rightNDV)
public String getBuildField()
Copyright © 1970 The Apache Software Foundation. All rights reserved.