public class AkkaRpcSystemLoader extends Object implements 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 |
---|---|
RpcSystem |
loadRpcSystem(Configuration config) |
public RpcSystem loadRpcSystem(Configuration config)
loadRpcSystem
in interface RpcSystemLoader
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.