The multithread-supported bucket. More...
Public Member Functions | |
| void | lock () |
| lock this bucket | |
| void | unlock () |
| unlock this bucket | |
| void | duplicatedInsert (NPJTuplePtr tp) |
| Insert a tuple, allowing key duplication. More... | |
| size_t | probeTuple (NPJTuplePtr tp) |
| probe one tuple, just on the bucket | |
The multithread-supported bucket.
| void MtBucket::duplicatedInsert | ( | NPJTuplePtr | tp | ) |
Insert a tuple, allowing key duplication.
| tp | The tuple |