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.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 <V> HjDataDrivenFuture<V> |
Module0.newDataDrivenFuture()
Factory method to create a DataDrivenFuture instance.
|
static <V> HjDataDrivenFuture<V> |
Module0.newDataDrivenFuture(boolean allowDuplicatePuts)
Factory method to create a DataDrivenFuture instance.
|
static <V> HjDataDrivenFuture<V> |
Module0.newDDF()
Factory method to create a DataDrivenFuture instance.
|
static <V> HjDataDrivenFuture<V> |
Module0.newDDF(boolean allowDuplicates)
Factory method to create a DataDrivenFuture instance.
|
Modifier and Type | Method and Description |
---|---|
<V> HjDataDrivenFuture<V> |
HjRuntime.newDataDrivenFuture(boolean allowDuplicatePuts)
Factory method for a DataDrivenFuture.
|
Modifier and Type | Class and Description |
---|---|
class |
ParallelDataDrivenFuture<ValueType>
Parallel implementation of a HjDataDrivenFuture
|
Modifier and Type | Method and Description |
---|---|
<V> HjDataDrivenFuture<V> |
BaseRuntime.newDataDrivenFuture(boolean allowDuplicatePuts)
Factory method for a DataDrivenFuture.
|
Modifier and Type | Method and Description |
---|---|
<V> HjDataDrivenFuture<V> |
JavaForkJoinRuntime.newDataDrivenFuture(boolean allowDuplicatePuts)
Factory method for a DataDrivenFuture.
|
Modifier and Type | Method and Description |
---|---|
<V> HjDataDrivenFuture<V> |
SequentialRuntime.newDataDrivenFuture(boolean allowDuplicatePuts)
Factory method for a DataDrivenFuture.
|
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.