|
Change Parameter Type restAddress : Optional<String> to restAddress : String in method protected createDispatcher(configuration Configuration, rpcService RpcService, highAvailabilityServices HighAvailabilityServices, resourceManagerGateway ResourceManagerGateway, blobServer BlobServer, heartbeatServices HeartbeatServices, metricRegistry MetricRegistry, fatalErrorHandler FatalErrorHandler, restAddress String) : Dispatcher in class org.apache.flink.runtime.entrypoint.SessionClusterEntrypoint |
From |
To |
|
Change Parameter Type restAddress : Optional<String> to restAddress : String in method protected Dispatcher(rpcService RpcService, endpointId String, configuration Configuration, highAvailabilityServices HighAvailabilityServices, resourceManagerGateway ResourceManagerGateway, blobServer BlobServer, heartbeatServices HeartbeatServices, metricRegistry MetricRegistry, fatalErrorHandler FatalErrorHandler, restAddress String) in class org.apache.flink.runtime.dispatcher.Dispatcher |
From |
To |
|
Change Parameter Type restAddress : Optional<String> to restAddress : String in method public StandaloneDispatcher(rpcService RpcService, endpointId String, configuration Configuration, highAvailabilityServices HighAvailabilityServices, resourceManagerGateway ResourceManagerGateway, blobServer BlobServer, heartbeatServices HeartbeatServices, metricRegistry MetricRegistry, fatalErrorHandler FatalErrorHandler, restAddress String) in class org.apache.flink.runtime.dispatcher.StandaloneDispatcher |
From |
To |