Uses of Class
com.orientechnologies.orient.core.index.OIndexMultiValues
Packages that use OIndexMultiValues
Package
Description
-
Uses of OIndexMultiValues in com.orientechnologies.orient.core.index
Subclasses of OIndexMultiValues in com.orientechnologies.orient.core.indexModifier and TypeClassDescriptionclassDeprecated.classIndex implementation that allows multiple values for the same key.Methods in com.orientechnologies.orient.core.index that return OIndexMultiValuesModifier and TypeMethodDescriptionOIndexFullText.create(OIndexMetadata metadata, boolean rebuild, OProgressListener progressListener) Deprecated.OIndexMultiValues.put(Object key, OIdentifiable singleValue) -
Uses of OIndexMultiValues in com.orientechnologies.orient.core.index.iterator
Constructors in com.orientechnologies.orient.core.index.iterator with parameters of type OIndexMultiValuesModifierConstructorDescriptionPureTxMultiValueBetweenIndexBackwardSplititerator(OIndexMultiValues oIndexTxAwareMultiValue, Object fromKey, boolean fromInclusive, Object toKey, boolean toInclusive, OTransactionIndexChanges indexChanges) PureTxMultiValueBetweenIndexForwardSpliterator(OIndexMultiValues index, Object fromKey, boolean fromInclusive, Object toKey, boolean toInclusive, OTransactionIndexChanges indexChanges)