Class MiniCluster.CommonRpcServiceFactory
- java.lang.Object
-
- org.apache.flink.runtime.minicluster.MiniCluster.CommonRpcServiceFactory
-
- All Implemented Interfaces:
MiniCluster.RpcServiceFactory
- Enclosing class:
- MiniCluster
protected static class MiniCluster.CommonRpcServiceFactory extends Object implements MiniCluster.RpcServiceFactory
Factory which returns always the commonRpcService
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RpcService
createRpcService()
-
-
-
Method Detail
-
createRpcService
public RpcService createRpcService()
- Specified by:
createRpcService
in interfaceMiniCluster.RpcServiceFactory
-
-