Package | Description |
---|---|
org.apache.hadoop.examples.pi |
This package consists of a map/reduce application,
distbbp,
which computes exact binary digits of the mathematical constant π.
|
Modifier and Type | Method and Description |
---|---|
TaskResult |
TaskResult.combine(TaskResult that)
Combine this with that.
|
static TaskResult |
TaskResult.valueOf(String s)
Covert a String to a TaskResult
|
Modifier and Type | Method and Description |
---|---|
static Map.Entry<String,TaskResult> |
DistSum.string2TaskResult(String s)
Convert a String to a (String, TaskResult) pair
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2013 Apache Software Foundation. All rights reserved.