public static class LlapStatusOptionsProcessor.LlapStatusOptions extends Object
| Constructor and Description |
|---|
LlapStatusOptions(String name) |
LlapStatusOptions(String name,
Properties hiveProperties,
long findAppTimeoutMs,
String outputFile,
long refreshIntervalMs,
boolean watchMode,
long watchTimeoutMs,
float runningNodesThreshold,
boolean isLaunched) |
| Modifier and Type | Method and Description |
|---|---|
Properties |
getConf() |
long |
getFindAppTimeoutMs() |
String |
getName() |
String |
getOutputFile() |
long |
getRefreshIntervalMs() |
float |
getRunningNodesThreshold() |
long |
getWatchTimeoutMs() |
boolean |
isLaunched() |
boolean |
isWatchMode() |
public LlapStatusOptions(String name)
public LlapStatusOptions(String name, Properties hiveProperties, long findAppTimeoutMs, String outputFile, long refreshIntervalMs, boolean watchMode, long watchTimeoutMs, float runningNodesThreshold, boolean isLaunched)
public String getName()
public Properties getConf()
public long getFindAppTimeoutMs()
public String getOutputFile()
public long getRefreshIntervalMs()
public boolean isWatchMode()
public boolean isLaunched()
public long getWatchTimeoutMs()
public float getRunningNodesThreshold()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.