public class AkkaRpcSystemLoader extends Object implements org.apache.flink.runtime.rpc.RpcSystemLoader
AkkaRpcSystemLoader.
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 |
|---|
AkkaRpcSystemLoader() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.runtime.rpc.RpcSystem |
loadRpcSystem(org.apache.flink.configuration.Configuration config) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.