public class PekkoRpcSystemLoader extends Object implements org.apache.flink.runtime.rpc.RpcSystemLoader
PekkoRpcSystemLoader.
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
new SubmoduleClassLoader to load the rpc system from that jar.
| Constructor and Description |
|---|
PekkoRpcSystemLoader() |
| Modifier and Type | Method and Description |
|---|---|
int |
getLoadPriority() |
org.apache.flink.runtime.rpc.RpcSystem |
loadRpcSystem(org.apache.flink.configuration.Configuration config) |
public int getLoadPriority()
getLoadPriority in interface org.apache.flink.runtime.rpc.RpcSystemLoaderpublic org.apache.flink.runtime.rpc.RpcSystem loadRpcSystem(org.apache.flink.configuration.Configuration config)
loadRpcSystem in interface org.apache.flink.runtime.rpc.RpcSystemLoaderCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.