Uses of Class
com.attivio.connector.ConcurrentScannerDocFetcherTask.TaskInfo
-
Packages that use ConcurrentScannerDocFetcherTask.TaskInfo Package Description com.attivio.connector -
-
Uses of ConcurrentScannerDocFetcherTask.TaskInfo in com.attivio.connector
Methods in com.attivio.connector that return ConcurrentScannerDocFetcherTask.TaskInfo Modifier and Type Method Description ConcurrentScannerDocFetcherTask.TaskInfo
ConcurrentScannerDocFetcherTask. getTaskInfo()
Methods in com.attivio.connector that return types with arguments of type ConcurrentScannerDocFetcherTask.TaskInfo Modifier and Type Method Description java.util.List<ConcurrentScannerDocFetcherTask.TaskInfo>
ConcurrentDocumentFetcherImpl. getFetcherStates(java.util.List<java.lang.String> uids)
java.util.List<ConcurrentScannerDocFetcherTask.TaskInfo>
ConcurrentScannerDocFetcherState. getFetcherStates(java.util.List<java.lang.String> uids)
Get detailedConcurrentScannerDocFetcherTask.TaskInfo
information for this list of task uuidMethods in com.attivio.connector with parameters of type ConcurrentScannerDocFetcherTask.TaskInfo Modifier and Type Method Description void
ConcurrentScannerAuditHandler. taskStateChanged(ConcurrentScannerDocFetcherTask.TaskInfo taskInfo)
Reports changes in the state of tasks - starting with queuing a task and ending with the successful or failed completion
-