|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskResult | |
---|---|
org.apache.hadoop.examples.pi | This package consists of a map/reduce application, distbbp, which computes exact binary digits of the mathematical constant π. |
Uses of TaskResult in org.apache.hadoop.examples.pi |
---|
Methods in org.apache.hadoop.examples.pi that return TaskResult | |
---|---|
TaskResult |
TaskResult.combine(TaskResult that)
Combine this with that. |
static TaskResult |
TaskResult.valueOf(String s)
Covert a String to a TaskResult |
Methods in org.apache.hadoop.examples.pi that return types with arguments of type TaskResult | |
---|---|
static Map.Entry<String,TaskResult> |
DistSum.string2TaskResult(String s)
Convert a String to a (String, TaskResult) pair |
Methods in org.apache.hadoop.examples.pi with parameters of type TaskResult | |
---|---|
TaskResult |
TaskResult.combine(TaskResult that)
Combine this with that. |
int |
TaskResult.compareTo(TaskResult that)
|
static String |
DistSum.taskResult2string(String name,
TaskResult result)
Convert a TaskResult to a String |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |