Class OHashTable.BucketPath
java.lang.Object
com.orientechnologies.orient.core.storage.index.hashindex.local.OHashTable.BucketPath
- Enclosing interface:
OHashTable<K,V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intfinal intfinal intfinal intfinal intfinal OHashTable.BucketPath -
Constructor Summary
ConstructorsConstructorDescriptionBucketPath(OHashTable.BucketPath parent, int hashMapOffset, int itemIndex, int nodeIndex, int nodeLocalDepth, int nodeGlobalDepth) -
Method Summary
-
Field Details
-
parent
-
hashMapOffset
public final int hashMapOffset -
itemIndex
public final int itemIndex -
nodeIndex
public final int nodeIndex -
nodeGlobalDepth
public final int nodeGlobalDepth -
nodeLocalDepth
public final int nodeLocalDepth
-
-
Constructor Details
-
BucketPath
public BucketPath(OHashTable.BucketPath parent, int hashMapOffset, int itemIndex, int nodeIndex, int nodeLocalDepth, int nodeGlobalDepth)
-