Interface MiniCluster.RpcServiceFactory

All Known Implementing Classes:
MiniCluster.CommonRpcServiceFactory, MiniCluster.DedicatedRpcServiceFactory
Enclosing class:
MiniCluster

protected static interface MiniCluster.RpcServiceFactory
Internal factory for RpcService.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.flink.runtime.rpc.RpcService
     
  • Method Details

    • createRpcService

      org.apache.flink.runtime.rpc.RpcService createRpcService() throws Exception
      Throws:
      Exception