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