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:
- 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 Integer
bucketsReclaimed
protected Integer
bucketWaitCount
static QName
COMPLEX_TYPE
protected Integer
conflictCount
protected Integer
count
static ItemName
F_BUCKET_WAIT_COUNT
static ItemName
F_BUCKETS_RECLAIMED
static ItemName
F_CONFLICT_COUNT
static ItemName
F_COUNT
static ItemName
F_MAX_TIME
static ItemName
F_MAX_WAIT_TIME
static ItemName
F_MAX_WASTED_TIME
static ItemName
F_MIN_TIME
static ItemName
F_MIN_WAIT_TIME
static ItemName
F_MIN_WASTED_TIME
static ItemName
F_NAME
static ItemName
F_TOTAL_TIME
static ItemName
F_TOTAL_WAIT_TIME
static ItemName
F_TOTAL_WASTED_TIME
protected Long
maxTime
protected Long
maxWaitTime
protected Long
maxWastedTime
protected Long
minTime
protected Long
minWaitTime
protected Long
minWastedTime
protected String
name
protected Long
totalTime
protected Long
totalWaitTime
protected Long
totalWastedTime
-
Constructor Summary
Constructors Constructor Description BucketManagementOperationStatisticsType()
BucketManagementOperationStatisticsType(BucketManagementOperationStatisticsType other)
-
Method Summary
-
-
-
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:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
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:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public BucketManagementOperationStatisticsType clone()
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-