public class H2OCluster
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
H2OCluster.H2ONodeInfo |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
K8S_DESIRED_CLUSTER_SIZE_KEY |
static java.lang.String |
K8S_NODE_LOOKUP_TIMEOUT_KEY |
| Constructor and Description |
|---|
H2OCluster() |
| Modifier and Type | Method and Description |
|---|---|
static H2OCluster.H2ONodeInfo |
getCurrentNodeInfo() |
static boolean |
isClustered() |
static boolean |
isRunningOnKubernetes() |
static java.util.Collection<java.lang.String> |
resolveNodeIPs() |
static void |
setCurrentNodeInfo(H2OCluster.H2ONodeInfo ni) |
public static final java.lang.String K8S_NODE_LOOKUP_TIMEOUT_KEY
public static final java.lang.String K8S_DESIRED_CLUSTER_SIZE_KEY
public static boolean isClustered()
public static H2OCluster.H2ONodeInfo getCurrentNodeInfo()
public static void setCurrentNodeInfo(H2OCluster.H2ONodeInfo ni)
public static boolean isRunningOnKubernetes()
public static java.util.Collection<java.lang.String> resolveNodeIPs()