Uses of Class
com.orientechnologies.common.util.ORawPair
Packages that use ORawPair
Package
Description
Contains the Storage interface and the basic implementations.
Contains all the class involved on the "local" implementation of the OStorage interface.
-
Uses of ORawPair in com.orientechnologies.lucene.collections
Methods in com.orientechnologies.lucene.collections that return types with arguments of type ORawPairModifier and TypeMethodDescriptionLuceneIndexTransformer.transformToStream(OLuceneResultSet resultSet, Object key) -
Uses of ORawPair in com.orientechnologies.lucene.engine
Methods in com.orientechnologies.lucene.engine that return types with arguments of type ORawPairModifier and TypeMethodDescriptionOLuceneCrossClassIndexEngine.descStream(IndexEngineValuesTransformer valuesTransformer) OLuceneIndexEngineAbstract.descStream(IndexEngineValuesTransformer valuesTransformer) OLuceneCrossClassIndexEngine.iterateEntriesBetween(Object rangeFrom, boolean fromInclusive, Object rangeTo, boolean toInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OLuceneFullTextIndexEngine.iterateEntriesBetween(Object rangeFrom, boolean fromInclusive, Object rangeTo, boolean toInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OLuceneCrossClassIndexEngine.iterateEntriesMajor(Object fromKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OLuceneFullTextIndexEngine.iterateEntriesMajor(Object fromKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OLuceneCrossClassIndexEngine.iterateEntriesMinor(Object toKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OLuceneFullTextIndexEngine.iterateEntriesMinor(Object toKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OLuceneCrossClassIndexEngine.stream(IndexEngineValuesTransformer valuesTransformer) OLuceneIndexEngineAbstract.stream(IndexEngineValuesTransformer valuesTransformer) -
Uses of ORawPair in com.orientechnologies.lucene.index
Methods in com.orientechnologies.lucene.index that return types with arguments of type ORawPairModifier and TypeMethodDescriptionOLuceneIndexNotUnique.descStream()OLuceneIndexNotUnique.stream()OLuceneIndexNotUnique.streamEntries(Collection<?> keys, boolean ascSortOrder) OLuceneIndexNotUnique.streamEntriesBetween(Object fromKey, boolean fromInclusive, Object toKey, boolean toInclusive, boolean ascOrder) OLuceneIndexNotUnique.streamEntriesMajor(Object fromKey, boolean fromInclusive, boolean ascOrder) OLuceneIndexNotUnique.streamEntriesMinor(Object toKey, boolean toInclusive, boolean ascOrder) -
Uses of ORawPair in com.orientechnologies.orient.client.remote.message
Methods in com.orientechnologies.orient.client.remote.message that return ORawPairMethods in com.orientechnologies.orient.client.remote.message with parameters of type ORawPairModifier and TypeMethodDescriptionstatic voidOMessageHelper.writeClustersArray(OChannelDataOutput channel, ORawPair<String[], int[]> clusters, int protocolVersion) -
Uses of ORawPair in com.orientechnologies.orient.core.index
Methods in com.orientechnologies.orient.core.index that return ORawPairModifier and TypeMethodDescriptionOIndexOneValue.calculateTxIndexEntry(Object key, ORID backendValue, OTransactionIndexChanges indexChanges) Methods in com.orientechnologies.orient.core.index that return types with arguments of type ORawPairModifier and TypeMethodDescriptionIndexStreamSecurityDecorator.decorateStream(OIndex originalIndex, Stream<ORawPair<Object, ORID>> stream) OIndexInternal.descStream()OIndexMultiValues.descStream()OIndexOneValue.descStream()OIndexInternal.stream()OIndexMultiValues.stream()OIndexOneValue.stream()OIndexInternal.streamEntries(Collection<?> keys, boolean ascSortOrder) Returns stream which presents data associated with passed in keys.OIndexMultiValues.streamEntries(Collection<?> keys, boolean ascSortOrder) OIndexOneValue.streamEntries(Collection<?> keys, boolean ascSortOrder) OIndexInternal.streamEntriesBetween(Object fromKey, boolean fromInclusive, Object toKey, boolean toInclusive, boolean ascOrder) Returns stream which presents subset of index data between passed in keys.OIndexMultiValues.streamEntriesBetween(Object fromKey, boolean fromInclusive, Object toKey, boolean toInclusive, boolean ascOrder) OIndexOneValue.streamEntriesBetween(Object fromKey, boolean fromInclusive, Object toKey, boolean toInclusive, boolean ascOrder) OIndexInternal.streamEntriesMajor(Object fromKey, boolean fromInclusive, boolean ascOrder) Returns stream which presents subset of data which associated with key which is greater than passed in key.OIndexMultiValues.streamEntriesMajor(Object fromKey, boolean fromInclusive, boolean ascOrder) OIndexOneValue.streamEntriesMajor(Object fromKey, boolean fromInclusive, boolean ascOrder) OIndexInternal.streamEntriesMinor(Object toKey, boolean toInclusive, boolean ascOrder) Returns stream which presents subset of data which associated with key which is less than passed in key.OIndexMultiValues.streamEntriesMinor(Object toKey, boolean toInclusive, boolean ascOrder) OIndexOneValue.streamEntriesMinor(Object toKey, boolean toInclusive, boolean ascOrder) Method parameters in com.orientechnologies.orient.core.index with type arguments of type ORawPair -
Uses of ORawPair in com.orientechnologies.orient.core.index.comparator
Methods in com.orientechnologies.orient.core.index.comparator with parameters of type ORawPair -
Uses of ORawPair in com.orientechnologies.orient.core.index.engine
Methods in com.orientechnologies.orient.core.index.engine that return types with arguments of type ORawPairModifier and TypeMethodDescriptionOBaseIndexEngine.descStream(IndexEngineValuesTransformer valuesTransformer) OBaseIndexEngine.iterateEntriesBetween(Object rangeFrom, boolean fromInclusive, Object rangeTo, boolean toInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OBaseIndexEngine.iterateEntriesMajor(Object fromKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OBaseIndexEngine.iterateEntriesMinor(Object toKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OBaseIndexEngine.stream(IndexEngineValuesTransformer valuesTransformer) -
Uses of ORawPair in com.orientechnologies.orient.core.index.engine.v1
Methods in com.orientechnologies.orient.core.index.engine.v1 that return types with arguments of type ORawPairModifier and TypeMethodDescriptionOCellBTreeMultiValueIndexEngine.descStream(IndexEngineValuesTransformer valuesTransformer) OCellBTreeSingleValueIndexEngine.descStream(IndexEngineValuesTransformer valuesTransformer) OCellBTreeMultiValueIndexEngine.iterateEntriesBetween(Object rangeFrom, boolean fromInclusive, Object rangeTo, boolean toInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OCellBTreeSingleValueIndexEngine.iterateEntriesBetween(Object rangeFrom, boolean fromInclusive, Object rangeTo, boolean toInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OCellBTreeMultiValueIndexEngine.iterateEntriesMajor(Object fromKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OCellBTreeSingleValueIndexEngine.iterateEntriesMajor(Object fromKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OCellBTreeMultiValueIndexEngine.iterateEntriesMinor(Object toKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OCellBTreeSingleValueIndexEngine.iterateEntriesMinor(Object toKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OCellBTreeMultiValueIndexEngine.stream(IndexEngineValuesTransformer valuesTransformer) OCellBTreeSingleValueIndexEngine.stream(IndexEngineValuesTransformer valuesTransformer) -
Uses of ORawPair in com.orientechnologies.orient.core.index.iterator
Methods in com.orientechnologies.orient.core.index.iterator that return types with arguments of type ORawPairModifier and TypeMethodDescriptionComparator<? super ORawPair<Object,ORID>> PureTxBetweenIndexBackwardSpliterator.getComparator()Comparator<? super ORawPair<Object,ORID>> PureTxBetweenIndexForwardSpliterator.getComparator()Comparator<? super ORawPair<Object,ORID>> PureTxMultiValueBetweenIndexBackwardSplititerator.getComparator()Comparator<? super ORawPair<Object,ORID>> PureTxMultiValueBetweenIndexForwardSpliterator.getComparator()PureTxBetweenIndexBackwardSpliterator.trySplit()PureTxBetweenIndexForwardSpliterator.trySplit()PureTxMultiValueBetweenIndexBackwardSplititerator.trySplit()PureTxMultiValueBetweenIndexForwardSpliterator.trySplit()Method parameters in com.orientechnologies.orient.core.index.iterator with type arguments of type ORawPairModifier and TypeMethodDescriptionbooleanPureTxBetweenIndexBackwardSpliterator.tryAdvance(Consumer<? super ORawPair<Object, ORID>> action) booleanPureTxBetweenIndexForwardSpliterator.tryAdvance(Consumer<? super ORawPair<Object, ORID>> action) booleanPureTxMultiValueBetweenIndexBackwardSplititerator.tryAdvance(Consumer<? super ORawPair<Object, ORID>> action) booleanPureTxMultiValueBetweenIndexForwardSpliterator.tryAdvance(Consumer<? super ORawPair<Object, ORID>> action) Constructor parameters in com.orientechnologies.orient.core.index.iterator with type arguments of type ORawPair -
Uses of ORawPair in com.orientechnologies.orient.core.sharding.auto
Methods in com.orientechnologies.orient.core.sharding.auto that return types with arguments of type ORawPairModifier and TypeMethodDescriptionOAutoShardingIndexEngine.descStream(IndexEngineValuesTransformer valuesTransformer) OAutoShardingIndexEngine.iterateEntriesBetween(Object rangeFrom, boolean fromInclusive, Object rangeTo, boolean toInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OAutoShardingIndexEngine.iterateEntriesMajor(Object fromKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OAutoShardingIndexEngine.iterateEntriesMinor(Object toKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OAutoShardingIndexEngine.stream(IndexEngineValuesTransformer valuesTransformer) -
Uses of ORawPair in com.orientechnologies.orient.core.sql.executor
Methods in com.orientechnologies.orient.core.sql.executor that return types with arguments of type ORawPairModifier and TypeMethodDescriptionOAllIndexStream.start(OCommandContext ctx) OBetweenIndexStream.start(OCommandContext ctx) OExactIndexStream.start(OCommandContext ctx) OIndexStream.start(OCommandContext ctx) OMajorIndexStream.start(OCommandContext ctx) OMinorIndexStream.start(OCommandContext ctx) ONullIndexStream.start(OCommandContext ctx) -
Uses of ORawPair in com.orientechnologies.orient.core.storage
Methods in com.orientechnologies.orient.core.storage that return types with arguments of type ORawPairModifier and TypeMethodDescriptionOStorage.getIndexDescStream(int indexId, IndexEngineValuesTransformer valuesTransformer) OStorage.getIndexStream(int indexId, IndexEngineValuesTransformer valuesTransformer) OStorage.iterateIndexEntriesBetween(int indexId, Object rangeFrom, boolean fromInclusive, Object rangeTo, boolean toInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OStorage.iterateIndexEntriesMajor(int indexId, Object fromKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OStorage.iterateIndexEntriesMinor(int indexId, Object toKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) -
Uses of ORawPair in com.orientechnologies.orient.core.storage.cache.local
Methods in com.orientechnologies.orient.core.storage.cache.local that return ORawPair -
Uses of ORawPair in com.orientechnologies.orient.core.storage.fs
Method parameters in com.orientechnologies.orient.core.storage.fs with type arguments of type ORawPair -
Uses of ORawPair in com.orientechnologies.orient.core.storage.impl.local
Methods in com.orientechnologies.orient.core.storage.impl.local that return types with arguments of type ORawPairModifier and TypeMethodDescriptionOAbstractPaginatedStorage.getIndexDescStream(int indexId, IndexEngineValuesTransformer valuesTransformer) OAbstractPaginatedStorage.getIndexStream(int indexId, IndexEngineValuesTransformer valuesTransformer) OAbstractPaginatedStorage.iterateIndexEntriesBetween(int indexId, Object rangeFrom, boolean fromInclusive, Object rangeTo, boolean toInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OAbstractPaginatedStorage.iterateIndexEntriesMajor(int indexId, Object fromKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OAbstractPaginatedStorage.iterateIndexEntriesMinor(int indexId, Object toKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) -
Uses of ORawPair in com.orientechnologies.orient.core.storage.index.engine
Methods in com.orientechnologies.orient.core.storage.index.engine that return types with arguments of type ORawPairModifier and TypeMethodDescriptionOHashTableIndexEngine.descStream(IndexEngineValuesTransformer valuesTransformer) ORemoteIndexEngine.descStream(IndexEngineValuesTransformer valuesTransformer) OSBTreeIndexEngine.descStream(IndexEngineValuesTransformer valuesTransformer) OHashTableIndexEngine.iterateEntriesBetween(Object rangeFrom, boolean fromInclusive, Object rangeTo, boolean toInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) ORemoteIndexEngine.iterateEntriesBetween(Object rangeFrom, boolean fromInclusive, Object rangeTo, boolean toInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OSBTreeIndexEngine.iterateEntriesBetween(Object rangeFrom, boolean fromInclusive, Object rangeTo, boolean toInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OHashTableIndexEngine.iterateEntriesMajor(Object fromKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) ORemoteIndexEngine.iterateEntriesMajor(Object fromKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OSBTreeIndexEngine.iterateEntriesMajor(Object fromKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OHashTableIndexEngine.iterateEntriesMinor(Object toKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) ORemoteIndexEngine.iterateEntriesMinor(Object toKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OSBTreeIndexEngine.iterateEntriesMinor(Object toKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OHashTableIndexEngine.stream(IndexEngineValuesTransformer valuesTransformer) ORemoteIndexEngine.stream(IndexEngineValuesTransformer valuesTransformer) OSBTreeIndexEngine.stream(IndexEngineValuesTransformer valuesTransformer) -
Uses of ORawPair in com.orientechnologies.orient.core.storage.index.sbtree.local
Methods in com.orientechnologies.orient.core.storage.index.sbtree.local that return types with arguments of type ORawPairModifier and TypeMethodDescriptionOSBTree.iterateEntriesBetween(K keyFrom, boolean fromInclusive, K keyTo, boolean toInclusive, boolean ascSortOrder) OSBTree.iterateEntriesMajor(K key, boolean inclusive, boolean ascSortOrder) OSBTree.iterateEntriesMinor(K key, boolean inclusive, boolean ascSortOrder) -
Uses of ORawPair in com.orientechnologies.orient.core.storage.index.sbtree.local.v1
Methods in com.orientechnologies.orient.core.storage.index.sbtree.local.v1 that return types with arguments of type ORawPairModifier and TypeMethodDescriptionOSBTreeV1.iterateEntriesBetween(K keyFrom, boolean fromInclusive, K keyTo, boolean toInclusive, boolean ascSortOrder) OSBTreeV1.iterateEntriesMajor(K key, boolean inclusive, boolean ascSortOrder) OSBTreeV1.iterateEntriesMinor(K key, boolean inclusive, boolean ascSortOrder) -
Uses of ORawPair in com.orientechnologies.orient.core.storage.index.sbtree.local.v2
Methods in com.orientechnologies.orient.core.storage.index.sbtree.local.v2 that return types with arguments of type ORawPairModifier and TypeMethodDescriptionOSBTreeV2.iterateEntriesBetween(K keyFrom, boolean fromInclusive, K keyTo, boolean toInclusive, boolean ascSortOrder) OSBTreeV2.iterateEntriesMajor(K key, boolean inclusive, boolean ascSortOrder) OSBTreeV2.iterateEntriesMinor(K key, boolean inclusive, boolean ascSortOrder) -
Uses of ORawPair in com.orientechnologies.orient.core.storage.index.sbtree.multivalue
Methods in com.orientechnologies.orient.core.storage.index.sbtree.multivalue that return types with arguments of type ORawPairModifier and TypeMethodDescriptionOCellBTreeMultiValue.iterateEntriesBetween(K keyFrom, boolean fromInclusive, K keyTo, boolean toInclusive, boolean ascSortOrder) OCellBTreeMultiValue.iterateEntriesMajor(K key, boolean inclusive, boolean ascSortOrder) OCellBTreeMultiValue.iterateEntriesMinor(K key, boolean inclusive, boolean ascSortOrder) -
Uses of ORawPair in com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v2
Methods in com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v2 that return types with arguments of type ORawPairModifier and TypeMethodDescriptionCellBTreeMultiValueV2.iterateEntriesBetween(K keyFrom, boolean fromInclusive, K keyTo, boolean toInclusive, boolean ascSortOrder) CellBTreeMultiValueV2.iterateEntriesMajor(K key, boolean inclusive, boolean ascSortOrder) CellBTreeMultiValueV2.iterateEntriesMinor(K key, boolean inclusive, boolean ascSortOrder) -
Uses of ORawPair in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue
Methods in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue that return types with arguments of type ORawPairModifier and TypeMethodDescriptionOCellBTreeSingleValue.allEntries()OCellBTreeSingleValue.iterateEntriesBetween(K keyFrom, boolean fromInclusive, K keyTo, boolean toInclusive, boolean ascSortOrder) OCellBTreeSingleValue.iterateEntriesMajor(K key, boolean inclusive, boolean ascSortOrder) OCellBTreeSingleValue.iterateEntriesMinor(K key, boolean inclusive, boolean ascSortOrder) -
Uses of ORawPair in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v1
Methods in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v1 that return types with arguments of type ORawPairModifier and TypeMethodDescriptionCellBTreeSingleValueV1.allEntries()CellBTreeSingleValueV1.iterateEntriesBetween(K keyFrom, boolean fromInclusive, K keyTo, boolean toInclusive, boolean ascSortOrder) CellBTreeSingleValueV1.iterateEntriesMajor(K key, boolean inclusive, boolean ascSortOrder) CellBTreeSingleValueV1.iterateEntriesMinor(K key, boolean inclusive, boolean ascSortOrder) -
Uses of ORawPair in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v3
Methods in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v3 that return types with arguments of type ORawPairModifier and TypeMethodDescriptionCellBTreeSingleValueV3.allEntries()Comparator<? super ORawPair<K,ORID>> SpliteratorBackward.getComparator()CellBTreeSingleValueV3.iterateEntriesBetween(K keyFrom, boolean fromInclusive, K keyTo, boolean toInclusive, boolean ascSortOrder) CellBTreeSingleValueV3.iterateEntriesMajor(K key, boolean inclusive, boolean ascSortOrder) CellBTreeSingleValueV3.iterateEntriesMinor(K key, boolean inclusive, boolean ascSortOrder) SpliteratorBackward.trySplit()Method parameters in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v3 with type arguments of type ORawPairModifier and TypeMethodDescriptionvoidSpliteratorBackward.setCacheIterator(Iterator<ORawPair<K, ORID>> cacheIterator) booleanSpliteratorBackward.tryAdvance(Consumer<? super ORawPair<K, ORID>> action) -
Uses of ORawPair in com.orientechnologies.orient.core.storage.index.sbtreebonsai.global.btree
Methods in com.orientechnologies.orient.core.storage.index.sbtreebonsai.global.btree that return types with arguments of type ORawPairModifier and TypeMethodDescriptionComparator<? super ORawPair<EdgeKey,Integer>> SpliteratorBackward.getComparator()SpliteratorBackward.getDataCache()BTree.iterateEntriesBetween(EdgeKey keyFrom, boolean fromInclusive, EdgeKey keyTo, boolean toInclusive, boolean ascSortOrder) BTree.iterateEntriesMajor(EdgeKey key, boolean inclusive, boolean ascSortOrder) BTree.iterateEntriesMinor(EdgeKey key, boolean inclusive, boolean ascSortOrder) SpliteratorBackward.trySplit()Method parameters in com.orientechnologies.orient.core.storage.index.sbtreebonsai.global.btree with type arguments of type ORawPairModifier and TypeMethodDescriptionbooleanSpliteratorBackward.tryAdvance(Consumer<? super ORawPair<EdgeKey, Integer>> action) -
Uses of ORawPair in com.orientechnologies.orient.core.storage.index.sbtreebonsai.local
Method parameters in com.orientechnologies.orient.core.storage.index.sbtreebonsai.local with type arguments of type ORawPairModifier and TypeMethodDescriptionvoidOSBTreeBonsaiLocal.forEachItem(OBonsaiBucketPointer rootBucketPointer, Consumer<ORawPair<K, V>> consumer) -
Uses of ORawPair in com.orientechnologies.orient.core.transaction
Methods in com.orientechnologies.orient.core.transaction that return types with arguments of type ORawPairModifier and TypeMethodDescriptionOTransactionSequenceManager.nextDDL()As today DDLs are not atomic, so we used two sequential for pre-operation and post operation to assert that the DDL was completed, as soon as DDLs will be atomic we can revert to a single sequential -
Uses of ORawPair in com.orientechnologies.orient.server.distributed
Methods in com.orientechnologies.orient.server.distributed that return types with arguments of type ORawPair -
Uses of ORawPair in com.orientechnologies.orient.server.distributed.impl
Methods in com.orientechnologies.orient.server.distributed.impl that return types with arguments of type ORawPair -
Uses of ORawPair in com.orientechnologies.spatial.engine
Methods in com.orientechnologies.spatial.engine that return types with arguments of type ORawPairModifier and TypeMethodDescriptionOLuceneSpatialIndexEngineDelegator.descStream(IndexEngineValuesTransformer valuesTransformer) OLuceneSpatialIndexEngineAbstract.iterateEntriesBetween(Object rangeFrom, boolean fromInclusive, Object rangeTo, boolean toInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OLuceneSpatialIndexEngineDelegator.iterateEntriesBetween(Object rangeFrom, boolean fromInclusive, Object rangeTo, boolean toInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OLuceneSpatialIndexEngineAbstract.iterateEntriesMajor(Object fromKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OLuceneSpatialIndexEngineDelegator.iterateEntriesMajor(Object fromKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OLuceneSpatialIndexEngineAbstract.iterateEntriesMinor(Object toKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OLuceneSpatialIndexEngineDelegator.iterateEntriesMinor(Object toKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OLuceneSpatialIndexEngineAbstract.stream(IndexEngineValuesTransformer valuesTransformer) OLuceneSpatialIndexEngineDelegator.stream(IndexEngineValuesTransformer valuesTransformer)