public class PerformanceMetrics
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
PerformanceMetrics() |
Modifier and Type | Method and Description |
---|---|
java.sql.Timestamp |
getExecutionTimestamp()
Gets the timestamp when the performance metrics was generated for the report.
|
double |
getMaximumReportTime()
Returns the maximum time allowed for generating the report in the shard.
|
double |
getMaximumReportTimeMain()
Returns the maximum time allowed for generating the report.
|
double |
getMaximumReportTimeMaster()
Deprecated.
use
getMaximumReportTimeMain() instead |
PerformanceAttributes[] |
getPerformanceAttributes()
Returns an array of performance attributes that were applied during report generation.
|
java.lang.String |
getReportName()
Returns the name of the report for which the performance metrics belong to.
|
double |
getTotalTime()
Returns the total time taken to generate the report.
|
java.lang.String |
getUsername()
Returns the name of the user that executed the report
|
int |
incrementOrder()
Returns the next order integer value to be used.
|
void |
setExecutionTimestamp(java.sql.Timestamp executionTimestamp_)
Sets the timestamp of PerformanceMetrics/report generation in the shard.
|
void |
setMaximumReportTime(double maximumReportTime_)
Sets the maximum time allowed for generating the report.
|
void |
setMaximumReportTimeMain(double maximumReportTimeMain_)
Sets the maximum time allowed for generating the report.
|
void |
setMaximumReportTimeMaster(double maximumReportTimeMain_)
Deprecated.
use
setMaximumReportTimeMain(double) instead |
void |
setOrder(java.util.concurrent.atomic.AtomicInteger order) |
void |
setPerformanceAttributes(PerformanceAttributes[] performanceAttributes_) |
void |
setReportName(java.lang.String reportName_) |
void |
setTotalTime(double totalTime_) |
void |
setUsername(java.lang.String username_) |
java.lang.String |
toString() |
public java.sql.Timestamp getExecutionTimestamp()
public void setExecutionTimestamp(java.sql.Timestamp executionTimestamp_)
public double getMaximumReportTime()
public void setMaximumReportTime(double maximumReportTime_)
@Deprecated public double getMaximumReportTimeMaster()
getMaximumReportTimeMain()
insteadpublic double getMaximumReportTimeMain()
@Deprecated public void setMaximumReportTimeMaster(double maximumReportTimeMain_)
setMaximumReportTimeMain(double)
insteadpublic void setMaximumReportTimeMain(double maximumReportTimeMain_)
public PerformanceAttributes[] getPerformanceAttributes()
public void setPerformanceAttributes(PerformanceAttributes[] performanceAttributes_)
getPerformanceAttributes()
public java.lang.String getReportName()
public void setReportName(java.lang.String reportName_)
getReportName()
public double getTotalTime()
public void setTotalTime(double totalTime_)
getTotalTime()
public java.lang.String getUsername()
public void setUsername(java.lang.String username_)
getUsername()
public int incrementOrder()
public void setOrder(java.util.concurrent.atomic.AtomicInteger order)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.