public class PekkoRpcSystemLoader extends Object implements 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()
Returns the loading priority for this loader, for a deterministic loading order if multiple
rpc system loaders are present on the classpath.
|
RpcSystem |
loadRpcSystem(Configuration config) |
public int getLoadPriority()
RpcSystemLoader
0
designates the highest priority.getLoadPriority
in interface RpcSystemLoader
public RpcSystem loadRpcSystem(Configuration config)
loadRpcSystem
in interface RpcSystemLoader
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.