Class MapReduceCounts

java.lang.Object
org.springframework.data.mongodb.core.mapreduce.MapReduceCounts

@Deprecated public class MapReduceCounts extends Object
Deprecated.
Value object to encapsulate results of a map-reduce count.
Author:
Mark Pollack, Oliver Gierke
  • Field Details

  • Constructor Details

    • MapReduceCounts

      public MapReduceCounts(long inputCount, long emitCount, long outputCount)
      Deprecated.
      Creates a new MapReduceCounts 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

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(@Nullable Object obj)
      Deprecated.
      Overrides:
      equals in class Object