public class WebInfoServer extends Object
| Constructor and Description |
|---|
WebInfoServer(org.apache.flink.configuration.Configuration config,
akka.actor.ActorRef jobmanager,
akka.actor.ActorRef archive)
Creates a new web info server.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getServerPort() |
void |
start()
Starts the web frontend server.
|
void |
stop()
Stop the webserver
|
public WebInfoServer(org.apache.flink.configuration.Configuration config,
akka.actor.ActorRef jobmanager,
akka.actor.ActorRef archive)
throws IOException
config - The Flink configuration.jobmanager - The ActorRef to the JobManager actorarchive - The ActorRef to the archive for old jobsIOException - Thrown, if the server setup failed for an I/O related reason.Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.