Uses of Class
org.optaplanner.constraint.streams.bavet.common.ExistsCounter
Packages that use ExistsCounter
Package
Description
This package contains performance-sensitive code.
-
Uses of ExistsCounter in org.optaplanner.constraint.streams.bavet.common
Fields in org.optaplanner.constraint.streams.bavet.common with type parameters of type ExistsCounterModifier and TypeFieldDescriptionprotected final Queue<ExistsCounter<LeftTuple_>>AbstractIfExistsNode.dirtyCounterQueueMethods in org.optaplanner.constraint.streams.bavet.common with parameters of type ExistsCounterModifier and TypeMethodDescriptionprotected 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.updateCounterFromLeft(LeftTuple_ leftTuple, UniTuple<Right_> rightTuple, ExistsCounter<LeftTuple_> counter, TupleList<AbstractIfExistsNode.FilteringTracker<LeftTuple_>> leftTrackerList) protected voidAbstractIfExistsNode.updateCounterFromRight(UniTuple<Right_> rightTuple, ExistsCounter<LeftTuple_> counter, TupleList<AbstractIfExistsNode.FilteringTracker<LeftTuple_>> rightTrackerList) protected voidAbstractIfExistsNode.updateCounterLeft(ExistsCounter<LeftTuple_> counter) protected final voidAbstractIfExistsNode.updateUnchangedCounterLeft(ExistsCounter<LeftTuple_> counter) Constructor parameters in org.optaplanner.constraint.streams.bavet.common with type arguments of type ExistsCounterModifierConstructorDescriptionprotectedAbstractIndexedIfExistsNode(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)