public class BloomIndexFileInfo extends Object implements Serializable
| Constructor and Description |
|---|
BloomIndexFileInfo(String fileId) |
BloomIndexFileInfo(String fileId,
String minRecordKey,
String maxRecordKey) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFileId() |
String |
getMaxRecordKey() |
String |
getMinRecordKey() |
int |
hashCode() |
boolean |
hasKeyRanges() |
boolean |
isKeyInRange(String recordKey)
Does the given key fall within the range (inclusive).
|
String |
toString() |
public BloomIndexFileInfo(String fileId, String minRecordKey, String maxRecordKey)
public BloomIndexFileInfo(String fileId)
public String getFileId()
public String getMinRecordKey()
public String getMaxRecordKey()
public boolean hasKeyRanges()
public boolean isKeyInRange(String recordKey)
Copyright © 2024 The Apache Software Foundation. All rights reserved.