
public class ModuleY extends ModuleN
runtimeInitialized| Modifier | Constructor and Description |
|---|---|
protected |
ModuleY()
Private constructor to disallow instance creation.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
forallItems(int numTasks,
HjIndexable<T> items,
HjProcedure<T> processBody)
Task farming support while processing items.
|
static <T> void |
forallItems(int numTasks,
List<T> items,
HjProcedure<T> processBody)
Task farming support while processing items.
|
static <T> void |
forallItems(int numTasks,
T[] items,
HjProcedure<T> processBody)
Task farming support while processing items.
|
static <T> void |
forallItemsSusp(int numTasks,
HjIndexable<T> items,
HjSuspendingProcedure<T> processBody)
Task farming support while processing items.
|
static <T> void |
forallItemsSusp(int numTasks,
List<T> items,
HjSuspendingProcedure<T> processBody) |
static <T> void |
forallItemsSusp(int numTasks,
T[] items,
HjSuspendingProcedure<T> processBody) |
static <T> void |
forasyncItems(int numTasks,
HjIndexable<T> items,
HjProcedure<T> processBody)
Task farming support while processing items.
|
static <T> void |
forasyncItems(int numTasks,
List<T> items,
HjProcedure<T> processBody)
Task farming support while processing items.
|
static <T> void |
forasyncItems(int numTasks,
T[] items,
HjProcedure<T> processBody)
Task farming support while processing items.
|
static <T> void |
forasyncItemsSusp(int numTasks,
HjIndexable<T> items,
HjSuspendingProcedure<T> processBody)
Task farming support while processing items.
|
static <T> void |
forasyncItemsSusp(int numTasks,
List<T> items,
HjSuspendingProcedure<T> processBody)
Task farming support while processing items.
|
static <T> void |
forasyncItemsSusp(int numTasks,
T[] items,
HjSuspendingProcedure<T> processBody)
Task farming support while processing items.
|
newDoubleArrayView1D, newDoubleArrayView1D, newDoubleArrayView2D, newDoubleArrayView2D, newDoubleArrayView3D, newDoubleArrayView3D, newIntArrayView1D, newIntArrayView1D, newIntArrayView2D, newIntArrayView2D, newIntArrayView3D, newIntArrayView3DnewEventCount, newEventCountisolated, isolated, isolated, isolated, isolated, isolatedWithReturn, isolatedWithReturn, isolatedWithReturn, isolatedWithReturn, isolatedWithReturn, newActor, readMode, writeModeasync, asyncAwait, asyncAwait, asyncAwait, asyncAwait, forall, forall, forall, forall, forall, forall, forallChunked, forallChunked, forallChunked, forallChunked, forallChunked, forallChunked, forasync, forasync, forasync, forasync, forasync, forasync, forasyncChunked, forasyncChunked, forasyncChunked, forasyncChunked, forasyncChunked, forseq, forseq, forseq, forseq, forseq, forseq, future, futureAwait, futureAwait, futureAwait, futureAwaitabstractMetrics, asyncNb, asyncNbAt, asyncNbAwait, asyncNbAwait, asyncNbAwait, asyncNbAwait, asyncNbSeq, asyncNbSeq, asyncPhased, asyncPhased, asyncPhased, computeDefaultChunkSize, doWait, doWork, dumpEventLog, emergencyShutdown, finalizeHabanero, finish, finish, finish, finish, finish, forallNb, forallNb, forallNb, forallNb, forallNb, forallNb, forallNbChunked, forallNbChunked, forallNbChunked, forallNbChunked, forallNbChunked, forallNbChunked, forallPhased, forallPhased, forasync, forasyncChunked, forasyncNb, forasyncNb, forasyncNb, forasyncNb, forasyncNb, forasyncNbChunked, forasyncNbChunked, forasyncNbChunked, forasyncNbChunked, forasyncPhased, forasyncPhased, forasyncPhased, forseqNb, forseqNb, forseqNb, forseqNb, forseqNb, forseqNb, futureNb, futureNbAwait, futureNbAwait, futureNbAwait, futureNbAwait, futureNbSeq, futureNbSeq, group, group, here, initializeHabanero, launchHabaneroApp, launchHabaneroApp, myGroup, myGroup, newDataDrivenFuture, newDataDrivenFuture, newDDF, newDDF, newFinishAccumulator, newPhaser, newPhaser, newPoint, newRectangularRegion1D, newRectangularRegion2D, newRectangularRegion3D, next, numPlaces, numWorkerThreads, place, printBuildInfo, signal, waitAll, waitAnypublic static <T> void forallItemsSusp(int numTasks,
List<T> items,
HjSuspendingProcedure<T> processBody)
throws SuspendableException
SuspendableExceptionpublic static <T> void forallItemsSusp(int numTasks,
HjIndexable<T> items,
HjSuspendingProcedure<T> processBody)
throws SuspendableException
SuspendableExceptionModule0.forallNb(Iterable, edu.rice.hj.api.HjProcedure)public static <T> void forasyncItemsSusp(int numTasks,
HjIndexable<T> items,
HjSuspendingProcedure<T> processBody)
throws SuspendableException
public static <T> void forasyncItemsSusp(int numTasks,
List<T> items,
HjSuspendingProcedure<T> processBody)
throws SuspendableException
public static <T> void forallItems(int numTasks,
List<T> items,
HjProcedure<T> processBody)
throws SuspendableException
public static <T> void forallItems(int numTasks,
HjIndexable<T> items,
HjProcedure<T> processBody)
throws SuspendableException
SuspendableExceptionModule0.forallNb(Iterable, edu.rice.hj.api.HjProcedure)public static <T> void forasyncItems(int numTasks,
HjIndexable<T> items,
HjProcedure<T> processBody)
public static <T> void forasyncItems(int numTasks,
List<T> items,
HjProcedure<T> processBody)
public static <T> void forallItemsSusp(int numTasks,
T[] items,
HjSuspendingProcedure<T> processBody)
throws SuspendableException
SuspendableExceptionpublic static <T> void forasyncItemsSusp(int numTasks,
T[] items,
HjSuspendingProcedure<T> processBody)
throws SuspendableException
public static <T> void forallItems(int numTasks,
T[] items,
HjProcedure<T> processBody)
throws SuspendableException
public static <T> void forasyncItems(int numTasks,
T[] items,
HjProcedure<T> processBody)
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.