Class InMemoryDefaultSchedulerCreator
- java.lang.Object
-
- com.snowflake.connectors.application.scheduler.InMemoryDefaultSchedulerCreator
-
- All Implemented Interfaces:
com.snowflake.connectors.application.scheduler.SchedulerCreator
public class InMemoryDefaultSchedulerCreator extends Object
InMemory implementation ofSchedulerCreator
.
-
-
Constructor Summary
Constructors Constructor Description InMemoryDefaultSchedulerCreator(com.snowflake.connectors.application.configuration.connector.ConnectorConfigurationService connectorConfigurationService, com.snowflake.connectors.common.task.TaskRepository taskRepository, com.snowflake.connectors.common.task.TaskLister taskLister)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.snowflake.connectors.common.response.ConnectorResponse
createScheduler()
-
-
-
Constructor Detail
-
InMemoryDefaultSchedulerCreator
public InMemoryDefaultSchedulerCreator(com.snowflake.connectors.application.configuration.connector.ConnectorConfigurationService connectorConfigurationService, com.snowflake.connectors.common.task.TaskRepository taskRepository, com.snowflake.connectors.common.task.TaskLister taskLister)
-
-