public class ServiceRankingDelegationResultListener2<S> extends ServiceRankingDelegationResultListener<S>
decider, finished, ranker, results
customIntermediateResultListener, future, undone
Constructor and Description |
---|
ServiceRankingDelegationResultListener2(TerminableIntermediateDelegationFuture<Tuple2<S,java.lang.Double>> future,
ITerminableIntermediateFuture<S> src,
IServiceRanker<S> ranker,
IRankingSearchTerminationDecider<S> decider)
Create a new ranker.
|
Modifier and Type | Method and Description |
---|---|
protected void |
notifyResults(java.util.List<Tuple2<S,java.lang.Double>> results)
Notify the results,
|
customIntermediateResultAvailable, customResultAvailable, exceptionOccurred, finished, isFinished, isFinishing, notifyException, rankResults
commandAvailable, exceptionOccurredIfUndone, finishedIfUndone, intermediateResultAvailable, intermediateResultAvailableIfUndone, resultAvailable, resultAvailableIfUndone
public ServiceRankingDelegationResultListener2(TerminableIntermediateDelegationFuture<Tuple2<S,java.lang.Double>> future, ITerminableIntermediateFuture<S> src, IServiceRanker<S> ranker, IRankingSearchTerminationDecider<S> decider)
protected void notifyResults(java.util.List<Tuple2<S,java.lang.Double>> results)
notifyResults
in class ServiceRankingDelegationResultListener<S>