Class OHashTable.BucketSplitResult
java.lang.Object
com.orientechnologies.orient.core.storage.index.hashindex.local.OHashTable.BucketSplitResult
- Enclosing interface:
OHashTable<K,V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal longfinal intfinal long -
Constructor Summary
ConstructorsConstructorDescriptionBucketSplitResult(long updatedBucketPointer, long newBucketPointer, int newDepth) -
Method Summary
-
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)
-