| 限定符和类型 | 方法和说明 |
|---|---|
static Collection<ArchivedJson> |
FsJobArchivist.getArchivedJsons(org.apache.flink.core.fs.Path file)
Reads the given archive file and returns a
Collection of contained ArchivedJson. |
| 限定符和类型 | 方法和说明 |
|---|---|
static org.apache.flink.core.fs.Path |
FsJobArchivist.archiveJob(org.apache.flink.core.fs.Path rootPath,
org.apache.flink.api.common.JobID jobId,
Collection<ArchivedJson> jsonToArchive)
Writes the given
AccessExecutionGraph to the FileSystem pointed to by JobManagerOptions.ARCHIVE_DIR. |
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<ArchivedJson> |
TaskCheckpointStatisticDetailsHandler.archiveJsonWithPath(AccessExecutionGraph graph) |
Collection<ArchivedJson> |
CheckpointStatisticDetailsHandler.archiveJsonWithPath(AccessExecutionGraph graph) |
Collection<ArchivedJson> |
CheckpointConfigHandler.archiveJsonWithPath(AccessExecutionGraph graph) |
Collection<ArchivedJson> |
CheckpointingStatisticsHandler.archiveJsonWithPath(AccessExecutionGraph graph) |
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<ArchivedJson> |
WebMonitorEndpoint.archiveJsonWithPath(ExecutionGraphInfo executionGraphInfo) |
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<ArchivedJson> |
OnlyExecutionGraphJsonArchivist.archiveJsonWithPath(AccessExecutionGraph graph)
Returns a
Collection of ArchivedJsons containing JSON responses and their
respective REST URL for a given job. |
Collection<ArchivedJson> |
JsonArchivist.archiveJsonWithPath(ExecutionGraphInfo executionGraphInfo)
Returns a
Collection of ArchivedJsons containing JSON responses and their
respective REST URL for a given job. |
default Collection<ArchivedJson> |
OnlyExecutionGraphJsonArchivist.archiveJsonWithPath(ExecutionGraphInfo executionGraphInfo) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.