Uses of Interface
org.optaplanner.constraint.streams.bavet.common.index.Indexer
-
Packages that use Indexer Package Description org.optaplanner.constraint.streams.bavet.common This package contains performance-sensitive code.org.optaplanner.constraint.streams.bavet.common.index -
-
Uses of Indexer in org.optaplanner.constraint.streams.bavet.common
Constructors in org.optaplanner.constraint.streams.bavet.common with parameters of type Indexer Constructor Description AbstractIndexedIfExistsNode(boolean shouldExist, Function<Right_,IndexProperties> mappingRight, int inputStoreIndexLeftProperties, int inputStoreIndexLeftCounterEntry, int inputStoreIndexLeftTrackerList, int inputStoreIndexRightProperties, int inputStoreIndexRightEntry, int inputStoreIndexRightTrackerList, TupleLifecycle<LeftTuple_> nextNodesTupleLifecycle, Indexer<ExistsCounter<LeftTuple_>> indexerLeft, Indexer<UniTuple<Right_>> indexerRight, boolean isFiltering)AbstractIndexedJoinNode(Function<Right_,IndexProperties> mappingRight, int inputStoreIndexLeftProperties, int inputStoreIndexLeftEntry, int inputStoreIndexLeftOutTupleList, int inputStoreIndexRightProperties, int inputStoreIndexRightEntry, int inputStoreIndexRightOutTupleList, TupleLifecycle<OutTuple_> nextNodesTupleLifecycle, boolean isFiltering, int outputStoreIndexLeftOutEntry, int outputStoreIndexRightOutEntry, Indexer<LeftTuple_> indexerLeft, Indexer<UniTuple<Right_>> indexerRight) -
Uses of Indexer in org.optaplanner.constraint.streams.bavet.common.index
Methods in org.optaplanner.constraint.streams.bavet.common.index that return Indexer Modifier and Type Method Description <T> Indexer<T>IndexerFactory. buildIndexer(boolean isLeftBridge)
-