public interface ConnectorExecutionRecord extends Serializable
Modifier and Type | Method and Description |
---|---|
UUID |
getClientId() |
long |
getDocumentsSent()
Note, this value is updated periodically (5s by default) at runtime (not on every document sent) and is not guaranteed to be
the latest value.
|
List<String> |
getExtraRunInfo() |
long |
getFinishTime() |
String |
getName() |
long |
getStartTime() |
ConnectorExecutionStatus |
getStatus()
Note, this method will return
ConnectorExecutionStatus.NOT_RUNNING for all historical records. |
long |
getTimestamp() |
String |
getWorkflow() |
boolean |
isExternal()
External connectors are controlled by 3rd party code and provide limited monitoring and control capability.
|
String getName()
UUID getClientId()
ConnectorExecutionStatus getStatus()
ConnectorExecutionStatus.NOT_RUNNING
for all historical records.long getTimestamp()
long getStartTime()
long getFinishTime()
long getDocumentsSent()
String getWorkflow()
List<String> getExtraRunInfo()
boolean isExternal()
ConnectorMonitorScanner
interface.true
if the connector was executed externally.Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.