| Package | Description |
|---|---|
| edu.rice.hj.api |
The base package for all Habanero-Java API.
|
| edu.rice.hj.experimental | |
| edu.rice.hj.experimental.api | |
| edu.rice.hj.runtime.baseruntime | |
| 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 |
|---|---|
<L,R> HjBinaryEureka<L,R> |
HjRuntime.newBinaryEureka(HjLogicalOperator operator,
HjEureka<L,Object,L> leftEureka,
HjEureka<R,Object,R> rightEureka)
Factory method to create a new
HjBinaryEureka instance. |
| Modifier and Type | Method and Description |
|---|---|
static <L,R> HjBinaryEureka<L,R> |
ModuleZ.newBinaryEureka(HjLogicalOperator operator,
HjEureka<L,Object,L> leftEureka,
HjEureka<R,Object,R> rightEureka)
Factory method to create a new
HjBinaryEureka instance. |
| Modifier and Type | Method and Description |
|---|---|
static HjLogicalOperator |
HjLogicalOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HjLogicalOperator[] |
HjLogicalOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<L,R> HjBinaryEureka<L,R> |
BaseRuntime.newBinaryEureka(HjLogicalOperator operator,
HjEureka<L,Object,L> leftEureka,
HjEureka<R,Object,R> rightEureka)
Factory method to create a new
HjBinaryEureka instance. |
| Modifier and Type | Method and Description |
|---|---|
<L,R> HjBinaryEureka<L,R> |
JavaForkJoinRuntime.newBinaryEureka(HjLogicalOperator operator,
HjEureka<L,Object,L> leftEureka,
HjEureka<R,Object,R> rightEureka)
Factory method to create a new
HjBinaryEureka instance. |
| Modifier and Type | Method and Description |
|---|---|
<L,R> HjBinaryEureka<L,R> |
SequentialRuntime.newBinaryEureka(HjLogicalOperator operator,
HjEureka<L,Object,L> leftEureka,
HjEureka<R,Object,R> rightEureka)
Factory method to create a new
HjBinaryEureka instance. |
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.