Package org.apache.flink.client.python
Interface PythonGatewayServer.Watchdog
-
- Enclosing class:
- PythonGatewayServer
public static interface PythonGatewayServer.WatchdogA simple watch dog interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanping()
-
-
-
Method Detail
-
ping
boolean ping() throws InterruptedException- Throws:
InterruptedException
-
-