Class MapReduceCounts
java.lang.Object
org.springframework.data.mongodb.core.mapreduce.MapReduceCounts
Deprecated.
Value object to encapsulate results of a map-reduce count.
- Author:
- Mark Pollack, Oliver Gierke
-
Field Summary
-
Constructor Summary
ConstructorDescriptionMapReduceCounts
(long inputCount, long emitCount, long outputCount) Deprecated.Creates a newMapReduceCounts
using the given input count, emit count, and output count. -
Method Summary
-
Field Details
-
NONE
Deprecated.
-
-
Constructor Details
-
MapReduceCounts
public MapReduceCounts(long inputCount, long emitCount, long outputCount) Deprecated.Creates a newMapReduceCounts
using the given input count, emit count, and output count.- Parameters:
inputCount
-emitCount
-outputCount
-
-
-
Method Details
-
getInputCount
public long getInputCount()Deprecated. -
getEmitCount
public long getEmitCount()Deprecated. -
getOutputCount
public long getOutputCount()Deprecated. -
toString
Deprecated. -
hashCode
public int hashCode()Deprecated. -
equals
Deprecated.
-
org.springframework.data.mongodb.core.aggregation
.