| Package | Description |
|---|---|
| org.apache.flink.runtime.minicluster |
| Modifier and Type | Method and Description |
|---|---|
RpcServiceSharing |
MiniClusterConfiguration.getRpcServiceSharing() |
static RpcServiceSharing |
RpcServiceSharing.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RpcServiceSharing[] |
RpcServiceSharing.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MiniClusterConfiguration.Builder |
MiniClusterConfiguration.Builder.setRpcServiceSharing(RpcServiceSharing rpcServiceSharing) |
| Constructor and Description |
|---|
MiniClusterConfiguration(org.apache.flink.configuration.Configuration configuration,
int numTaskManagers,
RpcServiceSharing rpcServiceSharing,
String commonBindAddress) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.