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