Package dev.morphia

Class MapreduceResults.Stats

  • Enclosing class:
    MapreduceResults<T>

    public class MapreduceResults.Stats
    extends java.lang.Object
    This class represents various statistics about a map reduce operation
    • Constructor Detail

      • Stats

        public Stats()
    • Method Detail

      • getEmitCount

        public int getEmitCount()
        Returns:
        the emit count of the operation
      • getInputCount

        public int getInputCount()
        Returns:
        the input count of the operation
      • getOutputCount

        public int getOutputCount()
        Returns:
        the output count of the operation