public final class ScopeFormats extends Object
| Modifier and Type | Method and Description |
|---|---|
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–2020 The Apache Software Foundation. All rights reserved.