public static final class DetachedEnvironment.DetachedJobExecutionResult
extends org.apache.flink.api.common.JobExecutionResult
JobExecutionResult returned by a DetachedEnvironment.| Modifier and Type | Field and Description |
|---|---|
static DetachedEnvironment.DetachedJobExecutionResult |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getAccumulatorResult(String accumulatorName) |
Map<String,Object> |
getAllAccumulatorResults() |
Integer |
getIntCounterResult(String accumulatorName) |
org.apache.flink.api.common.JobID |
getJobID() |
long |
getNetRuntime() |
fromJobSubmissionResult, getNetRuntimepublic static final DetachedEnvironment.DetachedJobExecutionResult INSTANCE
public long getNetRuntime()
getNetRuntime in class org.apache.flink.api.common.JobExecutionResultpublic <T> T getAccumulatorResult(String accumulatorName)
getAccumulatorResult in class org.apache.flink.api.common.JobExecutionResultpublic Map<String,Object> getAllAccumulatorResults()
getAllAccumulatorResults in class org.apache.flink.api.common.JobExecutionResultpublic Integer getIntCounterResult(String accumulatorName)
getIntCounterResult in class org.apache.flink.api.common.JobExecutionResultpublic org.apache.flink.api.common.JobID getJobID()
getJobID in class org.apache.flink.api.common.JobSubmissionResultCopyright © 2014–2018 The Apache Software Foundation. All rights reserved.