Package | Description |
---|---|
edu.rice.hj |
The base package for all habanero-java related items.
|
edu.rice.hj.runtime.eureka | |
edu.rice.hj.runtime.mapreduce2 | |
edu.rice.hj.runtime.util |
The base package for utility classes used by the HJ runtime.
|
Modifier and Type | Method and Description |
---|---|
static <MsgType> HjActor<MsgType> |
Module2.newActor(HjProcedure<Pair<HjActor<MsgType>,MsgType>> processor)
Factory method to create a new Actor instance with the specified message processing body.
|
Modifier and Type | Method and Description |
---|---|
Pair<L,R> |
HjBinaryEurekaImpl.get() |
Modifier and Type | Method and Description |
---|---|
boolean |
HjBinaryEurekaImpl.check(Pair<Object,Object> localValue,
boolean triggerAbort) |
boolean |
HjBinaryEurekaImpl.offer(Pair<L,R> newValue,
boolean triggerAbort) |
Modifier and Type | Method and Description |
---|---|
Pair<edu.rice.hj.runtime.mapreduce2.KeyString,Integer> |
WordCount.reduce(edu.rice.hj.runtime.mapreduce2.KeyString inKey,
List<Integer> inValue,
Pair<edu.rice.hj.runtime.mapreduce2.KeyString,Integer> initialValue)
The REDUCE function.
|
Pair<edu.rice.hj.runtime.mapreduce2.KeyString,Integer> |
WordCount.reduceIdentity(edu.rice.hj.runtime.mapreduce2.KeyString inKey)
reduceIdentity.
|
Modifier and Type | Method and Description |
---|---|
Pair<edu.rice.hj.runtime.mapreduce2.KeyString,Integer> |
WordCount.reduce(edu.rice.hj.runtime.mapreduce2.KeyString inKey,
List<Integer> inValue,
Pair<edu.rice.hj.runtime.mapreduce2.KeyString,Integer> initialValue)
The REDUCE function.
|
Modifier and Type | Method and Description |
---|---|
static <L,R> Pair<L,R> |
Pair.factory(L left,
R right)
Factory method.
|
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.