Package | Description |
---|---|
edu.rice.hj.api |
The base package for all Habanero-Java API.
|
edu.rice.hj.experimental | |
edu.rice.hj.runtime.baseruntime | |
edu.rice.hj.runtime.eureka | |
edu.rice.hj.runtime.javafj | |
edu.rice.hj.runtime.sequential |
The base package for a sequential implementation of the HJ runtime.
|
Modifier and Type | Method and Description |
---|---|
<T> HjExtremaEureka<T> |
HjRuntime.newExtremaEureka(T initialValue,
Comparator<T> comparator,
boolean shouldAbortOnOffer)
Factory method to create a new
HjExtremaEureka instance. |
Modifier and Type | Method and Description |
---|---|
static <T> HjExtremaEureka<T> |
ModuleZ.newExtremaEureka(T initialValue,
Comparator<T> comparator)
Factory method to create a new
HjExtremaEureka instance. |
static <T> HjExtremaEureka<T> |
ModuleZ.newExtremaEureka(T initialValue,
Comparator<T> comparator,
boolean shouldAbortOnOffer)
Factory method to create a new
HjExtremaEureka instance. |
Modifier and Type | Method and Description |
---|---|
<T> HjExtremaEureka<T> |
BaseRuntime.newExtremaEureka(T initialValue,
Comparator<T> comparator,
boolean shouldAbortOnOffer)
Factory method to create a new
HjExtremaEureka instance. |
Modifier and Type | Class and Description |
---|---|
class |
HjExtremaEurekaImpl<T> |
Modifier and Type | Method and Description |
---|---|
<T> HjExtremaEureka<T> |
JavaForkJoinRuntime.newExtremaEureka(T initialValue,
Comparator<T> comparator,
boolean shouldAbortOnOffer)
Factory method to create a new
HjExtremaEureka instance. |
Modifier and Type | Method and Description |
---|---|
<T> HjExtremaEureka<T> |
SequentialRuntime.newExtremaEureka(T initialValue,
Comparator<T> comparator,
boolean shouldAbortOnOffer)
Factory method to create a new
HjExtremaEureka instance. |
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.