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