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 _ 

M

main(String[]) - Static method in class edu.rice.hj.runtime.mapreduce2.WordCount
 
main(String[]) - Static method in class edu.rice.hj.runtime.metrics.MetricsExecutionTimeGraph
 
map() - Method in class edu.rice.hj.runtime.mapreduce.MapTask
 
map(K1, V1, Aggregator<K2, V2>) - Method in class edu.rice.hj.runtime.mapreduce2.MapReduceTask
The MAP function.
map(Void, KeyString, Aggregator<KeyString, Integer>) - Method in class edu.rice.hj.runtime.mapreduce2.WordCount
 
MapReduce<K,V> - Class in edu.rice.hj.runtime.mapreduce
 
MapReduce(int, int) - Constructor for class edu.rice.hj.runtime.mapreduce.MapReduce
 
MapReduceTask<K1,V1,K2,V2,V3> - Class in edu.rice.hj.runtime.mapreduce2
map(k1, v1) -> list(k2, v2) reduce(k2, list(v2)) -> list(v3)
MapReduceTask(int, int, boolean) - Constructor for class edu.rice.hj.runtime.mapreduce2.MapReduceTask
 
MapTask<K,V> - Class in edu.rice.hj.runtime.mapreduce
 
MapTask(MapReduce, int) - Constructor for class edu.rice.hj.runtime.mapreduce.MapTask
 
master - Variable in class edu.rice.hj.runtime.phasers.BlockingPhaserManager.PhaserState
 
masterArrived - Variable in class edu.rice.hj.runtime.phasers.PhaserSigWaitState
 
max(Collection<Number>) - Static method in class edu.rice.hj.runtime.metrics.MetricsExecutionTimeGraph
 
MAX_THREADS_DEFAULT - Static variable in class edu.rice.hj.runtime.config.HjSystemProperty.Constants
Maximum number of threads configured by default if user doesn't specify a value
maxAndGet(double) - Method in class edu.rice.hj.runtime.util.AtomicDouble
 
maxCritPathOps(long) - Method in interface edu.rice.hj.runtime.metrics.AbstractMetrics
 
maxCritPathOps(long) - Method in class edu.rice.hj.runtime.metrics.AbstractMetricsImpl
 
maxCritPathOps(long) - Method in class edu.rice.hj.runtime.metrics.CompanionMetrics
 
maxCritPathTime(long) - Method in interface edu.rice.hj.runtime.metrics.AbstractMetrics
 
maxCritPathTime(long) - Method in class edu.rice.hj.runtime.metrics.AbstractMetricsImpl
 
maxIdealTime(long) - Method in class edu.rice.hj.runtime.metrics.CompanionMetrics
 
maxInc - Variable in class edu.rice.hj.runtime.region.RectangularRegion1D
 
maxInc0 - Variable in class edu.rice.hj.runtime.region.RectangularRegion2D
 
maxInc0 - Variable in class edu.rice.hj.runtime.region.RectangularRegion3D
 
maxInc1 - Variable in class edu.rice.hj.runtime.region.RectangularRegion2D
 
maxInc1 - Variable in class edu.rice.hj.runtime.region.RectangularRegion3D
 
maxInc2 - Variable in class edu.rice.hj.runtime.region.RectangularRegion3D
 
maxOverheads(long) - Method in interface edu.rice.hj.runtime.metrics.AbstractMetrics
 
maxOverheads - Variable in class edu.rice.hj.runtime.metrics.AbstractMetricsImpl
Accumulates overheads.
maxOverheads(long) - Method in class edu.rice.hj.runtime.metrics.AbstractMetricsImpl
 
maxOverheads(long) - Method in class edu.rice.hj.runtime.metrics.CompanionMetrics
 
maxThreads - Variable in class edu.rice.hj.runtime.forkjoin.ForkJoinThreadPool
The maximum number of threads launched by the runtime
maxValueForX - Variable in class edu.rice.hj.runtime.metrics.MetricsExecutionTimeGraph
 
maxValueForY - Variable in class edu.rice.hj.runtime.metrics.MetricsExecutionTimeGraph
 
merge() - Method in class edu.rice.hj.runtime.mapreduce.MapReduce
 
message - Variable in class edu.rice.hj.runtime.actors.Actor.MessageData
 
Message - Interface in edu.rice.hj.runtime.actors
A marker interface which other classes need to be implement to be usable as actor messages.
metrics - Variable in class edu.rice.hj.runtime.actors.Actor.MessageData
 
MetricsExecutionTimeGraph - Class in edu.rice.hj.runtime.metrics
 
MetricsExecutionTimeGraph(String, String, Map<Number, Number>) - Constructor for class edu.rice.hj.runtime.metrics.MetricsExecutionTimeGraph
Constructor.
metricsManager - Variable in class edu.rice.hj.runtime.forkjoin.ForkJoinRuntime
The abstract metrics manager
metricsManager - Variable in class edu.rice.hj.runtime.sequential.SequentialRuntime
The abstract metrics manager
minAndGet(double) - Method in class edu.rice.hj.runtime.util.AtomicDouble
 
minInc - Variable in class edu.rice.hj.runtime.region.RectangularRegion1D
 
minInc0 - Variable in class edu.rice.hj.runtime.region.RectangularRegion2D
 
minInc0 - Variable in class edu.rice.hj.runtime.region.RectangularRegion3D
 
minInc1 - Variable in class edu.rice.hj.runtime.region.RectangularRegion2D
 
minInc1 - Variable in class edu.rice.hj.runtime.region.RectangularRegion3D
 
minInc2 - Variable in class edu.rice.hj.runtime.region.RectangularRegion3D
 
ModCountDownLatch - Class in edu.rice.hj.runtime.util
Extension of JCU CountDownLatch to allow for increments (so as to support finish).
ModCountDownLatch(int) - Constructor for class edu.rice.hj.runtime.util.ModCountDownLatch
Constructs a CountDownLatch initialized with the given count.
ModCountDownLatch.Sync - Class in edu.rice.hj.runtime.util
Use AQS state to represent the count.
ModCountDownLatch.Sync(int) - Constructor for class edu.rice.hj.runtime.util.ModCountDownLatch.Sync
Constructor.
mode - Variable in class edu.rice.hj.api.PhaserPair
 
mode - Variable in class edu.rice.hj.runtime.forkjoin.IsolationManager.IsolationMode
 
Module1 - Class in edu.rice.hj
A facade to all the Habanero-Java operations like finish, async, etc.
Module1() - Constructor for class edu.rice.hj.Module1
Private constructor to disallow instance creation.
Module2 - Class in edu.rice.hj
 
Module2() - Constructor for class edu.rice.hj.Module2
Private constructor to disallow instance creation.
mulAndGet(double) - Method in class edu.rice.hj.runtime.util.AtomicDouble
 
MultipleExceptions - Exception in edu.rice.hj.runtime.util
 
MultipleExceptions(List<Throwable>) - Constructor for exception edu.rice.hj.runtime.util.MultipleExceptions
 
myGroup(int, HjRegion.HjRegion1D, int) - Static method in class edu.rice.hj.Module1
 
myGroup(int, int, HjRegion.HjRegion2D, int, int) - Static method in class edu.rice.hj.Module1
 
myGroup(int, HjRegion.HjRegion1D, int) - Static method in class edu.rice.hj.runtime.region.RegionFactory
 
myGroup(int, int, HjRegion.HjRegion2D, int, int) - Static method in class edu.rice.hj.runtime.region.RegionFactory
 
myLock - Variable in class edu.rice.hj.runtime.forkjoin.ParallelFuture
Lock object for internal synchronization.
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 _