Class OHashTable.BucketSplitResult

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

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

    • updatedBucketPointer

      public final long updatedBucketPointer
    • newBucketPointer

      public final long newBucketPointer
    • newDepth

      public final int newDepth
  • Constructor Details

    • BucketSplitResult

      public BucketSplitResult(long updatedBucketPointer, long newBucketPointer, int newDepth)