public static final class DetachedEnvironment.DetachedJobExecutionResult extends JobExecutionResult
| 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) |
JobID |
getJobID() |
long |
getNetRuntime() |
fromJobSubmissionResult, getNetRuntimegetJobExecutionResult, isJobExecutionResultpublic static final DetachedEnvironment.DetachedJobExecutionResult INSTANCE
public long getNetRuntime()
getNetRuntime in class JobExecutionResultpublic <T> T getAccumulatorResult(String accumulatorName)
getAccumulatorResult in class JobExecutionResultpublic Map<String,Object> getAllAccumulatorResults()
getAllAccumulatorResults in class JobExecutionResultpublic Integer getIntCounterResult(String accumulatorName)
getIntCounterResult in class JobExecutionResultpublic JobID getJobID()
getJobID in class JobSubmissionResultCopyright © 2014–2017 The Apache Software Foundation. All rights reserved.