Class PerformanceAttributes
java.lang.Object
com.appiancorp.suiteapi.process.analytics2.PerformanceAttributes
- All Implemented Interfaces:
Serializable
This object represents the attribute that was executed while generating the
report. Various metrics such as no. of rows affected, time taken by the attribute
to execute etc. are available.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.appiancorp.suiteapi.process.analytics2.PerformanceAttributes.CompositeOrder
Returns the order in which the attribute is in relation to the shard and the main.Returns the description of the attribute.int
Returns the order in which the attribute was applied in relation to the main.int
Deprecated.getName()
Returns the name of the attribute.int
getOrder()
Returns the order in which the attribute was applied in relation to the shard.Returns name of the resource where the operation was executed.int
Returns the number of rows affected by the attribute during report generation.double
getTime()
Returns the amount of time taken by the attribute to execute during report generation.getType()
Returns the type of the attribute.void
setDescription
(String description_) Sets the description of the attributevoid
setMainOrder
(int mainOrder_) Sets the order in which the attribute will be applied in relation to the main.void
setMasterOrder
(int mainOrder_) Deprecated.usesetMainOrder(int)
insteadvoid
Sets the name of the attributevoid
setOrder
(int order_) Sets the order in which the attribute will be applied in relation to the shard.void
setResource
(String resource) Sets name of the resource where the operation was executed.void
setRowsAffected
(int rowsAffected_) Set the number of rows affected during report generation.void
setTime
(double time_) Sets the amount of time taken by the attribute to execute during report generation.void
Sets the type of attributetoString()
-
Constructor Details
-
PerformanceAttributes
public PerformanceAttributes()
-
-
Method Details
-
getName
Returns the name of the attribute. -
setName
Sets the name of the attribute -
getType
Returns the type of the attribute. Example : Sort Column, Filter -
setType
Sets the type of attribute -
getResource
Returns name of the resource where the operation was executed. -
setResource
Sets name of the resource where the operation was executed. -
getTime
public double getTime()Returns the amount of time taken by the attribute to execute during report generation. -
setTime
public void setTime(double time_) Sets the amount of time taken by the attribute to execute during report generation. -
getRowsAffected
public int getRowsAffected()Returns the number of rows affected by the attribute during report generation. -
setRowsAffected
public void setRowsAffected(int rowsAffected_) Set the number of rows affected during report generation.- Parameters:
rowsAffected_
-
-
getDescription
Returns the description of the attribute. -
setDescription
Sets the description of the attribute -
getOrder
public int getOrder()Returns the order in which the attribute was applied in relation to the shard. -
setOrder
public void setOrder(int order_) Sets the order in which the attribute will be applied in relation to the shard. -
getMasterOrder
Deprecated.usegetMainOrder()
insteadReturns the order in which the attribute was applied in relation to the main. -
getMainOrder
public int getMainOrder()Returns the order in which the attribute was applied in relation to the main. -
setMasterOrder
Deprecated.usesetMainOrder(int)
insteadSets the order in which the attribute will be applied in relation to the main. -
setMainOrder
public void setMainOrder(int mainOrder_) Sets the order in which the attribute will be applied in relation to the main. -
toString
-
getCompositeOrder
public com.appiancorp.suiteapi.process.analytics2.PerformanceAttributes.CompositeOrder getCompositeOrder()Returns the order in which the attribute is in relation to the shard and the main.
-
getMainOrder()
instead