org.springframework.data.mongodb.core.aggregation.@Deprecated public class MapReduceCounts extends Object
| Modifier and Type | Field and Description |
|---|---|
static MapReduceCounts |
NONE
Deprecated.
|
| Constructor and Description |
|---|
MapReduceCounts(long inputCount,
long emitCount,
long outputCount)
Deprecated.
Creates a new
MapReduceCounts using the given input count, emit count, and output count. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
long |
getEmitCount()
Deprecated.
|
long |
getInputCount()
Deprecated.
|
long |
getOutputCount()
Deprecated.
|
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
|
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.