public class RestHandlerConfiguration extends Object
| Constructor and Description |
|---|
RestHandlerConfiguration(long refreshInterval,
int checkpointHistorySize,
Duration checkpointCacheExpireAfterWrite,
int checkpointCacheSize,
org.apache.flink.api.common.time.Time timeout,
File webUiDir,
boolean webSubmitEnabled,
boolean webCancelEnabled,
boolean webRescaleEnabled) |
| Modifier and Type | Method and Description |
|---|---|
static RestHandlerConfiguration |
fromConfiguration(org.apache.flink.configuration.Configuration configuration) |
Duration |
getCheckpointCacheExpireAfterWrite() |
int |
getCheckpointCacheSize() |
int |
getCheckpointHistorySize() |
long |
getRefreshInterval() |
org.apache.flink.api.common.time.Time |
getTimeout() |
File |
getWebUiDir() |
boolean |
isWebCancelEnabled() |
boolean |
isWebRescaleEnabled() |
boolean |
isWebSubmitEnabled() |
public RestHandlerConfiguration(long refreshInterval,
int checkpointHistorySize,
Duration checkpointCacheExpireAfterWrite,
int checkpointCacheSize,
org.apache.flink.api.common.time.Time timeout,
File webUiDir,
boolean webSubmitEnabled,
boolean webCancelEnabled,
boolean webRescaleEnabled)
public long getRefreshInterval()
public int getCheckpointHistorySize()
public Duration getCheckpointCacheExpireAfterWrite()
public int getCheckpointCacheSize()
public org.apache.flink.api.common.time.Time getTimeout()
public File getWebUiDir()
public boolean isWebSubmitEnabled()
public boolean isWebCancelEnabled()
public boolean isWebRescaleEnabled()
public static RestHandlerConfiguration fromConfiguration(org.apache.flink.configuration.Configuration configuration)
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.