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