public static interface MemoryOpenHashTable.BucketCopyHandler
| Modifier and Type | Method and Description |
|---|---|
void |
bucketCopied(int oldBucket,
int newBucket,
MemoryOpenHashTable oldTable,
MemoryOpenHashTable newTable)
Indicates that "oldBucket" in "oldTable" was copied to "newBucket" in "newTable".
|
void bucketCopied(int oldBucket,
int newBucket,
MemoryOpenHashTable oldTable,
MemoryOpenHashTable newTable)
oldBucket - old bucket numbernewBucket - new bucket numberoldTable - old tablenewTable - new tableCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.