Uses of Interface
com.orientechnologies.orient.core.index.OIndexCursor
Packages that use OIndexCursor
Package
Description
-
Uses of OIndexCursor in com.orientechnologies.orient.core.index
Classes in com.orientechnologies.orient.core.index that implement OIndexCursorMethods in com.orientechnologies.orient.core.index that return OIndexCursorModifier and TypeMethodDescriptionOIndex.cursor()Deprecated.OIndexAbstract.cursor()Deprecated.OIndexRemote.cursor()OIndex.descCursor()Deprecated.Useindex.getInternal().descStream()instead.OIndexAbstract.descCursor()Deprecated.OIndexRemote.descCursor()OIndex.iterateEntries(Collection<?> keys, boolean ascSortOrder) Deprecated.UseOIndexInternal.streamEntries(Collection, boolean)instead.OIndexAbstract.iterateEntries(Collection<?> keys, boolean ascSortOrder) Deprecated.OIndexRemote.iterateEntries(Collection<?> keys, boolean ascSortOrder) OIndex.iterateEntriesBetween(Object fromKey, boolean fromInclusive, Object toKey, boolean toInclusive, boolean ascOrder) Deprecated.OIndexAbstract.iterateEntriesBetween(Object fromKey, boolean fromInclusive, Object toKey, boolean toInclusive, boolean ascOrder) Deprecated.OIndexRemote.iterateEntriesBetween(Object fromKey, boolean fromInclusive, Object toKey, boolean toInclusive, boolean ascOrder) OIndex.iterateEntriesMajor(Object fromKey, boolean fromInclusive, boolean ascOrder) Deprecated.OIndexAbstract.iterateEntriesMajor(Object fromKey, boolean fromInclusive, boolean ascOrder) Deprecated.OIndexRemote.iterateEntriesMajor(Object fromKey, boolean fromInclusive, boolean ascOrder) OIndex.iterateEntriesMinor(Object toKey, boolean toInclusive, boolean ascOrder) Deprecated.OIndexAbstract.iterateEntriesMinor(Object toKey, boolean toInclusive, boolean ascOrder) Deprecated.OIndexRemote.iterateEntriesMinor(Object toKey, boolean toInclusive, boolean ascOrder) -
Uses of OIndexCursor in com.orientechnologies.orient.core.index.iterator
Classes in com.orientechnologies.orient.core.index.iterator that implement OIndexCursor -
Uses of OIndexCursor in com.orientechnologies.orient.core.sql
Methods in com.orientechnologies.orient.core.sql that return OIndexCursorModifier and TypeMethodDescriptionOChainedIndexProxy.cursor()OChainedIndexProxy.descCursor()OChainedIndexProxy.iterateEntries(Collection<?> keys, boolean ascSortOrder) OChainedIndexProxy.iterateEntriesBetween(Object fromKey, boolean fromInclusive, Object toKey, boolean toInclusive, boolean ascOrder) OChainedIndexProxy.iterateEntriesMajor(Object fromKey, boolean fromInclusive, boolean ascOrder) OChainedIndexProxy.iterateEntriesMinor(Object toKey, boolean toInclusive, boolean ascOrder)
index.getInternal().stream()instead.