public class IndexQueryCacheStatus
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.util.List<LruElement> |
lruElement |
int |
nbDids |
int |
nbQueries |
Constructor and Description |
---|
IndexQueryCacheStatus() |
IndexQueryCacheStatus(IndexQueryCacheStatus o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this IndexQueryCacheStatus.
|
static IndexQueryCacheStatus |
fromString(java.lang.String s)
String representation of this IndexQueryCacheStatus.
|
java.util.List<LruElement> |
getLruElement() |
int |
getNbDids() |
int |
getNbQueries() |
IndexQueryCacheStatus |
makeCopy()
Creates and returns a deep copy of this IndexQueryCacheStatus.
|
static IndexQueryCacheStatus |
readFrom(java.io.InputStream is)
Read this IndexQueryCacheStatus from an XML fragment.
|
void |
setNbDids(int nbDids) |
void |
setNbQueries(int nbQueries) |
java.lang.String |
toString()
String representation of this IndexQueryCacheStatus.
|
IndexQueryCacheStatus |
withLruElement(java.util.Collection<LruElement> __values) |
IndexQueryCacheStatus |
withLruElement(LruElement... __values) |
IndexQueryCacheStatus |
withNbDids(int nbDids) |
IndexQueryCacheStatus |
withNbDids(java.lang.Integer nbDids) |
IndexQueryCacheStatus |
withNbQueries(int nbQueries) |
IndexQueryCacheStatus |
withNbQueries(java.lang.Integer nbQueries) |
void |
writeTo(java.io.OutputStream os)
Write this IndexQueryCacheStatus as an XML fragment
|
public java.util.List<LruElement> lruElement
public int nbDids
public int nbQueries
public IndexQueryCacheStatus()
public IndexQueryCacheStatus(IndexQueryCacheStatus o)
public java.util.List<LruElement> getLruElement()
public IndexQueryCacheStatus withLruElement(LruElement... __values)
public IndexQueryCacheStatus withLruElement(java.util.Collection<LruElement> __values)
public void setNbDids(int nbDids)
public int getNbDids()
public IndexQueryCacheStatus withNbDids(int nbDids)
public IndexQueryCacheStatus withNbDids(java.lang.Integer nbDids)
public void setNbQueries(int nbQueries)
public int getNbQueries()
public IndexQueryCacheStatus withNbQueries(int nbQueries)
public IndexQueryCacheStatus withNbQueries(java.lang.Integer nbQueries)
public IndexQueryCacheStatus makeCopy()
public static IndexQueryCacheStatus readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
javax.xml.bind.JAXBException
java.io.IOException
public static IndexQueryCacheStatus fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class java.lang.Object
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.