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 AbstractPlainStructured
Information about specific kind of work bucket management operation performance.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description protected IntegerbucketsReclaimedprotected IntegerbucketWaitCountstatic QNameCOMPLEX_TYPEprotected IntegerconflictCountprotected Integercountstatic ItemNameF_BUCKET_WAIT_COUNTstatic ItemNameF_BUCKETS_RECLAIMEDstatic ItemNameF_CONFLICT_COUNTstatic ItemNameF_COUNTstatic ItemNameF_MAX_TIMEstatic ItemNameF_MAX_WAIT_TIMEstatic ItemNameF_MAX_WASTED_TIMEstatic ItemNameF_MIN_TIMEstatic ItemNameF_MIN_WAIT_TIMEstatic ItemNameF_MIN_WASTED_TIMEstatic ItemNameF_NAMEstatic ItemNameF_TOTAL_TIMEstatic ItemNameF_TOTAL_WAIT_TIMEstatic ItemNameF_TOTAL_WASTED_TIMEprotected LongmaxTimeprotected LongmaxWaitTimeprotected LongmaxWastedTimeprotected LongminTimeprotected LongminWaitTimeprotected LongminWastedTimeprotected Stringnameprotected LongtotalTimeprotected LongtotalWaitTimeprotected LongtotalWastedTime
-
Constructor Summary
Constructors Constructor Description BucketManagementOperationStatisticsType()BucketManagementOperationStatisticsType(BucketManagementOperationStatisticsType other)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Field Detail
-
name
protected String name
-
count
protected Integer count
-
totalTime
protected Long totalTime
-
minTime
protected Long minTime
-
maxTime
protected Long maxTime
-
conflictCount
protected Integer conflictCount
-
totalWastedTime
protected Long totalWastedTime
-
minWastedTime
protected Long minWastedTime
-
maxWastedTime
protected Long maxWastedTime
-
bucketWaitCount
protected Integer bucketWaitCount
-
bucketsReclaimed
protected Integer bucketsReclaimed
-
totalWaitTime
protected Long totalWaitTime
-
minWaitTime
protected Long minWaitTime
-
maxWaitTime
protected Long maxWaitTime
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_NAME
public static final ItemName F_NAME
-
F_COUNT
public static final ItemName F_COUNT
-
F_TOTAL_TIME
public static final ItemName F_TOTAL_TIME
-
F_MIN_TIME
public static final ItemName F_MIN_TIME
-
F_MAX_TIME
public static final ItemName F_MAX_TIME
-
F_CONFLICT_COUNT
public static final ItemName F_CONFLICT_COUNT
-
F_TOTAL_WASTED_TIME
public static final ItemName F_TOTAL_WASTED_TIME
-
F_MIN_WASTED_TIME
public static final ItemName F_MIN_WASTED_TIME
-
F_MAX_WASTED_TIME
public static final ItemName F_MAX_WASTED_TIME
-
F_BUCKET_WAIT_COUNT
public static final ItemName F_BUCKET_WAIT_COUNT
-
F_BUCKETS_RECLAIMED
public static final ItemName F_BUCKETS_RECLAIMED
-
F_TOTAL_WAIT_TIME
public static final ItemName F_TOTAL_WAIT_TIME
-
F_MIN_WAIT_TIME
public static final ItemName F_MIN_WAIT_TIME
-
F_MAX_WAIT_TIME
public static final ItemName F_MAX_WAIT_TIME
-
-
Constructor Detail
-
BucketManagementOperationStatisticsType
public BucketManagementOperationStatisticsType()
-
BucketManagementOperationStatisticsType
public BucketManagementOperationStatisticsType(BucketManagementOperationStatisticsType other)
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String value)
-
getCount
public Integer getCount()
-
setCount
public void setCount(Integer value)
-
getTotalTime
public Long getTotalTime()
-
setTotalTime
public void setTotalTime(Long value)
-
getMinTime
public Long getMinTime()
-
setMinTime
public void setMinTime(Long value)
-
getMaxTime
public Long getMaxTime()
-
setMaxTime
public void setMaxTime(Long value)
-
getConflictCount
public Integer getConflictCount()
-
setConflictCount
public void setConflictCount(Integer value)
-
getTotalWastedTime
public Long getTotalWastedTime()
-
setTotalWastedTime
public void setTotalWastedTime(Long value)
-
getMinWastedTime
public Long getMinWastedTime()
-
setMinWastedTime
public void setMinWastedTime(Long value)
-
getMaxWastedTime
public Long getMaxWastedTime()
-
setMaxWastedTime
public void setMaxWastedTime(Long value)
-
getBucketWaitCount
public Integer getBucketWaitCount()
-
setBucketWaitCount
public void setBucketWaitCount(Integer value)
-
getBucketsReclaimed
public Integer getBucketsReclaimed()
-
setBucketsReclaimed
public void setBucketsReclaimed(Integer value)
-
getTotalWaitTime
public Long getTotalWaitTime()
-
setTotalWaitTime
public void setTotalWaitTime(Long value)
-
getMinWaitTime
public Long getMinWaitTime()
-
setMinWaitTime
public void setMinWaitTime(Long value)
-
getMaxWaitTime
public Long getMaxWaitTime()
-
setMaxWaitTime
public void setMaxWaitTime(Long value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAbstractPlainStructured
-
name
public BucketManagementOperationStatisticsType name(String value)
-
count
public BucketManagementOperationStatisticsType count(Integer value)
-
totalTime
public BucketManagementOperationStatisticsType totalTime(Long value)
-
minTime
public BucketManagementOperationStatisticsType minTime(Long value)
-
maxTime
public BucketManagementOperationStatisticsType maxTime(Long value)
-
conflictCount
public BucketManagementOperationStatisticsType conflictCount(Integer value)
-
totalWastedTime
public BucketManagementOperationStatisticsType totalWastedTime(Long value)
-
minWastedTime
public BucketManagementOperationStatisticsType minWastedTime(Long value)
-
maxWastedTime
public BucketManagementOperationStatisticsType maxWastedTime(Long value)
-
bucketWaitCount
public BucketManagementOperationStatisticsType bucketWaitCount(Integer value)
-
bucketsReclaimed
public BucketManagementOperationStatisticsType bucketsReclaimed(Integer value)
-
totalWaitTime
public BucketManagementOperationStatisticsType totalWaitTime(Long value)
-
minWaitTime
public BucketManagementOperationStatisticsType minWaitTime(Long value)
-
maxWaitTime
public BucketManagementOperationStatisticsType maxWaitTime(Long value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public BucketManagementOperationStatisticsType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-