Class FetcherContext.DefaultStartContext
java.lang.Object
com.lucidworks.fusion.connector.plugin.api.fetcher.context.AbstractFetcherContext
com.lucidworks.fusion.connector.plugin.api.fetcher.context.FetcherContext.AbstractStartContext
com.lucidworks.fusion.connector.plugin.api.fetcher.context.FetcherContext.DefaultStartContext
- All Implemented Interfaces:
FetcherContext,FetcherContext.StartContext
- Direct Known Subclasses:
ContentFetcher.StartContext
- Enclosing interface:
- FetcherContext
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.lucidworks.fusion.connector.plugin.api.fetcher.context.FetcherContext
FetcherContext.AbstractFetchContext, FetcherContext.AbstractStartContext, FetcherContext.AbstractStopContext, FetcherContext.DefaultFetchContext, FetcherContext.DefaultStartContext, FetcherContext.DefaultStopContext, FetcherContext.FetchContext, FetcherContext.StartContext, FetcherContext.StopContext -
Constructor Summary
ConstructorsConstructorDescriptionDefaultStartContext(ConnectorConfig connectorConfig, JobRunInfo jobRunInfo, RequestInfo requestInfo, ConnectorConfig lastUsedConnectorConfig, boolean hasExclusiveExecution) DefaultStartContext(ConnectorConfig connectorConfig, JobRunInfo jobRunInfo, RequestInfo requestInfo, ParserConfigContainer parserConfigContainer, ConnectorConfig lastUsedConnectorConfig, boolean hasExclusiveExecution) -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.- Internal use only; will be removed.Methods inherited from class com.lucidworks.fusion.connector.plugin.api.fetcher.context.FetcherContext.AbstractStartContext
exclusively, getLastUsedConnectorConfig, hasExeclusiveExecution, newResultMethods inherited from class com.lucidworks.fusion.connector.plugin.api.fetcher.context.AbstractFetcherContext
getConnectorConfig, getJobRunInfo, getRequestInfoMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.lucidworks.fusion.connector.plugin.api.fetcher.context.FetcherContext
getConnectorConfig, getJobRunInfo, getRequestInfo
-
Constructor Details
-
DefaultStartContext
public DefaultStartContext(ConnectorConfig connectorConfig, JobRunInfo jobRunInfo, RequestInfo requestInfo, ParserConfigContainer parserConfigContainer, ConnectorConfig lastUsedConnectorConfig, boolean hasExclusiveExecution) -
DefaultStartContext
public DefaultStartContext(ConnectorConfig connectorConfig, JobRunInfo jobRunInfo, RequestInfo requestInfo, ConnectorConfig lastUsedConnectorConfig, boolean hasExclusiveExecution)
-
-
Method Details
-
getParserConfigContainer
Deprecated.- Internal use only; will be removed.- Returns:
- ParserConfigContainer
-