Package com.snowflake.connectors.common.task
Snowflake task management.
-
Interface Summary Interface Description TaskLister A simple utility for listing task properties.TaskRef An interface that allows user to interact with Snowflake tasks.TaskRepository A repository providing general operations on tasks.UpdateTaskReactorTasks An interface providing update operations on tasks. -
Class Summary Class Description DefaultTaskLister Default implementation ofTaskLister
.DefaultTaskRef Default implementation ofTaskRef
.DefaultTaskRepository Default implementation ofTaskRepository
.TaskDefinition Class representing a Snowflake task creation definition.TaskParameters Class representing additional task parameters.TaskProperties Class representing main task properties.TaskProperties.Builder Builder for theTaskProperties
. -
Exception Summary Exception Description InstanceNotFoundException Exception thrown when a nonexistent Task Reactor instance name was provided.TaskCreationException Exception thrown when task creation has failed.TaskNotFoundException Exception thrown when a specified task was not found.TaskReactorInstanceIsActiveException Exception thrown when performing an operation on a Task Reactor instance which requires the instance to be inactive, but it still is active.