Class IterationResultMetaData

  • All Implemented Interfaces:
    java.io.Serializable

    public class IterationResultMetaData
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      IterationResultMetaData​(long allOps, long measuredOps)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getAllOps()  
      long getMeasuredOps()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IterationResultMetaData

        public IterationResultMetaData​(long allOps,
                                       long measuredOps)
    • Method Detail

      • getMeasuredOps

        public long getMeasuredOps()
      • getAllOps

        public long getAllOps()