public interface RpcSystemLoader
RpcSystem.| 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(org.apache.flink.configuration.Configuration config) |
int getLoadPriority()
0 designates the highest priority.RpcSystem loadRpcSystem(org.apache.flink.configuration.Configuration config)
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.