java.lang.Object
org.apache.dolphinscheduler.plugin.task.api.AbstractTask
org.apache.dolphinscheduler.plugin.task.api.AbstractTaskExecutor
org.apache.dolphinscheduler.plugin.task.milvus.MilvusTask

public class MilvusTask extends org.apache.dolphinscheduler.plugin.task.api.AbstractTaskExecutor
  • 字段概要

    从类继承的字段 org.apache.dolphinscheduler.plugin.task.api.AbstractTaskExecutor

    FINALIZE_SESSION_MARKER, logger, rgex

    从类继承的字段 org.apache.dolphinscheduler.plugin.task.api.AbstractTask

    appIds, cancel, exitStatusCode, needAlert, needSaveResult, processId, resultString, taskAlertInfo, varPool
  • 构造器概要

    构造器
    构造器
    说明
    MilvusTask(org.apache.dolphinscheduler.plugin.task.api.TaskExecutionContext taskRequest)
    Abstract Milvus Task
  • 方法概要

    修饰符和类型
    方法
    说明
    org.apache.dolphinscheduler.plugin.task.api.parameters.AbstractParameters
     
    void
     

    从类继承的方法 org.apache.dolphinscheduler.plugin.task.api.AbstractTaskExecutor

    logHandle, setSqlParamsMap

    从类继承的方法 org.apache.dolphinscheduler.plugin.task.api.AbstractTask

    cancelApplication, getAppIds, getExitStatus, getExitStatusCode, getNeedAlert, getPreScript, getProcessId, getResultString, getTaskAlertInfo, getVarPool, init, isNeedSaveResult, setAppIds, setExitStatusCode, setNeedAlert, setNeedSaveResult, setProcessId, setResultString, setTaskAlertInfo, setVarPool

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • MilvusTask

      public MilvusTask(org.apache.dolphinscheduler.plugin.task.api.TaskExecutionContext taskRequest)
      Abstract Milvus Task
      参数:
      taskRequest - taskRequest
  • 方法详细资料

    • handle

      public void handle() throws Exception
      指定者:
      handle 在类中 org.apache.dolphinscheduler.plugin.task.api.AbstractTask
      抛出:
      Exception
    • getParameters

      public org.apache.dolphinscheduler.plugin.task.api.parameters.AbstractParameters getParameters()
      指定者:
      getParameters 在类中 org.apache.dolphinscheduler.plugin.task.api.AbstractTask