Class MapReduceTiming
java.lang.Object
org.springframework.data.mongodb.core.mapreduce.MapReduceTiming
Deprecated.
-
Constructor Summary
ConstructorDescriptionMapReduceTiming
(long mapTime, long emitLoopTime, long totalTime) Deprecated. -
Method Summary
-
Constructor Details
-
MapReduceTiming
public MapReduceTiming(long mapTime, long emitLoopTime, long totalTime) Deprecated.
-
-
Method Details
-
getMapTime
public long getMapTime()Deprecated. -
getEmitLoopTime
public long getEmitLoopTime()Deprecated. -
getTotalTime
public long getTotalTime()Deprecated. -
toString
Deprecated. -
hashCode
public int hashCode()Deprecated. -
equals
Deprecated.
-
org.springframework.data.mongodb.core.aggregation
.