public class RestHandlerConfiguration extends Object
Constructor and Description |
---|
RestHandlerConfiguration(long refreshInterval,
int maxCheckpointStatisticCacheEntries,
Time timeout,
File webUiDir) |
Modifier and Type | Method and Description |
---|---|
static RestHandlerConfiguration |
fromConfiguration(Configuration configuration) |
int |
getMaxCheckpointStatisticCacheEntries() |
long |
getRefreshInterval() |
Time |
getTimeout() |
File |
getWebUiDir() |
public long getRefreshInterval()
public int getMaxCheckpointStatisticCacheEntries()
public Time getTimeout()
public File getWebUiDir()
public static RestHandlerConfiguration fromConfiguration(Configuration configuration)
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.