Class PerformanceMeasurementParams

  • All Implemented Interfaces:

    
    public class PerformanceMeasurementParams
    
                        

    This class defines the parameters used for PerformanceManager. All of the variables of this class are optional except processName. The comparison of this class while deciding on the measurement is done according to the values of its variables, not the instance. So; PerformanceMeasurementsParams12341 -> processName: "dataManagement", siteId: 2 PerformanceMeasurementParams4523 -> processName: "dataManagement", siteId: 2 are considered to be equal even though they are different instances.