public class MapReduceCounts extends Object
| Modifier and Type | Field and Description |
|---|---|
static MapReduceCounts |
NONE |
| Constructor and Description |
|---|
MapReduceCounts(long inputCount,
long emitCount,
long outputCount)
Creates a new
MapReduceCounts using the given input count, emit count, and output count. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getEmitCount() |
long |
getInputCount() |
long |
getOutputCount() |
int |
hashCode() |
String |
toString() |
public static final MapReduceCounts NONE
public MapReduceCounts(long inputCount,
long emitCount,
long outputCount)
MapReduceCounts using the given input count, emit count, and output count.inputCount - emitCount - outputCount - Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.