public class FullCompactIndexField extends IndexSlicesSpecific implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_SYNCHRONOUS |
java.lang.String |
name |
boolean |
synchronous |
indexSlices
buildGroup
Constructor and Description |
---|
FullCompactIndexField() |
FullCompactIndexField(FullCompactIndexField o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this FullCompactIndexField.
|
static FullCompactIndexField |
fromString(java.lang.String s)
String representation of this FullCompactIndexField.
|
java.lang.String |
getName()
The name of the index field to compact.
|
boolean |
isSynchronous()
Force the full compact to be executed synchronously
|
FullCompactIndexField |
makeCopy()
Creates and returns a deep copy of this FullCompactIndexField.
|
static FullCompactIndexField |
readFrom(java.io.InputStream is)
Read this FullCompactIndexField from an XML fragment.
|
void |
setName(java.lang.String name)
The name of the index field to compact.
|
void |
setSynchronous(boolean synchronous)
Force the full compact to be executed synchronously
|
java.lang.String |
toString()
String representation of this FullCompactIndexField.
|
FullCompactIndexField |
withBuildGroup(java.lang.String buildGroup) |
FullCompactIndexField |
withIndexSlices(java.lang.String indexSlices) |
FullCompactIndexField |
withName(java.lang.String name) |
FullCompactIndexField |
withSynchronous(boolean synchronous) |
FullCompactIndexField |
withSynchronous(java.lang.Boolean synchronous) |
void |
writeTo(java.io.OutputStream os)
Write this FullCompactIndexField as an XML fragment
|
getIndexSlices, setIndexSlices
getBuildGroup, setBuildGroup
public java.lang.String name
public boolean synchronous
public static final boolean DEFAULT_SYNCHRONOUS
public FullCompactIndexField()
public FullCompactIndexField(FullCompactIndexField o)
public FullCompactIndexField withIndexSlices(java.lang.String indexSlices)
withIndexSlices
in class IndexSlicesSpecific
public FullCompactIndexField withBuildGroup(java.lang.String buildGroup)
withBuildGroup
in class IndexSlicesSpecific
public void setName(java.lang.String name)
public java.lang.String getName()
public FullCompactIndexField withName(java.lang.String name)
public void setSynchronous(boolean synchronous)
public boolean isSynchronous()
public FullCompactIndexField withSynchronous(boolean synchronous)
public FullCompactIndexField withSynchronous(java.lang.Boolean synchronous)
public FullCompactIndexField makeCopy()
makeCopy
in class IndexSlicesSpecific
public static FullCompactIndexField 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 FullCompactIndexField 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.