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) |
| 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 |
isWebSubmitEnabled() |
public RestHandlerConfiguration(long refreshInterval,
int maxCheckpointStatisticCacheEntries,
org.apache.flink.api.common.time.Time timeout,
File webUiDir,
boolean webSubmitEnabled)
public long getRefreshInterval()
public int getMaxCheckpointStatisticCacheEntries()
public org.apache.flink.api.common.time.Time getTimeout()
public File getWebUiDir()
public boolean isWebSubmitEnabled()
public static RestHandlerConfiguration fromConfiguration(org.apache.flink.configuration.Configuration configuration)
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.