Class BucketManagementOperationStatisticsType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.BucketManagementOperationStatisticsType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.Equals
,org.jvnet.jaxb2_commons.lang.HashCode
public class BucketManagementOperationStatisticsType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Information about specific kind of work bucket management operation performance.Java class for BucketManagementOperationStatisticsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BucketManagementOperationStatisticsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="count" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="totalTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="minTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="maxTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="conflictCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="totalWastedTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="minWastedTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="maxWastedTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="bucketWaitCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="bucketsReclaimed" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="totalWaitTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="minWaitTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="maxWaitTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
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()
Creates a newBucketManagementOperationStatisticsType
instance.BucketManagementOperationStatisticsType(BucketManagementOperationStatisticsType o)
Creates a newBucketManagementOperationStatisticsType
instance by deeply copying a givenBucketManagementOperationStatisticsType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
BucketManagementOperationStatisticsType
bucketsReclaimed(Integer value)
BucketManagementOperationStatisticsType
bucketWaitCount(Integer value)
BucketManagementOperationStatisticsType
clone()
Creates and returns a deep copy of this object.BucketManagementOperationStatisticsType
conflictCount(Integer value)
BucketManagementOperationStatisticsType
count(Integer value)
boolean
equals(Object object)
boolean
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
Integer
getBucketsReclaimed()
Gets the value of the bucketsReclaimed property.Integer
getBucketWaitCount()
Gets the value of the bucketWaitCount property.Integer
getConflictCount()
Gets the value of the conflictCount property.Integer
getCount()
Gets the value of the count property.Long
getMaxTime()
Gets the value of the maxTime property.Long
getMaxWaitTime()
Gets the value of the maxWaitTime property.Long
getMaxWastedTime()
Gets the value of the maxWastedTime property.Long
getMinTime()
Gets the value of the minTime property.Long
getMinWaitTime()
Gets the value of the minWaitTime property.Long
getMinWastedTime()
Gets the value of the minWastedTime property.String
getName()
Gets the value of the name property.Long
getTotalTime()
Gets the value of the totalTime property.Long
getTotalWaitTime()
Gets the value of the totalWaitTime property.Long
getTotalWastedTime()
Gets the value of the totalWastedTime property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
BucketManagementOperationStatisticsType
maxTime(Long value)
BucketManagementOperationStatisticsType
maxWaitTime(Long value)
BucketManagementOperationStatisticsType
maxWastedTime(Long value)
BucketManagementOperationStatisticsType
minTime(Long value)
BucketManagementOperationStatisticsType
minWaitTime(Long value)
BucketManagementOperationStatisticsType
minWastedTime(Long value)
BucketManagementOperationStatisticsType
name(String value)
void
setBucketsReclaimed(Integer value)
Sets the value of the bucketsReclaimed property.void
setBucketWaitCount(Integer value)
Sets the value of the bucketWaitCount property.void
setConflictCount(Integer value)
Sets the value of the conflictCount property.void
setCount(Integer value)
Sets the value of the count property.void
setMaxTime(Long value)
Sets the value of the maxTime property.void
setMaxWaitTime(Long value)
Sets the value of the maxWaitTime property.void
setMaxWastedTime(Long value)
Sets the value of the maxWastedTime property.void
setMinTime(Long value)
Sets the value of the minTime property.void
setMinWaitTime(Long value)
Sets the value of the minWaitTime property.void
setMinWastedTime(Long value)
Sets the value of the minWastedTime property.void
setName(String value)
Sets the value of the name property.void
setTotalTime(Long value)
Sets the value of the totalTime property.void
setTotalWaitTime(Long value)
Sets the value of the totalWaitTime property.void
setTotalWastedTime(Long value)
Sets the value of the totalWastedTime property.String
toString()
Generates a String representation of the contents of this type.BucketManagementOperationStatisticsType
totalTime(Long value)
BucketManagementOperationStatisticsType
totalWaitTime(Long value)
BucketManagementOperationStatisticsType
totalWastedTime(Long value)
-
-
-
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()
Creates a newBucketManagementOperationStatisticsType
instance.
-
BucketManagementOperationStatisticsType
public BucketManagementOperationStatisticsType(BucketManagementOperationStatisticsType o)
Creates a newBucketManagementOperationStatisticsType
instance by deeply copying a givenBucketManagementOperationStatisticsType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getCount
public Integer getCount()
Gets the value of the count property.- Returns:
- possible object is
Integer
-
setCount
public void setCount(Integer value)
Sets the value of the count property.- Parameters:
value
- allowed object isInteger
-
getTotalTime
public Long getTotalTime()
Gets the value of the totalTime property.- Returns:
- possible object is
Long
-
setTotalTime
public void setTotalTime(Long value)
Sets the value of the totalTime property.- Parameters:
value
- allowed object isLong
-
getMinTime
public Long getMinTime()
Gets the value of the minTime property.- Returns:
- possible object is
Long
-
setMinTime
public void setMinTime(Long value)
Sets the value of the minTime property.- Parameters:
value
- allowed object isLong
-
getMaxTime
public Long getMaxTime()
Gets the value of the maxTime property.- Returns:
- possible object is
Long
-
setMaxTime
public void setMaxTime(Long value)
Sets the value of the maxTime property.- Parameters:
value
- allowed object isLong
-
getConflictCount
public Integer getConflictCount()
Gets the value of the conflictCount property.- Returns:
- possible object is
Integer
-
setConflictCount
public void setConflictCount(Integer value)
Sets the value of the conflictCount property.- Parameters:
value
- allowed object isInteger
-
getTotalWastedTime
public Long getTotalWastedTime()
Gets the value of the totalWastedTime property.- Returns:
- possible object is
Long
-
setTotalWastedTime
public void setTotalWastedTime(Long value)
Sets the value of the totalWastedTime property.- Parameters:
value
- allowed object isLong
-
getMinWastedTime
public Long getMinWastedTime()
Gets the value of the minWastedTime property.- Returns:
- possible object is
Long
-
setMinWastedTime
public void setMinWastedTime(Long value)
Sets the value of the minWastedTime property.- Parameters:
value
- allowed object isLong
-
getMaxWastedTime
public Long getMaxWastedTime()
Gets the value of the maxWastedTime property.- Returns:
- possible object is
Long
-
setMaxWastedTime
public void setMaxWastedTime(Long value)
Sets the value of the maxWastedTime property.- Parameters:
value
- allowed object isLong
-
getBucketWaitCount
public Integer getBucketWaitCount()
Gets the value of the bucketWaitCount property.- Returns:
- possible object is
Integer
-
setBucketWaitCount
public void setBucketWaitCount(Integer value)
Sets the value of the bucketWaitCount property.- Parameters:
value
- allowed object isInteger
-
getBucketsReclaimed
public Integer getBucketsReclaimed()
Gets the value of the bucketsReclaimed property.- Returns:
- possible object is
Integer
-
setBucketsReclaimed
public void setBucketsReclaimed(Integer value)
Sets the value of the bucketsReclaimed property.- Parameters:
value
- allowed object isInteger
-
getTotalWaitTime
public Long getTotalWaitTime()
Gets the value of the totalWaitTime property.- Returns:
- possible object is
Long
-
setTotalWaitTime
public void setTotalWaitTime(Long value)
Sets the value of the totalWaitTime property.- Parameters:
value
- allowed object isLong
-
getMinWaitTime
public Long getMinWaitTime()
Gets the value of the minWaitTime property.- Returns:
- possible object is
Long
-
setMinWaitTime
public void setMinWaitTime(Long value)
Sets the value of the minWaitTime property.- Parameters:
value
- allowed object isLong
-
getMaxWaitTime
public Long getMaxWaitTime()
Gets the value of the maxWaitTime property.- Returns:
- possible object is
Long
-
setMaxWaitTime
public void setMaxWaitTime(Long value)
Sets the value of the maxWaitTime property.- Parameters:
value
- allowed object isLong
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals
-
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
-
clone
public BucketManagementOperationStatisticsType clone()
Creates and returns a deep copy of this object.
-
-