public class RestHandlerConfiguration extends Object
| 构造器和说明 |
|---|
RestHandlerConfiguration(long refreshInterval,
int maxCheckpointStatisticCacheEntries,
org.apache.flink.api.common.time.Time timeout,
File webUiDir,
boolean webSubmitEnabled,
boolean webCancelEnabled) |
| 限定符和类型 | 方法和说明 |
|---|---|
static RestHandlerConfiguration |
fromConfiguration(org.apache.flink.configuration.Configuration configuration) |
int |
getMaxCheckpointStatisticCacheEntries() |
long |
getRefreshInterval() |
org.apache.flink.api.common.time.Time |
getTimeout() |
File |
getWebUiDir() |
boolean |
isWebCancelEnabled() |
boolean |
isWebSubmitEnabled() |
public RestHandlerConfiguration(long refreshInterval,
int maxCheckpointStatisticCacheEntries,
org.apache.flink.api.common.time.Time timeout,
File webUiDir,
boolean webSubmitEnabled,
boolean webCancelEnabled)
public long getRefreshInterval()
public int getMaxCheckpointStatisticCacheEntries()
public org.apache.flink.api.common.time.Time getTimeout()
public File getWebUiDir()
public boolean isWebSubmitEnabled()
public boolean isWebCancelEnabled()
public static RestHandlerConfiguration fromConfiguration(org.apache.flink.configuration.Configuration configuration)
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.