| Package | Description |
|---|---|
| co.cask.cdap.runtime.spi.provisioner |
| Modifier and Type | Method and Description |
|---|---|
ClusterStatus |
Provisioner.getClusterStatus(ProvisionerContext context,
Cluster cluster)
Get the status of the cluster.
|
ClusterStatus |
Cluster.getStatus() |
static ClusterStatus |
ClusterStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterStatus[] |
ClusterStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Cluster(Cluster existing,
ClusterStatus newStatus) |
Cluster(String name,
ClusterStatus status,
Collection<Node> nodes,
Map<String,String> properties) |
Copyright © 2018 Cask Data, Inc. Licensed under the Apache License, Version 2.0.