Uses of Interface
org.apache.flink.runtime.minicluster.MiniCluster.RpcServiceFactory
-
Packages that use MiniCluster.RpcServiceFactory Package Description org.apache.flink.runtime.minicluster -
-
Uses of MiniCluster.RpcServiceFactory in org.apache.flink.runtime.minicluster
Classes in org.apache.flink.runtime.minicluster that implement MiniCluster.RpcServiceFactory Modifier and Type Class Description protected static class
MiniCluster.CommonRpcServiceFactory
Factory which returns always the commonRpcService
.protected class
MiniCluster.DedicatedRpcServiceFactory
Factory which creates and registers newRpcService
.Methods in org.apache.flink.runtime.minicluster with parameters of type MiniCluster.RpcServiceFactory Modifier and Type Method Description protected Collection<? extends DispatcherResourceManagerComponent>
MiniCluster. createDispatcherResourceManagerComponents(org.apache.flink.configuration.Configuration configuration, MiniCluster.RpcServiceFactory rpcServiceFactory, BlobServer blobServer, HeartbeatServices heartbeatServices, DelegationTokenManager delegationTokenManager, MetricRegistry metricRegistry, MetricQueryServiceRetriever metricQueryServiceRetriever, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler)
-