Uses of Class
com.orientechnologies.orient.core.storage.index.hashindex.local.OHashTable.Entry
Packages that use OHashTable.Entry
Package
Description
-
Uses of OHashTable.Entry in com.orientechnologies.common.util
Fields in com.orientechnologies.common.util declared as OHashTable.EntryModifier and TypeFieldDescriptionstatic final OHashTable.Entry[]OCommonConst.EMPTY_BUCKET_ENTRY_ARRAY -
Uses of OHashTable.Entry in com.orientechnologies.orient.core.storage.index.hashindex.local
Methods in com.orientechnologies.orient.core.storage.index.hashindex.local that return OHashTable.EntryModifier and TypeMethodDescriptionOHashTable.Entry<K,V>[] OHashTable.ceilingEntries(K key) OHashTable.firstEntry()OHashTable.Entry<K,V>[] OHashTable.floorEntries(K key) OHashTable.Entry<K,V>[] OHashTable.higherEntries(K key) OHashTable.Entry<K,V>[] OHashTable.higherEntries(K key, int limit) OHashTable.lastEntry()OHashTable.Entry<K,V>[] OHashTable.lowerEntries(K key) -
Uses of OHashTable.Entry in com.orientechnologies.orient.core.storage.index.hashindex.local.v2
Methods in com.orientechnologies.orient.core.storage.index.hashindex.local.v2 that return OHashTable.EntryModifier and TypeMethodDescriptionOHashTable.Entry<K,V>[] LocalHashTableV2.ceilingEntries(K key) HashIndexBucketV2.find(K key, long hashCode, OEncryption encryption, OBinarySerializer<K> keySerializer, OBinarySerializer<V> valueSerializer) LocalHashTableV2.firstEntry()OHashTable.Entry<K,V>[] LocalHashTableV2.floorEntries(K key) HashIndexBucketV2.getEntry(int index, OEncryption encryption, OBinarySerializer<K> keySerializer, OBinarySerializer<V> valueSerializer) OHashTable.Entry<K,V>[] LocalHashTableV2.higherEntries(K key) OHashTable.Entry<K,V>[] LocalHashTableV2.higherEntries(K key, int limit) LocalHashTableV2.lastEntry()OHashTable.Entry<K,V>[] LocalHashTableV2.lowerEntries(K key) Methods in com.orientechnologies.orient.core.storage.index.hashindex.local.v2 that return types with arguments of type OHashTable.EntryModifier and TypeMethodDescriptionHashIndexBucketV2.iterator(int index, OBinarySerializer<K> keySerializer, OBinarySerializer<V> valueSerializer, OEncryption encryption) -
Uses of OHashTable.Entry in com.orientechnologies.orient.core.storage.index.hashindex.local.v3
Methods in com.orientechnologies.orient.core.storage.index.hashindex.local.v3 that return OHashTable.EntryModifier and TypeMethodDescriptionOHashTable.Entry<K,V>[] OLocalHashTableV3.ceilingEntries(K key) OLocalHashTableV3.firstEntry()OHashTable.Entry<K,V>[] OLocalHashTableV3.floorEntries(K key) OHashIndexBucket.getEntry(int index) OHashTable.Entry<K,V>[] OLocalHashTableV3.higherEntries(K key) OHashTable.Entry<K,V>[] OLocalHashTableV3.higherEntries(K key, int limit) OLocalHashTableV3.lastEntry()OHashTable.Entry<K,V>[] OLocalHashTableV3.lowerEntries(K key) Methods in com.orientechnologies.orient.core.storage.index.hashindex.local.v3 that return types with arguments of type OHashTable.Entry