Class HttpBootstrap
- java.lang.Object
-
- org.apache.flink.kubernetes.operator.health.HttpBootstrap
-
public class HttpBootstrap extends java.lang.Object
Class for serving HTTP requests for the health probe.
-
-
Constructor Summary
Constructors Constructor Description HttpBootstrap(HealthProbe probe, int port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
stop()
-
-
-
Constructor Detail
-
HttpBootstrap
public HttpBootstrap(HealthProbe probe, int port) throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
-