public class CompactIndexAttributes extends IndexSlicesSpecific implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
int |
firstSlot |
int |
groupId |
int |
lastSlot |
indexSlices
buildGroup
Constructor and Description |
---|
CompactIndexAttributes() |
CompactIndexAttributes(CompactIndexAttributes o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this CompactIndexAttributes.
|
static CompactIndexAttributes |
fromString(java.lang.String s)
String representation of this CompactIndexAttributes.
|
int |
getFirstSlot()
The first slot to compact.
|
int |
getGroupId()
The identifier of the group of attributes.
|
int |
getLastSlot()
The last slot to compact.
|
CompactIndexAttributes |
makeCopy()
Creates and returns a deep copy of this CompactIndexAttributes.
|
static CompactIndexAttributes |
readFrom(java.io.InputStream is)
Read this CompactIndexAttributes from an XML fragment.
|
void |
setFirstSlot(int firstSlot)
The first slot to compact.
|
void |
setGroupId(int groupId)
The identifier of the group of attributes.
|
void |
setLastSlot(int lastSlot)
The last slot to compact.
|
java.lang.String |
toString()
String representation of this CompactIndexAttributes.
|
CompactIndexAttributes |
withBuildGroup(java.lang.String buildGroup) |
CompactIndexAttributes |
withFirstSlot(int firstSlot) |
CompactIndexAttributes |
withFirstSlot(java.lang.Integer firstSlot) |
CompactIndexAttributes |
withGroupId(int groupId) |
CompactIndexAttributes |
withGroupId(java.lang.Integer groupId) |
CompactIndexAttributes |
withIndexSlices(java.lang.String indexSlices) |
CompactIndexAttributes |
withLastSlot(int lastSlot) |
CompactIndexAttributes |
withLastSlot(java.lang.Integer lastSlot) |
void |
writeTo(java.io.OutputStream os)
Write this CompactIndexAttributes as an XML fragment
|
getIndexSlices, setIndexSlices
getBuildGroup, setBuildGroup
public CompactIndexAttributes()
public CompactIndexAttributes(CompactIndexAttributes o)
public CompactIndexAttributes withIndexSlices(java.lang.String indexSlices)
withIndexSlices
in class IndexSlicesSpecific
public CompactIndexAttributes withBuildGroup(java.lang.String buildGroup)
withBuildGroup
in class IndexSlicesSpecific
public void setGroupId(int groupId)
public int getGroupId()
public CompactIndexAttributes withGroupId(int groupId)
public CompactIndexAttributes withGroupId(java.lang.Integer groupId)
public void setFirstSlot(int firstSlot)
public int getFirstSlot()
public CompactIndexAttributes withFirstSlot(int firstSlot)
public CompactIndexAttributes withFirstSlot(java.lang.Integer firstSlot)
public void setLastSlot(int lastSlot)
public int getLastSlot()
public CompactIndexAttributes withLastSlot(int lastSlot)
public CompactIndexAttributes withLastSlot(java.lang.Integer lastSlot)
public CompactIndexAttributes makeCopy()
makeCopy
in class IndexSlicesSpecific
public static CompactIndexAttributes 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 CompactIndexAttributes 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.