java.lang.Object
com.orientechnologies.orient.core.storage.index.hashindex.local.OHashTable.BucketPath
Enclosing interface:
OHashTable<K,V>

public static final class OHashTable.BucketPath extends Object
  • Field Details

    • parent

      public final OHashTable.BucketPath 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)