public interface HjSearchEureka<T> extends HjEureka<T,Object,T>
HjSearchEureka
construct is designed to be resolved by the first eureka event it processes, and it promptly
terminates the task that triggered the event.
Search is a well-known pattern in Eureka style computations. Once the result is discovered, all parallel searching entities should ideally be terminated as quickly as possible to minimize doing redundant work.
* Instances are created using a factory method in the HJlib runtime, e.g., ModuleZ.newSearchEureka(Object)
check, check, get, offer, offer, onCleanup, onRegistration, resolved, shouldAbortOnOffer
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.