- edu.rice.hj - package edu.rice.hj
-
The base package for all habanero-java related items.
- edu.rice.hj.api - package edu.rice.hj.api
-
The base package for all Habanero-Java API.
- edu.rice.hj.runtime.accumulator - package edu.rice.hj.runtime.accumulator
-
The base package for the habanero-java accumulators.
- edu.rice.hj.runtime.actors - package edu.rice.hj.runtime.actors
-
The base package for the habanero-java actors support.
- edu.rice.hj.runtime.arrayview - package edu.rice.hj.runtime.arrayview
-
The base package for all habanero-java array view classes.
- edu.rice.hj.runtime.config - package edu.rice.hj.runtime.config
-
The base package for the habanero-java runtime configuration.
- edu.rice.hj.runtime.forkjoin - package edu.rice.hj.runtime.forkjoin
-
The base package for a fork-join based parallel implementation of the HJ runtime.
- edu.rice.hj.runtime.mapreduce - package edu.rice.hj.runtime.mapreduce
-
- edu.rice.hj.runtime.mapreduce2 - package edu.rice.hj.runtime.mapreduce2
-
- edu.rice.hj.runtime.metrics - package edu.rice.hj.runtime.metrics
-
The base package for the habanero-java abstract metrics.
- edu.rice.hj.runtime.phasers - package edu.rice.hj.runtime.phasers
-
The base package for the habanero-java phaser support.
- edu.rice.hj.runtime.region - package edu.rice.hj.runtime.region
-
The base package for all habanero-java regions.
- edu.rice.hj.runtime.sequential - package edu.rice.hj.runtime.sequential
-
The base package for a sequential implementation of the HJ runtime.
- edu.rice.hj.runtime.util - package edu.rice.hj.runtime.util
-
The base package for utility classes used by the HJ runtime.
- emergencyShutdown(Throwable) - Method in interface edu.rice.hj.api.HjRuntime
-
Shutdown the runtime, this means also shutting
down all places associated with this runtime and all currently
executing activities.
- emergencyShutdown(Throwable) - Static method in class edu.rice.hj.Module1
-
- emergencyShutdown(Throwable) - Method in class edu.rice.hj.runtime.forkjoin.ForkJoinRuntime
-
- emergencyShutdown(Throwable) - Method in class edu.rice.hj.runtime.sequential.SequentialRuntime
-
- emit(K2, V2) - Method in class edu.rice.hj.runtime.mapreduce2.Aggregator
-
- emitFinal(int, K, V) - Method in class edu.rice.hj.runtime.mapreduce.MapReduce
-
- emitIntermediate(int, K, V) - Method in class edu.rice.hj.runtime.mapreduce.MapReduce
-
- emitIntermediate(K, V) - Method in class edu.rice.hj.runtime.mapreduce.MapTask
-
- endPos - Variable in class edu.rice.hj.runtime.mapreduce2.KeyString
-
- equals(Object) - Method in class edu.rice.hj.runtime.mapreduce2.KeyString
-
- equals(Object) - Method in class edu.rice.hj.runtime.metrics.HjMetricsImpl
-
- equals(Object) - Method in class edu.rice.hj.runtime.region.Point
-
- equals(Object) - Method in class edu.rice.hj.runtime.util.Pair
-
- exception - Variable in class edu.rice.hj.runtime.util.ValueWrapper
-
- exceptionList - Variable in class edu.rice.hj.runtime.forkjoin.BlockingFinishState
-
The Exception Stack is used to collect exceptions issued when activities
associated with this finish state terminate abruptly.
- exceptions() - Method in class edu.rice.hj.runtime.forkjoin.BlockingFinishState
-
Create a new stack or return current one.
- exceptions - Variable in exception edu.rice.hj.runtime.util.MultipleExceptions
-
- ExceptionUtil - Class in edu.rice.hj.runtime.util
-
- ExceptionUtil() - Constructor for class edu.rice.hj.runtime.util.ExceptionUtil
-
No-args constructor.
- execute(Runnable) - Method in class edu.rice.hj.runtime.forkjoin.ForkJoinThreadPool
-
If current thread is the main thread (i.e.
- executeBody() - Method in class edu.rice.hj.runtime.actors.LingeringBlockingActivity
-
- executeBody() - Method in class edu.rice.hj.runtime.actors.RunnableBlockingActivity
-
- executeBody() - Method in class edu.rice.hj.runtime.forkjoin.BlockingActivity
-
This method represents the body of the task.
- executeTask(BlockingActivity) - Method in class edu.rice.hj.runtime.forkjoin.InvocationStrategy.AsyncInFinishStrategy
-
- executeTask(BlockingActivity) - Method in class edu.rice.hj.runtime.forkjoin.InvocationStrategy.DefaultStrategy
-
- executeTask(BlockingActivity) - Method in interface edu.rice.hj.runtime.forkjoin.InvocationStrategy
-
This method implements the strategy used to invoke Hj activities.
- executorService - Variable in class edu.rice.hj.runtime.forkjoin.ForkJoinRuntime
-
The ExecutorService used to run the tasks
- exit() - Method in class edu.rice.hj.runtime.actors.Actor
-
Call this to signal intention for the actor to terminate.
- extractFinishStatePhasers(BlockingFinishState) - Method in class edu.rice.hj.runtime.phasers.BlockingPhaserManager
-
- extractPhaserStates(BlockingActivity) - Method in class edu.rice.hj.runtime.phasers.BlockingPhaserManager
-
- extractProperty(HjSystemProperty, HjConfiguration.Lambda<String, T>) - Static method in class edu.rice.hj.runtime.config.HjConfiguration
-