public class RestHandlerConfiguration extends Object
| Constructor and Description |
|---|
RestHandlerConfiguration(long refreshInterval,
int maxCheckpointStatisticCacheEntries,
org.apache.flink.api.common.time.Time timeout,
File webUiDir,
boolean webSubmitEnabled,
boolean webCancelEnabled) |
| Modifier and Type | Method and Description |
|---|---|
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.