Uses of Class
org.optaplanner.constraint.streams.bavet.common.ExistsCounter
-
Packages that use ExistsCounter Package Description org.optaplanner.constraint.streams.bavet.common This package contains performance-sensitive code. -
-
Uses of ExistsCounter in org.optaplanner.constraint.streams.bavet.common
Fields in org.optaplanner.constraint.streams.bavet.common declared as ExistsCounter Modifier and Type Field Description protected ExistsCounter<LeftTuple_>AbstractIfExistsNode.FilteringTracker. counterFields in org.optaplanner.constraint.streams.bavet.common with type parameters of type ExistsCounter Modifier and Type Field Description protected Queue<ExistsCounter<LeftTuple_>>AbstractIfExistsNode. dirtyCounterQueueMethods in org.optaplanner.constraint.streams.bavet.common with parameters of type ExistsCounter Modifier and Type Method Description protected voidAbstractIfExistsNode. decrementCounterRight(ExistsCounter<LeftTuple_> counter)protected voidAbstractIfExistsNode. incrementCounterRight(ExistsCounter<LeftTuple_> counter)protected voidAbstractIfExistsNode. initCounterLeft(ExistsCounter<LeftTuple_> counter)protected voidAbstractIfExistsNode. killCounterLeft(ExistsCounter<LeftTuple_> counter)protected voidAbstractIfExistsNode. updateCounterLeft(ExistsCounter<LeftTuple_> counter)protected voidAbstractIfExistsNode. updateUnchangedCounterLeft(ExistsCounter<LeftTuple_> counter)Constructors in org.optaplanner.constraint.streams.bavet.common with parameters of type ExistsCounter Constructor Description FilteringTracker(ExistsCounter<LeftTuple_> counter, TupleList<AbstractIfExistsNode.FilteringTracker> leftTrackerList, TupleList<AbstractIfExistsNode.FilteringTracker> rightTrackerList)Constructor parameters in org.optaplanner.constraint.streams.bavet.common with type arguments of type ExistsCounter 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)
-