public abstract static class HopScotchHashingAlgorithm.Monitor.Adapter extends Object implements HopScotchHashingAlgorithm.Monitor
HopScotchHashingAlgorithm.Monitor.Adapter| Constructor and Description |
|---|
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) |
public boolean placedAtFreedIndex(int intendedIndex,
long newHopBits,
long key,
int actualIndex)
placedAtFreedIndex in interface HopScotchHashingAlgorithm.Monitorpublic boolean placedAtFreeAndIntendedIndex(long key,
int index)
placedAtFreeAndIntendedIndex in interface HopScotchHashingAlgorithm.Monitorpublic boolean pushedToFreeIndex(int intendedIndex,
long oldHopBits,
long newHopBits,
int neighborIndex,
long key,
int fromIndex,
int toIndex)
pushedToFreeIndex in interface HopScotchHashingAlgorithm.Monitorpublic boolean pulledToFreeIndex(int intendedIndex,
long newHopBits,
long key,
int fromIndex,
int toIndex)
pulledToFreeIndex in interface HopScotchHashingAlgorithm.Monitorpublic boolean tableGrowing(int fromCapacity,
int currentSize)
tableGrowing in interface HopScotchHashingAlgorithm.Monitorpublic boolean tableGrew(int fromCapacity,
int toCapacity,
int currentSize)
tableGrew in interface HopScotchHashingAlgorithm.MonitorCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.