| 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 | Description |
|---|---|---|
TaskResult |
TaskResult.combine(TaskResult that) |
Combine this with that.
|
static TaskResult |
TaskResult.valueOf(java.lang.String s) |
Covert a String to a TaskResult.
|
| Modifier and Type | Method | Description |
|---|---|---|
static java.util.Map.Entry<java.lang.String,TaskResult> |
DistSum.string2TaskResult(java.lang.String s) |
Convert a String to a (String, TaskResult) pair
|
| Modifier and Type | Method | Description |
|---|---|---|
TaskResult |
TaskResult.combine(TaskResult that) |
Combine this with that.
|
int |
TaskResult.compareTo(TaskResult that) |
|
static java.lang.String |
DistSum.taskResult2string(java.lang.String name,
TaskResult result) |
Convert a TaskResult to a String
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.