类 BaseService
java.lang.Object
org.apache.seatunnel.engine.server.rest.service.BaseService
- 直接已知子类:
BaseLogService,EncryptConfigService,JobInfoService,OverviewService,RunningThreadService,SystemMonitoringService,ThreadDumpService,UpdateTagsService
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected com.hazelcast.internal.json.JsonObjectconvertToJson(org.apache.seatunnel.engine.core.job.JobInfo jobInfo, long jobId) protected com.hazelcast.internal.json.JsonObjectgetJobInfoJson(JobHistoryService.JobState jobState, String jobMetrics, org.apache.seatunnel.engine.core.job.JobDAGInfo jobDAGInfo) protected SeaTunnelServergetSeaTunnelServer(boolean shouldBeMaster) protected com.hazelcast.internal.json.JsonArrayprotected voidhandleStopJob(Map<String, Object> map, SeaTunnelServer seaTunnelServer, com.hazelcast.instance.impl.Node node) protected StringmapToUrlParams(Map<String, String> params) protected org.apache.seatunnel.shade.com.fasterxml.jackson.databind.JsonNoderequestHandle(byte[] requestBody) protected com.hazelcast.internal.json.JsonObjectsubmitJobInternal(org.apache.seatunnel.shade.com.typesafe.config.Config config, Map<String, String> requestParams, SeaTunnelServer seaTunnelServer, com.hazelcast.instance.impl.Node node)
-
字段详细资料
-
nodeEngine
protected final com.hazelcast.spi.impl.NodeEngineImpl nodeEngine
-
-
构造器详细资料
-
BaseService
public BaseService(com.hazelcast.spi.impl.NodeEngineImpl nodeEngine)
-
-
方法详细资料
-
getSeaTunnelServer
-
convertToJson
protected com.hazelcast.internal.json.JsonObject convertToJson(org.apache.seatunnel.engine.core.job.JobInfo jobInfo, long jobId) -
getJobInfoJson
protected com.hazelcast.internal.json.JsonObject getJobInfoJson(JobHistoryService.JobState jobState, String jobMetrics, org.apache.seatunnel.engine.core.job.JobDAGInfo jobDAGInfo) -
requestHandle
protected org.apache.seatunnel.shade.com.fasterxml.jackson.databind.JsonNode requestHandle(byte[] requestBody) -
handleStopJob
protected void handleStopJob(Map<String, Object> map, SeaTunnelServer seaTunnelServer, com.hazelcast.instance.impl.Node node) -
mapToUrlParams
-
submitJobInternal
protected com.hazelcast.internal.json.JsonObject submitJobInternal(org.apache.seatunnel.shade.com.typesafe.config.Config config, Map<String, String> requestParams, SeaTunnelServer seaTunnelServer, com.hazelcast.instance.impl.Node node) -
getSystemMonitoringInformationJsonValues
protected com.hazelcast.internal.json.JsonArray getSystemMonitoringInformationJsonValues()
-