Uses of Interface
org.apache.flink.runtime.rest.RestEndpointFactory
-
Packages that use RestEndpointFactory Package Description org.apache.flink.runtime.entrypoint.component org.apache.flink.runtime.rest -
-
Uses of RestEndpointFactory in org.apache.flink.runtime.entrypoint.component
Constructors in org.apache.flink.runtime.entrypoint.component with parameters of type RestEndpointFactory Constructor Description DefaultDispatcherResourceManagerComponentFactory(DispatcherRunnerFactory dispatcherRunnerFactory, ResourceManagerFactory<?> resourceManagerFactory, RestEndpointFactory<?> restEndpointFactory) -
Uses of RestEndpointFactory in org.apache.flink.runtime.rest
Classes in org.apache.flink.runtime.rest that implement RestEndpointFactory Modifier and Type Class Description classApplicationRestEndpointFactoryRestEndpointFactorywhich creates aMiniDispatcherRestEndpoint.classSessionRestEndpointFactoryRestEndpointFactorywhich creates aDispatcherRestEndpoint.
-