public class LlapClusterStateForCompile extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
LlapClusterStateForCompile(org.apache.hadoop.conf.Configuration conf,
long updateIntervalMs) |
| Modifier and Type | Method and Description |
|---|---|
static LlapClusterStateForCompile |
getClusterInfo(org.apache.hadoop.conf.Configuration conf) |
int |
getKnownExecutorCount() |
int |
getNodeCountWithUnknownExecutors() |
int |
getNumExecutorsPerNode() |
boolean |
hasClusterInfo() |
boolean |
initClusterInfo() |
public LlapClusterStateForCompile(org.apache.hadoop.conf.Configuration conf,
long updateIntervalMs)
public static LlapClusterStateForCompile getClusterInfo(org.apache.hadoop.conf.Configuration conf)
public boolean hasClusterInfo()
public int getKnownExecutorCount()
public int getNodeCountWithUnknownExecutors()
public int getNumExecutorsPerNode()
public boolean initClusterInfo()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.