public class PerBuildGroupStatus
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
long |
activeDocumentsCount
Deprecated.
|
java.lang.String |
buildGroup |
long |
totalAdds |
long |
totalDeletes |
long |
totalFailedDeletes |
long |
totalIndexedDocuments |
long |
totalPartialUpdates |
long |
totalReplaces |
Constructor and Description |
---|
PerBuildGroupStatus() |
PerBuildGroupStatus(PerBuildGroupStatus o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this PerBuildGroupStatus.
|
static PerBuildGroupStatus |
fromString(java.lang.String s)
String representation of this PerBuildGroupStatus.
|
long |
getActiveDocumentsCount()
Deprecated.
|
java.lang.String |
getBuildGroup()
Name of the buildGroup
|
long |
getTotalAdds()
Number of added documents in the current analysis job
|
long |
getTotalDeletes()
Number of deleted documents in the current analysis job
|
long |
getTotalFailedDeletes()
Number of deletes which failed in the current analysis job.
|
long |
getTotalIndexedDocuments()
Number of distinct documents in CloudView index
|
long |
getTotalPartialUpdates()
Number of documents partially updated in the current analysis job
|
long |
getTotalReplaces()
Number of replaced documents in the current analysis job
|
PerBuildGroupStatus |
makeCopy()
Creates and returns a deep copy of this PerBuildGroupStatus.
|
static PerBuildGroupStatus |
readFrom(java.io.InputStream is)
Read this PerBuildGroupStatus from an XML fragment.
|
void |
setActiveDocumentsCount(long activeDocumentsCount)
Deprecated.
|
void |
setBuildGroup(java.lang.String buildGroup)
Name of the buildGroup
|
void |
setTotalAdds(long totalAdds)
Number of added documents in the current analysis job
|
void |
setTotalDeletes(long totalDeletes)
Number of deleted documents in the current analysis job
|
void |
setTotalFailedDeletes(long totalFailedDeletes)
Number of deletes which failed in the current analysis job.
|
void |
setTotalIndexedDocuments(long totalIndexedDocuments)
Number of distinct documents in CloudView index
|
void |
setTotalPartialUpdates(long totalPartialUpdates)
Number of documents partially updated in the current analysis job
|
void |
setTotalReplaces(long totalReplaces)
Number of replaced documents in the current analysis job
|
java.lang.String |
toString()
String representation of this PerBuildGroupStatus.
|
PerBuildGroupStatus |
withActiveDocumentsCount(long activeDocumentsCount)
Deprecated.
|
PerBuildGroupStatus |
withActiveDocumentsCount(java.lang.Long activeDocumentsCount)
Deprecated.
|
PerBuildGroupStatus |
withBuildGroup(java.lang.String buildGroup) |
PerBuildGroupStatus |
withTotalAdds(long totalAdds) |
PerBuildGroupStatus |
withTotalAdds(java.lang.Long totalAdds) |
PerBuildGroupStatus |
withTotalDeletes(long totalDeletes) |
PerBuildGroupStatus |
withTotalDeletes(java.lang.Long totalDeletes) |
PerBuildGroupStatus |
withTotalFailedDeletes(long totalFailedDeletes) |
PerBuildGroupStatus |
withTotalFailedDeletes(java.lang.Long totalFailedDeletes) |
PerBuildGroupStatus |
withTotalIndexedDocuments(long totalIndexedDocuments) |
PerBuildGroupStatus |
withTotalIndexedDocuments(java.lang.Long totalIndexedDocuments) |
PerBuildGroupStatus |
withTotalPartialUpdates(long totalPartialUpdates) |
PerBuildGroupStatus |
withTotalPartialUpdates(java.lang.Long totalPartialUpdates) |
PerBuildGroupStatus |
withTotalReplaces(long totalReplaces) |
PerBuildGroupStatus |
withTotalReplaces(java.lang.Long totalReplaces) |
void |
writeTo(java.io.OutputStream os)
Write this PerBuildGroupStatus as an XML fragment
|
public java.lang.String buildGroup
@Deprecated public long activeDocumentsCount
public long totalAdds
public long totalReplaces
public long totalDeletes
public long totalFailedDeletes
public long totalPartialUpdates
public long totalIndexedDocuments
public PerBuildGroupStatus()
public PerBuildGroupStatus(PerBuildGroupStatus o)
public void setBuildGroup(java.lang.String buildGroup)
public java.lang.String getBuildGroup()
public PerBuildGroupStatus withBuildGroup(java.lang.String buildGroup)
@Deprecated public void setActiveDocumentsCount(long activeDocumentsCount)
@Deprecated public long getActiveDocumentsCount()
@Deprecated public PerBuildGroupStatus withActiveDocumentsCount(long activeDocumentsCount)
@Deprecated public PerBuildGroupStatus withActiveDocumentsCount(java.lang.Long activeDocumentsCount)
public void setTotalAdds(long totalAdds)
public long getTotalAdds()
public PerBuildGroupStatus withTotalAdds(long totalAdds)
public PerBuildGroupStatus withTotalAdds(java.lang.Long totalAdds)
public void setTotalReplaces(long totalReplaces)
public long getTotalReplaces()
public PerBuildGroupStatus withTotalReplaces(long totalReplaces)
public PerBuildGroupStatus withTotalReplaces(java.lang.Long totalReplaces)
public void setTotalDeletes(long totalDeletes)
public long getTotalDeletes()
public PerBuildGroupStatus withTotalDeletes(long totalDeletes)
public PerBuildGroupStatus withTotalDeletes(java.lang.Long totalDeletes)
public void setTotalFailedDeletes(long totalFailedDeletes)
public long getTotalFailedDeletes()
public PerBuildGroupStatus withTotalFailedDeletes(long totalFailedDeletes)
public PerBuildGroupStatus withTotalFailedDeletes(java.lang.Long totalFailedDeletes)
public void setTotalPartialUpdates(long totalPartialUpdates)
public long getTotalPartialUpdates()
public PerBuildGroupStatus withTotalPartialUpdates(long totalPartialUpdates)
public PerBuildGroupStatus withTotalPartialUpdates(java.lang.Long totalPartialUpdates)
public void setTotalIndexedDocuments(long totalIndexedDocuments)
public long getTotalIndexedDocuments()
public PerBuildGroupStatus withTotalIndexedDocuments(long totalIndexedDocuments)
public PerBuildGroupStatus withTotalIndexedDocuments(java.lang.Long totalIndexedDocuments)
public PerBuildGroupStatus makeCopy()
public static PerBuildGroupStatus 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
javax.xml.bind.JAXBException
java.io.IOException
public static PerBuildGroupStatus 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 java.lang.Object
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.