Package org.apache.flink.runtime.minicluster
-
Interface Summary Interface Description MiniCluster.RpcServiceFactory Internal factory forRpcService
. -
Class Summary Class Description MiniCluster MiniCluster to execute Flink jobs locally.MiniCluster.CommonRpcServiceFactory Factory which returns always the commonRpcService
.MiniClusterConfiguration Configuration object for theMiniCluster
.MiniClusterConfiguration.Builder Builder for the MiniClusterConfiguration.MiniClusterJobClient AJobClient
for aMiniCluster
. -
Enum Summary Enum Description MiniCluster.HaServices HA Services to use.MiniClusterJobClient.JobFinalizationBehavior Determines the behavior of theMiniClusterJobClient
when the job finishes.RpcServiceSharing Enum which defines whether the mini cluster components use a shared RpcService or whether every component gets its own dedicated RpcService started.