CernVM-FS
2.12.0
|
This is the complete list of members for MultiHash< Key, Value >, including all inherited members.
Clear() | MultiHash< Key, Value > | inline |
Erase(const Key &key) | MultiHash< Key, Value > | inline |
GetCollisionStats(uint64_t *num_collisions, uint32_t *max_collisions) | MultiHash< Key, Value > | inline |
GetSizes(uint32_t *sizes) | MultiHash< Key, Value > | inline |
hashmaps_ | MultiHash< Key, Value > | private |
Init(const uint8_t num_hashmaps, const Key &empty_key, uint32_t(*hasher)(const Key &key)) | MultiHash< Key, Value > | inline |
Insert(const Key &key, const Value &value) | MultiHash< Key, Value > | inline |
Lock(const uint8_t target) | MultiHash< Key, Value > | inlineprivate |
locks_ | MultiHash< Key, Value > | private |
Lookup(const Key &key, Value *value) | MultiHash< Key, Value > | inline |
MultiHash() | MultiHash< Key, Value > | inline |
num_hashmaps() const | MultiHash< Key, Value > | inline |
num_hashmaps_ | MultiHash< Key, Value > | private |
SelectHashmap(const Key &key) | MultiHash< Key, Value > | inlineprivate |
Unlock(const uint8_t target) | MultiHash< Key, Value > | inlineprivate |
~MultiHash() | MultiHash< Key, Value > | inline |