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 declared as ExistsCounterModifier and TypeFieldDescriptionprotected final ExistsCounter<LeftTuple_>AbstractIfExistsNode.FilteringTracker.counterFields 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.updateCounterLeft(ExistsCounter<LeftTuple_> counter) protected final voidAbstractIfExistsNode.updateUnchangedCounterLeft(ExistsCounter<LeftTuple_> counter) Constructors in org.optaplanner.constraint.streams.bavet.common with parameters of type ExistsCounterModifierConstructorDescriptionprotectedFilteringTracker(ExistsCounter<LeftTuple_> counter, TupleList<AbstractIfExistsNode<LeftTuple_, Right_>.FilteringTracker> leftTrackerList, TupleList<AbstractIfExistsNode<LeftTuple_, Right_>.FilteringTracker> rightTrackerList) 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)