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 |
---|---|
HjFastBarrierEureka |
HjRuntime.newFastBarrierEureka(int numPhases)
Factory method to create a new
HjFastBarrierEureka instance. |
Modifier and Type | Method and Description |
---|---|
static HjFastBarrierEureka |
ModuleZ.newFastBarrierEureka(int numPhases)
Factory method to create a new
HjFastBarrierEureka instance. |
Modifier and Type | Method and Description |
---|---|
HjFastBarrierEureka |
BaseRuntime.newFastBarrierEureka(int numPhases)
Factory method to create a new
HjFastBarrierEureka instance. |
Modifier and Type | Class and Description |
---|---|
class |
HjFastBarrierEurekaImpl |
Modifier and Type | Method and Description |
---|---|
HjFastBarrierEureka |
JavaForkJoinRuntime.newFastBarrierEureka(int numPhases)
Factory method to create a new
HjFastBarrierEureka instance. |
Modifier and Type | Method and Description |
---|---|
HjFastBarrierEureka |
SequentialRuntime.newFastBarrierEureka(int numPhases)
Factory method to create a new
HjFastBarrierEureka instance. |
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.