Class RepositoryOperationPerformanceInformationType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.RepositoryOperationPerformanceInformationType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class RepositoryOperationPerformanceInformationType
extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Information about single repository operation kind (e.g. getObject) performance.
It is strongly related to the internal implementation of the repository, so it may change at any time.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNameprotected Integerstatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNameprotected Integerprotected Longprotected Longprotected Longprotected Longprotected Stringprotected Longprotected Long -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()booleanequals(Object other, StructuredEqualsStrategy strategy) executionCount(Integer value) getName()inthashCode(StructuredHashCodeStrategy strategy) invocationCount(Integer value) maxWastedTime(Long value) minWastedTime(Long value) voidsetExecutionCount(Integer value) voidsetInvocationCount(Integer value) voidsetMaxTime(Long value) voidsetMaxWastedTime(Long value) voidsetMinTime(Long value) voidsetMinWastedTime(Long value) voidvoidsetTotalTime(Long value) voidsetTotalWastedTime(Long value) totalWastedTime(Long value) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
name
-
invocationCount
-
executionCount
-
totalTime
-
minTime
-
maxTime
-
totalWastedTime
-
minWastedTime
-
maxWastedTime
-
COMPLEX_TYPE
-
F_NAME
-
F_INVOCATION_COUNT
-
F_EXECUTION_COUNT
-
F_TOTAL_TIME
-
F_MIN_TIME
-
F_MAX_TIME
-
F_TOTAL_WASTED_TIME
-
F_MIN_WASTED_TIME
-
F_MAX_WASTED_TIME
-
-
Constructor Details
-
RepositoryOperationPerformanceInformationType
public RepositoryOperationPerformanceInformationType() -
RepositoryOperationPerformanceInformationType
public RepositoryOperationPerformanceInformationType(RepositoryOperationPerformanceInformationType other)
-
-
Method Details
-
getName
-
setName
-
getInvocationCount
-
setInvocationCount
-
getExecutionCount
-
setExecutionCount
-
getTotalTime
-
setTotalTime
-
getMinTime
-
setMinTime
-
getMaxTime
-
setMaxTime
-
getTotalWastedTime
-
setTotalWastedTime
-
getMinWastedTime
-
setMinWastedTime
-
getMaxWastedTime
-
setMaxWastedTime
-
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
name
-
invocationCount
-
executionCount
-
totalTime
-
minTime
-
maxTime
-
totalWastedTime
-
minWastedTime
-
maxWastedTime
-
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-