Class BucketManagementOperationStatisticsType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.BucketManagementOperationStatisticsType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class BucketManagementOperationStatisticsType
extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Information about specific kind of work bucket management operation performance.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Integerprotected Integerstatic final QNameprotected Integerprotected Integerstatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNameprotected Longprotected Longprotected Longprotected Longprotected Longprotected Longprotected Stringprotected Longprotected Longprotected Long -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) bucketsReclaimed(Integer value) bucketWaitCount(Integer value) clone()conflictCount(Integer value) booleanequals(Object other, StructuredEqualsStrategy strategy) getCount()getName()inthashCode(StructuredHashCodeStrategy strategy) maxWaitTime(Long value) maxWastedTime(Long value) minWaitTime(Long value) minWastedTime(Long value) voidsetBucketsReclaimed(Integer value) voidsetBucketWaitCount(Integer value) voidsetConflictCount(Integer value) voidvoidsetMaxTime(Long value) voidsetMaxWaitTime(Long value) voidsetMaxWastedTime(Long value) voidsetMinTime(Long value) voidsetMinWaitTime(Long value) voidsetMinWastedTime(Long value) voidvoidsetTotalTime(Long value) voidsetTotalWaitTime(Long value) voidsetTotalWastedTime(Long value) totalWaitTime(Long value) totalWastedTime(Long value) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
name
-
count
-
totalTime
-
minTime
-
maxTime
-
conflictCount
-
totalWastedTime
-
minWastedTime
-
maxWastedTime
-
bucketWaitCount
-
bucketsReclaimed
-
totalWaitTime
-
minWaitTime
-
maxWaitTime
-
COMPLEX_TYPE
-
F_NAME
-
F_COUNT
-
F_TOTAL_TIME
-
F_MIN_TIME
-
F_MAX_TIME
-
F_CONFLICT_COUNT
-
F_TOTAL_WASTED_TIME
-
F_MIN_WASTED_TIME
-
F_MAX_WASTED_TIME
-
F_BUCKET_WAIT_COUNT
-
F_BUCKETS_RECLAIMED
-
F_TOTAL_WAIT_TIME
-
F_MIN_WAIT_TIME
-
F_MAX_WAIT_TIME
-
-
Constructor Details
-
BucketManagementOperationStatisticsType
public BucketManagementOperationStatisticsType() -
BucketManagementOperationStatisticsType
-
-
Method Details
-
getName
-
setName
-
getCount
-
setCount
-
getTotalTime
-
setTotalTime
-
getMinTime
-
setMinTime
-
getMaxTime
-
setMaxTime
-
getConflictCount
-
setConflictCount
-
getTotalWastedTime
-
setTotalWastedTime
-
getMinWastedTime
-
setMinWastedTime
-
getMaxWastedTime
-
setMaxWastedTime
-
getBucketWaitCount
-
setBucketWaitCount
-
getBucketsReclaimed
-
setBucketsReclaimed
-
getTotalWaitTime
-
setTotalWaitTime
-
getMinWaitTime
-
setMinWaitTime
-
getMaxWaitTime
-
setMaxWaitTime
-
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
-
count
-
totalTime
-
minTime
-
maxTime
-
conflictCount
-
totalWastedTime
-
minWastedTime
-
maxWastedTime
-
bucketWaitCount
-
bucketsReclaimed
-
totalWaitTime
-
minWaitTime
-
maxWaitTime
-
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
-