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