| 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.forkjoin |
The base package for a fork-join based parallel implementation of the HJ runtime.
|
| edu.rice.hj.runtime.sequential |
The base package for a sequential implementation of the HJ runtime.
|
| Modifier and Type | Method and Description |
|---|---|
static FinishAccumulator |
Module1.newFinishAccumulator(Operator ope,
Class type)
Factory method to create a FinishAccumulator object.
|
| Modifier and Type | Method and Description |
|---|---|
FinishAccumulator |
HjRuntime.newFinishAccumulator(Operator ope,
Class type)
newFinishAccumulator.
|
| Modifier and Type | Method and Description |
|---|---|
Operator |
FinishAccumulator.getOperator()
getOperator.
|
static Operator |
Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operator[] |
Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FinishAccumulator(Operator ope,
Class type)
Constructor for FinishAccumulator.
|
FinishAccumulator(Operator ope,
Class type,
boolean isLazy)
Constructor for FinishAccumulator.
|
FinishAccumulator(Operator ope,
Class type0,
boolean isLazy,
int func,
double delay,
double coef)
Constructor for FinishAccumulator.
|
| Modifier and Type | Method and Description |
|---|---|
FinishAccumulator |
ForkJoinRuntime.newFinishAccumulator(Operator ope,
Class type)
newFinishAccumulator.
|
| Modifier and Type | Method and Description |
|---|---|
FinishAccumulator |
SequentialRuntime.newFinishAccumulator(Operator ope,
Class type)
newFinishAccumulator.
|
Copyright © 2014 Rice University - Department of Computer Science. All rights reserved.