Uses of Class
org.apache.flink.runtime.rest.RestServerEndpoint
-
Packages that use RestServerEndpoint Package Description org.apache.flink.runtime.dispatcher org.apache.flink.runtime.jobmaster org.apache.flink.runtime.webmonitor -
-
Uses of RestServerEndpoint in org.apache.flink.runtime.dispatcher
Subclasses of RestServerEndpoint in org.apache.flink.runtime.dispatcher Modifier and Type Class Description class
DispatcherRestEndpoint
REST endpoint for theDispatcher
component. -
Uses of RestServerEndpoint in org.apache.flink.runtime.jobmaster
Subclasses of RestServerEndpoint in org.apache.flink.runtime.jobmaster Modifier and Type Class Description class
MiniDispatcherRestEndpoint
REST endpoint for the ApplicationClusterEntryPoint. -
Uses of RestServerEndpoint in org.apache.flink.runtime.webmonitor
Subclasses of RestServerEndpoint in org.apache.flink.runtime.webmonitor Modifier and Type Class Description class
WebMonitorEndpoint<T extends RestfulGateway>
Rest endpoint which serves the web frontend REST calls.
-