|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.DKIndexFuncStatusTS
Constructor Summary | |
DKIndexFuncStatusTS()
Constructs an index function status class for TS |
Method Summary | |
int |
getDocMessages()
Gets number of document messages written during indexing. |
int |
getDocsInPrimaryIndex()
Gets number of documents in the primary index. |
int |
getDocsInSecondaryIndex()
Gets number of documents in the secondary index. |
boolean |
getEnabledId()
Gets enabled id |
java.lang.String |
getEndedLast()
Gets timestamp of the last indexing end time |
boolean |
getFunctionStopped()
Function stopped indicator |
java.lang.String |
getIndexName()
Gets index name |
int |
getReasonCode()
Gets reason code |
int |
getScheduledDocs()
Gets number of indexing requests that are currently scheduled. |
java.lang.String |
getStartedExecution()
Gets timestamp of the indexing start time |
java.lang.String |
getStartedLast()
Gets timestamp of the last indexing start time |
boolean |
isCompleted()
Indexing completed indicator |
void |
setDocMessages(int docMsgs)
Sets number of document messages written during indexing. |
void |
setDocsInPrimaryIndex(int primaryDocs)
Sets number of documents in the primary index. |
void |
setDocsInSecondaryIndex(int secondaryDocs)
Sets number of documents in the secondary index. |
void |
setEnabledId(boolean enabled)
Sets enabled id |
void |
setEndedLast(java.lang.String time)
Sets timestamp of the last indexing end time |
void |
setFunctionStopped(boolean funcStopped)
Sets function stopped indicator |
void |
setIndexName(java.lang.String indexName)
Sets index name |
void |
setReasonCode(int reasonCode)
Sets reason code |
void |
setScheduledDocs(int scheduledDocs)
Sets number of indexing requests that are currently scheduled. |
void |
setStartedExecution(java.lang.String time)
Sets timestamp of the indexing start time |
void |
setStartedLast(java.lang.String time)
Sets timestamp of the last indexing start time |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKIndexFuncStatusTS()
Method Detail |
public java.lang.String getIndexName()
public void setIndexName(java.lang.String indexName)
indexName
- index namepublic boolean getEnabledId()
public void setEnabledId(boolean enabled)
enabled
- enabled idpublic void setReasonCode(int reasonCode)
reasonCode
- reason codepublic int getReasonCode()
public boolean isCompleted()
public boolean getFunctionStopped()
public void setFunctionStopped(boolean funcStopped)
funcStopped
- function stopped indicatorpublic java.lang.String getStartedLast()
public void setStartedLast(java.lang.String time)
time
- last indexing start timepublic java.lang.String getEndedLast()
public void setEndedLast(java.lang.String time)
time
- last indexing end timepublic java.lang.String getStartedExecution()
public void setStartedExecution(java.lang.String time)
time
- indexing start timepublic void setScheduledDocs(int scheduledDocs)
scheduledDocs
- number of scheduled docspublic int getScheduledDocs()
public void setDocsInPrimaryIndex(int primaryDocs)
primaryDocs
- number of documents in primary indexpublic int getDocsInPrimaryIndex()
public void setDocsInSecondaryIndex(int secondaryDocs)
secondaryDocs
- number of documents in secondary indexpublic int getDocsInSecondaryIndex()
public void setDocMessages(int docMsgs)
docMsgs
- number of document messagespublic int getDocMessages()
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |