Package org.apache.flink.runtime.rpc
Interface RpcSystemLoader
-
public interface RpcSystemLoaderA loader for anRpcSystem.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetLoadPriority()Returns the loading priority for this loader, for a deterministic loading order if multiple rpc system loaders are present on the classpath.RpcSystemloadRpcSystem(org.apache.flink.configuration.Configuration config)
-
-
-
Method Detail
-
getLoadPriority
int getLoadPriority()
Returns the loading priority for this loader, for a deterministic loading order if multiple rpc system loaders are present on the classpath.0designates the highest priority.
-
loadRpcSystem
RpcSystem loadRpcSystem(org.apache.flink.configuration.Configuration config)
-
-