Package | Description |
---|---|
edu.rice.hj |
The base package for all habanero-java related items.
|
edu.rice.hj.api |
The base package for all Habanero-Java API.
|
edu.rice.hj.runtime.accumulator |
The base package for the habanero-java accumulators.
|
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 |
---|---|
static HjFinishAccumulator |
Module0.newFinishAccumulator(HjOperator ope,
Class type)
Factory method to create a HjFinishAccumulator object.
|
Modifier and Type | Method and Description |
---|---|
HjOperator |
HjFinishAccumulator.getOperator()
Returns the operator in use by the accumulator.
|
static HjOperator |
HjOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HjOperator[] |
HjOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HjFinishAccumulator |
HjRuntime.newFinishAccumulator(HjOperator ope,
Class type)
newFinishAccumulator.
|
Modifier and Type | Method and Description |
---|---|
HjOperator |
FinishAccumulator.getOperator()
getOperator.
|
Constructor and Description |
---|
FinishAccumulator(HjOperator ope,
Class type)
Constructor for FinishAccumulator.
|
FinishAccumulator(HjOperator ope,
Class type,
boolean isLazy)
Constructor for FinishAccumulator.
|
FinishAccumulator(HjOperator ope,
Class type0,
boolean isLazy,
int func,
double delay,
double coef)
Constructor for FinishAccumulator.
|
Modifier and Type | Method and Description |
---|---|
HjFinishAccumulator |
BaseRuntime.newFinishAccumulator(HjOperator ope,
Class type)
newFinishAccumulator.
|
Modifier and Type | Method and Description |
---|---|
HjFinishAccumulator |
JavaForkJoinRuntime.newFinishAccumulator(HjOperator ope,
Class type)
newFinishAccumulator.
|
Modifier and Type | Method and Description |
---|---|
HjFinishAccumulator |
SequentialRuntime.newFinishAccumulator(HjOperator ope,
Class type)
newFinishAccumulator.
|
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.