| Package | Description |
|---|---|
| edu.rice.hj.runtime.forkjoin |
The base package for a fork-join based parallel implementation of the HJ runtime.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
InvocationStrategy.RunnableInvocationStrategy.AsyncInFinishStrategy
Run Hj activity in finish invocation strategy implementation.
|
static class |
InvocationStrategy.RunnableInvocationStrategy.AsyncInNonHjThreadStrategy
Run Hj activity in finish invocation strategy implementation.
|
static class |
InvocationStrategy.RunnableInvocationStrategy.DefaultStrategy
Default Hj activity invocation strategy implementation.
|
| Modifier and Type | Field and Description |
|---|---|
static InvocationStrategy.RunnableInvocationStrategy |
InvocationStrategy.RunnableInvocationStrategy.ASYNC_DEFAULT
Singleton representing the default strategy to invoke an Hj activity.
|
static InvocationStrategy.RunnableInvocationStrategy |
InvocationStrategy.RunnableInvocationStrategy.ASYNC_IN_FINISH
Singleton representing a strategy to invoke an HJ activity in a finish.
|
static InvocationStrategy.RunnableInvocationStrategy |
InvocationStrategy.RunnableInvocationStrategy.ASYNC_NON_HJ_THREAD
Singleton representing the default strategy to invoke an Hj activity.
|
Copyright © 2014 Rice University - Department of Computer Science. All rights reserved.