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 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. insertOrUpdateCounter(ExistsCounter<LeftTuple_> counter)protected voidAbstractIfExistsNode. processCounterUpdate(ExistsCounter<LeftTuple_> counter)protected voidAbstractIfExistsNode. processInsert(LeftTuple_ leftTuple, UniTuple<Right_> rightTuple, ExistsCounter<LeftTuple_> counter, Set<ExistsCounter<LeftTuple_>> counterSetRight)protected voidAbstractIfExistsNode. processUpdate(LeftTuple_ leftTuple, UniTuple<Right_> rightTuple, ExistsCounter<LeftTuple_> counter, Set<ExistsCounter<LeftTuple_>> counterSetRight)protected voidAbstractIfExistsNode. retractCounter(ExistsCounter<LeftTuple_> counter)protected voidAbstractIfExistsNode. retractOrRemainDeadCounter(ExistsCounter<LeftTuple_> counter)Method parameters in org.optaplanner.constraint.streams.bavet.common with type arguments of type ExistsCounter Modifier and Type Method Description protected voidAbstractIfExistsNode. processAndClearCounters(Set<ExistsCounter<LeftTuple_>> counterSetRight)protected voidAbstractIfExistsNode. processCounters(Set<ExistsCounter<LeftTuple_>> counterSetRight)protected voidAbstractIfExistsNode. processInsert(LeftTuple_ leftTuple, UniTuple<Right_> rightTuple, ExistsCounter<LeftTuple_> counter, Set<ExistsCounter<LeftTuple_>> counterSetRight)protected voidAbstractIfExistsNode. processUpdate(LeftTuple_ leftTuple, UniTuple<Right_> rightTuple, ExistsCounter<LeftTuple_> counter, Set<ExistsCounter<LeftTuple_>> counterSetRight)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 inputStoreIndexLeft, int inputStoreIndexRight, TupleLifecycle<LeftTuple_> nextNodeTupleLifecycle, Indexer<LeftTuple_,ExistsCounter<LeftTuple_>> indexerLeft, Indexer<UniTuple<Right_>,Set<ExistsCounter<LeftTuple_>>> indexerRight, boolean isFiltering)
-