public class FullCompactIndex extends IndexSlicesSpecific implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_SYNCHRONOUS |
boolean |
synchronous |
indexSlices
buildGroup
Constructor and Description |
---|
FullCompactIndex() |
FullCompactIndex(FullCompactIndex o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this FullCompactIndex.
|
static FullCompactIndex |
fromString(java.lang.String s)
String representation of this FullCompactIndex.
|
boolean |
isSynchronous()
Force the full compact to be executed synchronously
|
FullCompactIndex |
makeCopy()
Creates and returns a deep copy of this FullCompactIndex.
|
static FullCompactIndex |
readFrom(java.io.InputStream is)
Read this FullCompactIndex from an XML fragment.
|
void |
setSynchronous(boolean synchronous)
Force the full compact to be executed synchronously
|
java.lang.String |
toString()
String representation of this FullCompactIndex.
|
FullCompactIndex |
withBuildGroup(java.lang.String buildGroup) |
FullCompactIndex |
withIndexSlices(java.lang.String indexSlices) |
FullCompactIndex |
withSynchronous(boolean synchronous) |
FullCompactIndex |
withSynchronous(java.lang.Boolean synchronous) |
void |
writeTo(java.io.OutputStream os)
Write this FullCompactIndex as an XML fragment
|
getIndexSlices, setIndexSlices
getBuildGroup, setBuildGroup
public boolean synchronous
public static final boolean DEFAULT_SYNCHRONOUS
public FullCompactIndex()
public FullCompactIndex(FullCompactIndex o)
public FullCompactIndex withIndexSlices(java.lang.String indexSlices)
withIndexSlices
in class IndexSlicesSpecific
public FullCompactIndex withBuildGroup(java.lang.String buildGroup)
withBuildGroup
in class IndexSlicesSpecific
public void setSynchronous(boolean synchronous)
public boolean isSynchronous()
public FullCompactIndex withSynchronous(boolean synchronous)
public FullCompactIndex withSynchronous(java.lang.Boolean synchronous)
public FullCompactIndex makeCopy()
makeCopy
in class IndexSlicesSpecific
public static FullCompactIndex 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
writeTo
in class IndexSlicesSpecific
javax.xml.bind.JAXBException
java.io.IOException
public static FullCompactIndex 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 IndexSlicesSpecific
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class IndexSlicesSpecific
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.