Class SingleCachePerformanceInformationType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.SingleCachePerformanceInformationType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class SingleCachePerformanceInformationType
extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Information about performance of a given (single) cache.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()booleanequals(Object other, StructuredEqualsStrategy strategy) getName()inthashCode(StructuredHashCodeStrategy strategy) notAvailableCount(Integer value) voidsetHitCount(Integer value) voidsetMissCount(Integer value) voidvoidsetNotAvailableCount(Integer value) voidsetPassCount(Integer value) voidsetWeakHitCount(Integer value) weakHitCount(Integer value) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
name
-
hitCount
-
weakHitCount
-
missCount
-
passCount
-
notAvailableCount
-
COMPLEX_TYPE
-
F_NAME
-
F_HIT_COUNT
-
F_WEAK_HIT_COUNT
-
F_MISS_COUNT
-
F_PASS_COUNT
-
F_NOT_AVAILABLE_COUNT
-
-
Constructor Details
-
SingleCachePerformanceInformationType
public SingleCachePerformanceInformationType() -
SingleCachePerformanceInformationType
-
-
Method Details
-
getName
-
setName
-
getHitCount
-
setHitCount
-
getWeakHitCount
-
setWeakHitCount
-
getMissCount
-
setMissCount
-
getPassCount
-
setPassCount
-
getNotAvailableCount
-
setNotAvailableCount
-
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
-
hitCount
-
weakHitCount
-
missCount
-
passCount
-
notAvailableCount
-
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
-