Package | Description |
---|---|
edu.rice.hj.api |
The base package for all Habanero-Java API.
|
edu.rice.hj.runtime.baseruntime | |
edu.rice.hj.runtime.javafj | |
edu.rice.hj.runtime.sequential |
The base package for a sequential implementation of the HJ runtime.
|
Modifier and Type | Method and Description |
---|---|
HjEventLogger |
HjRuntime.retrieveEventLogger()
Retrieves the
HjEventLogger used by the runtime. |
Modifier and Type | Class and Description |
---|---|
class |
EventLogger
Utility class that tracks events occurring in the Habanero runtime.
|
Modifier and Type | Method and Description |
---|---|
HjEventLogger |
BaseRuntime.retrieveEventLogger() |
Modifier and Type | Method and Description |
---|---|
HjEventLogger |
JavaForkJoinRuntime.retrieveEventLogger()
Retrieves the
HjEventLogger used by the runtime. |
Modifier and Type | Method and Description |
---|---|
HjEventLogger |
SequentialRuntime.retrieveEventLogger()
Retrieves the
HjEventLogger used by the runtime. |
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.