枚举的使用
org.apache.seatunnel.engine.server.execution.PendingSourceState
使用PendingSourceState的程序包
-
org.apache.seatunnel.engine.server.execution中PendingSourceState的使用
修饰符和类型方法说明static PendingSourceState返回带有指定名称的该类型的枚举常量。static PendingSourceState[]PendingSourceState.values()按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。 -
org.apache.seatunnel.engine.server.master中PendingSourceState的使用
类型变量类型为PendingSourceState的org.apache.seatunnel.engine.server.master中的构造器参数限定符构造器说明JobHistoryService(com.hazelcast.spi.impl.NodeEngine nodeEngine, com.hazelcast.map.IMap<Object, Object> runningJobStateIMap, com.hazelcast.logging.ILogger logger, Map<Long, scala.Tuple2<PendingSourceState, JobMaster>> pendingJobMasterMap, Map<Long, JobMaster> runningJobMasterMap, com.hazelcast.map.IMap<Long, JobHistoryService.JobState> finishedJobStateImap, com.hazelcast.map.IMap<Long, org.apache.seatunnel.api.common.metrics.JobMetrics> finishedJobMetricsImap, com.hazelcast.map.IMap<Long, org.apache.seatunnel.engine.core.job.JobDAGInfo> finishedJobVertexInfoImap, int finishedJobExpireTime)