public class ProgramTargetDescriptor extends Object
| Constructor and Description |
|---|
ProgramTargetDescriptor(String clusterId,
String jobId,
String webInterfaceUrl) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterId() |
String |
getJobId() |
String |
getWebInterfaceUrl() |
static <C> ProgramTargetDescriptor |
of(C clusterId,
org.apache.flink.api.common.JobID jobId,
String webInterfaceUrl)
Creates a program target description from deployment classes.
|
String |
toString() |
public String getClusterId()
public String getJobId()
public String getWebInterfaceUrl()
public static <C> ProgramTargetDescriptor of(C clusterId, org.apache.flink.api.common.JobID jobId, String webInterfaceUrl)
C - cluster id typeclusterId - cluster idjobId - job idCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.