public class SlotManagerConfiguration extends Object
SlotManager.| Constructor and Description |
|---|
SlotManagerConfiguration(org.apache.flink.api.common.time.Time taskManagerRequestTimeout,
org.apache.flink.api.common.time.Time slotRequestTimeout,
org.apache.flink.api.common.time.Time taskManagerTimeout) |
| Modifier and Type | Method and Description |
|---|---|
static SlotManagerConfiguration |
fromConfiguration(org.apache.flink.configuration.Configuration configuration) |
org.apache.flink.api.common.time.Time |
getSlotRequestTimeout() |
org.apache.flink.api.common.time.Time |
getTaskManagerRequestTimeout() |
org.apache.flink.api.common.time.Time |
getTaskManagerTimeout() |
public SlotManagerConfiguration(org.apache.flink.api.common.time.Time taskManagerRequestTimeout,
org.apache.flink.api.common.time.Time slotRequestTimeout,
org.apache.flink.api.common.time.Time taskManagerTimeout)
public org.apache.flink.api.common.time.Time getTaskManagerRequestTimeout()
public org.apache.flink.api.common.time.Time getSlotRequestTimeout()
public org.apache.flink.api.common.time.Time getTaskManagerTimeout()
public static SlotManagerConfiguration fromConfiguration(org.apache.flink.configuration.Configuration configuration) throws org.apache.flink.util.ConfigurationException
org.apache.flink.util.ConfigurationExceptionCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.