public final class ScopeFormats extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static ScopeFormats |
fromConfig(org.apache.flink.configuration.Configuration config)
Creates the scope formats as defined in the given configuration.
|
JobManagerScopeFormat |
getJobManagerFormat() |
JobManagerJobScopeFormat |
getJobManagerJobFormat() |
OperatorScopeFormat |
getOperatorFormat() |
TaskScopeFormat |
getTaskFormat() |
TaskManagerScopeFormat |
getTaskManagerFormat() |
TaskManagerJobScopeFormat |
getTaskManagerJobFormat() |
public JobManagerScopeFormat getJobManagerFormat()
public TaskManagerScopeFormat getTaskManagerFormat()
public TaskManagerJobScopeFormat getTaskManagerJobFormat()
public JobManagerJobScopeFormat getJobManagerJobFormat()
public TaskScopeFormat getTaskFormat()
public OperatorScopeFormat getOperatorFormat()
public static ScopeFormats fromConfig(org.apache.flink.configuration.Configuration config)
config - The configuration that defines the formatsCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.