public static interface HopScotchHashingAlgorithm.Monitor
HopScotchHashingAlgorithm changes the items in a Table.| Modifier and Type | Interface and Description |
|---|---|
static class |
HopScotchHashingAlgorithm.Monitor.Adapter |
| Modifier and Type | Method and Description |
|---|---|
boolean |
placedAtFreeAndIntendedIndex(long key,
int index) |
boolean |
placedAtFreedIndex(int intendedIndex,
long newHopBits,
long key,
int actualIndex) |
boolean |
pulledToFreeIndex(int intendedIndex,
long newHopBits,
long key,
int fromIndex,
int toIndex) |
boolean |
pushedToFreeIndex(int intendedIndex,
long oldHopBits,
long newHopBits,
int neighborIndex,
long key,
int fromIndex,
int toIndex) |
boolean |
tableGrew(int fromCapacity,
int toCapacity,
int currentSize) |
boolean |
tableGrowing(int fromCapacity,
int currentSize) |
boolean tableGrowing(int fromCapacity,
int currentSize)
boolean tableGrew(int fromCapacity,
int toCapacity,
int currentSize)
boolean placedAtFreeAndIntendedIndex(long key,
int index)
boolean pushedToFreeIndex(int intendedIndex,
long oldHopBits,
long newHopBits,
int neighborIndex,
long key,
int fromIndex,
int toIndex)
boolean placedAtFreedIndex(int intendedIndex,
long newHopBits,
long key,
int actualIndex)
boolean pulledToFreeIndex(int intendedIndex,
long newHopBits,
long key,
int fromIndex,
int toIndex)
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.