Class PekkoRpcSystemLoader
- java.lang.Object
-
- org.apache.flink.runtime.rpc.pekko.PekkoRpcSystemLoader
-
- All Implemented Interfaces:
org.apache.flink.runtime.rpc.RpcSystemLoader
public class PekkoRpcSystemLoader extends Object implements org.apache.flink.runtime.rpc.RpcSystemLoader
Loader for thePekkoRpcSystemLoader.This loader expects the flink-rpc-akka jar to be accessible via
ClassLoader.getResource(String). It will extract the jar into a temporary directory and create a newSubmoduleClassLoaderto load the rpc system from that jar.
-
-
Constructor Summary
Constructors Constructor Description PekkoRpcSystemLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLoadPriority()org.apache.flink.runtime.rpc.RpcSystemloadRpcSystem(org.apache.flink.configuration.Configuration config)
-
-
-
Method Detail
-
getLoadPriority
public int getLoadPriority()
- Specified by:
getLoadPriorityin interfaceorg.apache.flink.runtime.rpc.RpcSystemLoader
-
loadRpcSystem
public org.apache.flink.runtime.rpc.RpcSystem loadRpcSystem(org.apache.flink.configuration.Configuration config)
- Specified by:
loadRpcSystemin interfaceorg.apache.flink.runtime.rpc.RpcSystemLoader
-
-