Uses of Class
com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeValue
Packages that use OSBTreeValue
-
Uses of OSBTreeValue in com.orientechnologies.orient.core.storage.index.sbtree.local.v1
Fields in com.orientechnologies.orient.core.storage.index.sbtree.local.v1 declared as OSBTreeValueMethods in com.orientechnologies.orient.core.storage.index.sbtree.local.v1 that return OSBTreeValueModifier and TypeMethodDescriptionOSBTreeBucketV1.getValue(int entryIndex, boolean isEncrypted, OBinarySerializer<K> keySerializer, OBinarySerializer<V> valueSerializer) Obtains the value stored under the given entry index in this bucket.OSBTreeNullBucketV1.getValue(OBinarySerializer<V> valueSerializer) Constructors in com.orientechnologies.orient.core.storage.index.sbtree.local.v1 with parameters of type OSBTreeValueModifierConstructorDescriptionSBTreeEntry(long leftChild, long rightChild, K key, OSBTreeValue<V> value)