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
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMapReduceCounts(long inputCount, long emitCount, long outputCount) Deprecated.Creates a newMapReduceCountsusing 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 newMapReduceCountsusing 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
-
hashCode
-
equals
-
org.springframework.data.mongodb.core.aggregation.