类 DAGUtils

java.lang.Object
org.apache.seatunnel.engine.server.dag.DAGUtils

public class DAGUtils extends Object
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    static org.apache.seatunnel.engine.core.job.JobDAGInfo
    getJobDAGInfo(org.apache.seatunnel.engine.core.dag.logical.LogicalDag logicalDag, org.apache.seatunnel.engine.core.job.JobImmutableInformation jobImmutableInformation, org.apache.seatunnel.engine.common.config.EngineConfig engineConfig, boolean isPhysicalDAGIInfo, org.apache.seatunnel.engine.core.job.ExecutionAddress master, Set<org.apache.seatunnel.engine.core.job.ExecutionAddress> historyExecutionAddress)
     
    static org.apache.seatunnel.engine.core.dag.logical.LogicalDag
    restoreLogicalDag(org.apache.seatunnel.engine.core.job.JobImmutableInformation jobImmutableInformation, com.hazelcast.internal.serialization.SerializationService serializationService, List<ClassLoader> classLoaders)
     
    static org.apache.seatunnel.engine.core.dag.logical.LogicalDag
    restoreLogicalDag(org.apache.seatunnel.engine.core.job.JobImmutableInformation jobImmutableInformation, com.hazelcast.internal.serialization.SerializationService serializationService, org.apache.seatunnel.engine.core.classloader.ClassLoaderService classLoaderService)
     

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

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

    • DAGUtils

      public DAGUtils()
  • 方法详细资料

    • restoreLogicalDag

      public static org.apache.seatunnel.engine.core.dag.logical.LogicalDag restoreLogicalDag(org.apache.seatunnel.engine.core.job.JobImmutableInformation jobImmutableInformation, com.hazelcast.internal.serialization.SerializationService serializationService, List<ClassLoader> classLoaders)
    • restoreLogicalDag

      public static org.apache.seatunnel.engine.core.dag.logical.LogicalDag restoreLogicalDag(org.apache.seatunnel.engine.core.job.JobImmutableInformation jobImmutableInformation, com.hazelcast.internal.serialization.SerializationService serializationService, org.apache.seatunnel.engine.core.classloader.ClassLoaderService classLoaderService)
    • getJobDAGInfo

      public static org.apache.seatunnel.engine.core.job.JobDAGInfo getJobDAGInfo(org.apache.seatunnel.engine.core.dag.logical.LogicalDag logicalDag, org.apache.seatunnel.engine.core.job.JobImmutableInformation jobImmutableInformation, org.apache.seatunnel.engine.common.config.EngineConfig engineConfig, boolean isPhysicalDAGIInfo, org.apache.seatunnel.engine.core.job.ExecutionAddress master, Set<org.apache.seatunnel.engine.core.job.ExecutionAddress> historyExecutionAddress)