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 |
---|---|
static void |
Module0.finish(HjFinishAccumulator f1,
HjFinishAccumulator f2,
HjFinishAccumulator f3,
HjSuspendable suspendable)
finish.
|
static void |
Module0.finish(HjFinishAccumulator f1,
HjFinishAccumulator f2,
HjSuspendable suspendable)
finish.
|
static void |
Module0.finish(HjFinishAccumulator f1,
HjSuspendable suspendable)
finish.
|
Modifier and Type | Method and Description |
---|---|
static void |
Module0.finish(List<HjFinishAccumulator> accumulators,
HjSuspendable suspendable)
finish.
|
Modifier and Type | Method and Description |
---|---|
HjFinishAccumulator |
HjRuntime.newFinishAccumulator(HjOperator ope,
Class type)
newFinishAccumulator.
|
Modifier and Type | Method and Description |
---|---|
void |
HjRuntime.finish(List<HjFinishAccumulator> accumulators,
HjSuspendable suspendable)
finish.
|
Modifier and Type | Class and Description |
---|---|
class |
FinishAccumulator
Finish Accumulator runtime.
|
Constructor and Description |
---|
FinishAccumulatorManager(List<HjFinishAccumulator> finishAccumulators)
Constructor for FinishAccumulatorManager.
|
Modifier and Type | Method and Description |
---|---|
HjFinishAccumulator |
BaseRuntime.newFinishAccumulator(HjOperator ope,
Class type)
newFinishAccumulator.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseRuntime.finish(List<HjFinishAccumulator> accumulators,
HjSuspendable suspendable)
finish.
|
Modifier and Type | Method and Description |
---|---|
HjFinishAccumulator |
JavaForkJoinRuntime.newFinishAccumulator(HjOperator ope,
Class type)
newFinishAccumulator.
|
Modifier and Type | Method and Description |
---|---|
void |
JavaForkJoinRuntime.finish(List<HjFinishAccumulator> accumulators,
HjSuspendable suspendable)
finish.
|
Modifier and Type | Method and Description |
---|---|
HjFinishAccumulator |
SequentialRuntime.newFinishAccumulator(HjOperator ope,
Class type)
newFinishAccumulator.
|
Modifier and Type | Method and Description |
---|---|
void |
SequentialRuntime.finish(List<HjFinishAccumulator> accumulators,
HjSuspendable suspendable)
finish.
|
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.