Class SingleCachePerformanceInformationType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class SingleCachePerformanceInformationType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Information about performance of a given (single) cache. EXPERIMENTAL.

    Java class for SingleCachePerformanceInformationType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="SingleCachePerformanceInformationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="hitCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="weakHitCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="missCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="passCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="notAvailableCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • hitCount

        protected Integer hitCount
      • weakHitCount

        protected Integer weakHitCount
      • missCount

        protected Integer missCount
      • passCount

        protected Integer passCount
      • notAvailableCount

        protected Integer notAvailableCount
      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_NAME

        public static final ItemName F_NAME
      • F_HIT_COUNT

        public static final ItemName F_HIT_COUNT
      • F_WEAK_HIT_COUNT

        public static final ItemName F_WEAK_HIT_COUNT
      • F_MISS_COUNT

        public static final ItemName F_MISS_COUNT
      • F_PASS_COUNT

        public static final ItemName F_PASS_COUNT
      • F_NOT_AVAILABLE_COUNT

        public static final ItemName F_NOT_AVAILABLE_COUNT
    • Constructor Detail

      • SingleCachePerformanceInformationType

        public SingleCachePerformanceInformationType()
        Creates a new SingleCachePerformanceInformationType instance.
      • SingleCachePerformanceInformationType

        public SingleCachePerformanceInformationType​(SingleCachePerformanceInformationType o)
        Creates a new SingleCachePerformanceInformationType instance by deeply copying a given SingleCachePerformanceInformationType instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if o is null.
    • 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 is String
      • getHitCount

        public Integer getHitCount()
        Gets the value of the hitCount property.
        Returns:
        possible object is Integer
      • setHitCount

        public void setHitCount​(Integer value)
        Sets the value of the hitCount property.
        Parameters:
        value - allowed object is Integer
      • getWeakHitCount

        public Integer getWeakHitCount()
        Gets the value of the weakHitCount property.
        Returns:
        possible object is Integer
      • setWeakHitCount

        public void setWeakHitCount​(Integer value)
        Sets the value of the weakHitCount property.
        Parameters:
        value - allowed object is Integer
      • getMissCount

        public Integer getMissCount()
        Gets the value of the missCount property.
        Returns:
        possible object is Integer
      • setMissCount

        public void setMissCount​(Integer value)
        Sets the value of the missCount property.
        Parameters:
        value - allowed object is Integer
      • getPassCount

        public Integer getPassCount()
        Gets the value of the passCount property.
        Returns:
        possible object is Integer
      • setPassCount

        public void setPassCount​(Integer value)
        Sets the value of the passCount property.
        Parameters:
        value - allowed object is Integer
      • getNotAvailableCount

        public Integer getNotAvailableCount()
        Gets the value of the notAvailableCount property.
        Returns:
        possible object is Integer
      • setNotAvailableCount

        public void setNotAvailableCount​(Integer value)
        Sets the value of the notAvailableCount property.
        Parameters:
        value - allowed object is Integer
      • 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
        Overrides:
        toString in class Object
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • 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 interface org.jvnet.jaxb2_commons.lang.Equals