| Package | Description |
|---|---|
| alluxio.client.file.cache.cuckoofilter |
| Modifier and Type | Method and Description |
|---|---|
TagPosition |
SimpleCuckooTable.deleteTag(int bucketIndex,
int tag) |
TagPosition |
CuckooTable.deleteTag(int bucketIndex,
int tag)
Delete a tag in specified bucket and return its position.
|
TagPosition |
SimpleCuckooTable.findTag(int bucketIndex,
int tag) |
TagPosition |
CuckooTable.findTag(int bucketIndex,
int tag)
Find a tag in specified bucket and return its position.
|
TagPosition |
SimpleCuckooTable.findTag(int bucketIndex1,
int bucketIndex2,
int tag) |
TagPosition |
CuckooTable.findTag(int bucketIndex1,
int bucketIndex2,
int tag)
Find a tag in specified two buckets and return its position.
|
Copyright © 2022. All Rights Reserved.