public class MiniClusterResourceConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MiniClusterResourceConfiguration.Builder
Builder for
MiniClusterResourceConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
TestBaseUtils.CodebaseType |
getCodebaseType()
Deprecated.
Will be irrelevant once the legacy mode has been removed.
|
org.apache.flink.configuration.Configuration |
getConfiguration() |
int |
getNumberSlotsPerTaskManager() |
int |
getNumberTaskManagers() |
org.apache.flink.runtime.minicluster.RpcServiceSharing |
getRpcServiceSharing() |
org.apache.flink.api.common.time.Time |
getShutdownTimeout() |
public org.apache.flink.configuration.Configuration getConfiguration()
public int getNumberTaskManagers()
public int getNumberSlotsPerTaskManager()
public org.apache.flink.api.common.time.Time getShutdownTimeout()
@Deprecated public TestBaseUtils.CodebaseType getCodebaseType()
public org.apache.flink.runtime.minicluster.RpcServiceSharing getRpcServiceSharing()
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.