Class CachesPerformanceInformationType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.CachesPerformanceInformationType
-
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class CachesPerformanceInformationType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Information about performance of various caches present in midPoint.- 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 List<SingleCachePerformanceInformationType>
cache
static QName
COMPLEX_TYPE
static ItemName
F_CACHE
-
Constructor Summary
Constructors Constructor Description CachesPerformanceInformationType()
CachesPerformanceInformationType(CachesPerformanceInformationType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
SingleCachePerformanceInformationType
beginCache()
CachesPerformanceInformationType
cache(SingleCachePerformanceInformationType value)
CachesPerformanceInformationType
clone()
boolean
equals(Object other, StructuredEqualsStrategy strategy)
List<SingleCachePerformanceInformationType>
getCache()
int
hashCode(StructuredHashCodeStrategy strategy)
-
-
-
Field Detail
-
cache
protected List<SingleCachePerformanceInformationType> cache
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_CACHE
public static final ItemName F_CACHE
-
-
Constructor Detail
-
CachesPerformanceInformationType
public CachesPerformanceInformationType()
-
CachesPerformanceInformationType
public CachesPerformanceInformationType(CachesPerformanceInformationType other)
-
-
Method Detail
-
getCache
public List<SingleCachePerformanceInformationType> getCache()
-
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
-
cache
public CachesPerformanceInformationType cache(SingleCachePerformanceInformationType value)
-
beginCache
public SingleCachePerformanceInformationType beginCache()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public CachesPerformanceInformationType clone()
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-