A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 

S

scheduleActivity(Runnable) - Method in interface edu.rice.hj.api.HjRuntime
 
scheduleActivity(BlockingActivity) - Method in class edu.rice.hj.runtime.forkjoin.ForkJoinRuntime
Schedule an activity to the thread pool service
scheduleActivity(Runnable) - Method in class edu.rice.hj.runtime.forkjoin.ForkJoinRuntime
 
scheduleActivity(Runnable) - Method in class edu.rice.hj.runtime.sequential.SequentialRuntime
 
scheduleCounter - Variable in class edu.rice.hj.runtime.forkjoin.ForkJoinRuntime
Counter to track number of tasks scheduled
scores - Variable in class edu.rice.hj.runtime.metrics.MetricsExecutionTimeGraph
 
send(Object) - Method in class edu.rice.hj.runtime.accumulator.FinishAccumulator
 
send(int[]) - Method in class edu.rice.hj.runtime.accumulator.FinishAccumulator
 
send(double[]) - Method in class edu.rice.hj.runtime.accumulator.FinishAccumulator
 
send(Object[]) - Method in class edu.rice.hj.runtime.accumulator.FinishAccumulator
 
send(Number, int) - Method in class edu.rice.hj.runtime.accumulator.FinishAccumulator
Methods not supported in work-sharing scheduler.
send(int, int) - Method in class edu.rice.hj.runtime.accumulator.FinishAccumulator
Methods not supported in work-sharing scheduler.
send(double, int) - Method in class edu.rice.hj.runtime.accumulator.FinishAccumulator
Methods not supported in work-sharing scheduler.
send(MessageType) - Method in class edu.rice.hj.runtime.actors.Actor
 
SequentialPromise<V> - Class in edu.rice.hj.runtime.sequential
 
SequentialPromise() - Constructor for class edu.rice.hj.runtime.sequential.SequentialPromise
No-args constructor.
SequentialRuntime - Class in edu.rice.hj.runtime.sequential
 
SequentialRuntime() - Constructor for class edu.rice.hj.runtime.sequential.SequentialRuntime
Constructor.
set(double, int) - Method in interface edu.rice.hj.api.HjDoubleArrayView.HjDoubleArrayView1D
 
set(double, int, int) - Method in interface edu.rice.hj.api.HjDoubleArrayView.HjDoubleArrayView2D
 
set(double, int, int, int) - Method in interface edu.rice.hj.api.HjDoubleArrayView.HjDoubleArrayView3D
 
set(int, int) - Method in interface edu.rice.hj.api.HjIntArrayView.HjIntArrayView1D
 
set(int, int, int) - Method in interface edu.rice.hj.api.HjIntArrayView.HjIntArrayView2D
 
set(int, int, int, int) - Method in interface edu.rice.hj.api.HjIntArrayView.HjIntArrayView3D
 
set(double, int) - Method in class edu.rice.hj.runtime.arrayview.ArrayView1D.DoubleArrayView1D
 
set(int, int) - Method in class edu.rice.hj.runtime.arrayview.ArrayView1D.IntArrayView1D
 
set(double, int, int) - Method in class edu.rice.hj.runtime.arrayview.ArrayView2D.DoubleArrayView2D
 
set(int, int, int) - Method in class edu.rice.hj.runtime.arrayview.ArrayView2D.IntArrayView2D
 
set(double, int, int, int) - Method in class edu.rice.hj.runtime.arrayview.ArrayView3D.DoubleArrayView3D
 
set(int, int, int, int) - Method in class edu.rice.hj.runtime.arrayview.ArrayView3D.IntArrayView3D
 
set(double) - Method in class edu.rice.hj.runtime.util.AtomicDouble
 
setAccessible(boolean) - Method in class edu.rice.hj.runtime.accumulator.FinishAccumulator
 
setFinished() - Method in class edu.rice.hj.runtime.forkjoin.BlockingActivity
The method is marked as synchronized as it invokes the notifyAll() method.
setResumeTime() - Method in interface edu.rice.hj.runtime.metrics.AbstractMetrics
 
setResumeTime() - Method in class edu.rice.hj.runtime.metrics.AbstractMetricsImpl
 
setRootActivityFinishState(BlockingFinishState) - Method in class edu.rice.hj.runtime.forkjoin.BlockingActivity
Used by a parent activity on its child activity to update the finish state
setValue(ValueType) - Method in class edu.rice.hj.runtime.forkjoin.DataDrivenControl
Associated a new value with the DDC and resumes any suspended Resumable instances.
shape - Variable in class edu.rice.hj.runtime.arrayview.ArrayView1D
 
shape - Variable in class edu.rice.hj.runtime.arrayview.ArrayView2D
 
shape - Variable in class edu.rice.hj.runtime.arrayview.ArrayView3D
 
shortName - Variable in enum edu.rice.hj.runtime.config.RuntimeType
Short name of the runtime.
SHOW_RUNTIME_STATS - Static variable in class edu.rice.hj.runtime.config.HjConfiguration
Flag to control abstract metrics execution graph display
showWarning - Static variable in class edu.rice.hj.runtime.config.HjConfiguration
Flag to control display of warning messages
signal() - Method in interface edu.rice.hj.api.HjPhaser
An activity calls this method to tell the phaser that is done with whatever it intended to do during this phase of the phaser.
signal() - Method in interface edu.rice.hj.api.HjRuntime
Perform the signal operation on all registered phasers in an activity.
signal() - Static method in class edu.rice.hj.Module1
 
signal() - Method in class edu.rice.hj.runtime.forkjoin.ForkJoinRuntime
 
signal() - Method in class edu.rice.hj.runtime.phasers.BlockingPhaser
 
signal() - Method in class edu.rice.hj.runtime.sequential.SequentialRuntime
 
signalDataDrivenControl() - Method in class edu.rice.hj.runtime.phasers.PhaserSigWaitState
 
signalDdc - Variable in class edu.rice.hj.runtime.phasers.PhaserSigWaitState
 
signalPhase - Variable in class edu.rice.hj.runtime.phasers.BlockingPhaserManager.PhaserState
 
splitter(int) - Method in class edu.rice.hj.runtime.mapreduce.MapReduce
 
start() - Method in class edu.rice.hj.runtime.actors.Actor
Causes the actor to start processing messages that have been sent to it.
startFinish() - Method in class edu.rice.hj.runtime.forkjoin.BlockingActivity
This method is invoked when a new finish scope is encountered.
startPos - Variable in class edu.rice.hj.runtime.mapreduce2.KeyString
 
stopFinish() - Method in class edu.rice.hj.runtime.forkjoin.BlockingActivity
This method is invoked when a finish scope is being exited.
storedValue() - Method in interface edu.rice.hj.runtime.metrics.AbstractMetrics
 
storedValue - Variable in class edu.rice.hj.runtime.metrics.AbstractMetricsImpl
Accumulates the maximum of a stored value.
storedValue() - Method in class edu.rice.hj.runtime.metrics.AbstractMetricsImpl
 
storeMaxValue(long) - Method in interface edu.rice.hj.runtime.metrics.AbstractMetrics
 
storeMaxValue(long) - Method in class edu.rice.hj.runtime.metrics.AbstractMetricsImpl
 
suspendedCounter - Variable in class edu.rice.hj.runtime.forkjoin.DeadlockTracker
 
sync - Variable in class edu.rice.hj.runtime.util.ModCountDownLatch
A synchronizer that wraps a single atomic int value to represent state of active activities.
A B C D E F G H I J K L M N O P Q R S T U V W X Y _